Visual Studio Code Formatting fail on save

前端 未结 11 1484
悲哀的现实
悲哀的现实 2021-01-08 00:21

I\'ve started learning React Native.

I\'m using Visual Studio Code as my editor.

I\'ve set up the boiler plate and started the app. But whenever I change a .

11条回答
  •  天命终不由人
    2021-01-08 01:04

    I have tried all methods but the problem is solved completely by this: -> Open setting.json -> "files.associations": { "*.js": "javascriptreact" } ->Add above lines and press save the problem will solve

提交回复
热议问题