前提・実現したいこと
vscodeで自動整形をしたく、prettierを入れたのですが、自動整形が反映されません。
拡張を入れた後、設定からformat on saveにチェックが入っていることは確認済みです。
わかる方がいましたら、コメントお願いします。
発生している問題・エラーメッセージ
prettierの自動整形が反映されない
{ "window.zoomLevel": -1, "javascript.format.insertSpaceBeforeFunctionParenthesis": true, "typescript.format.insertSpaceBeforeFunctionParenthesis": true, "editor.tabSize": 2, "eslint.enable": true, "files.associations": { "*.vue": "vue" }, "eslint.validate": ["javascript", "javascriptreact", "vue"], "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "javascript.updateImportsOnFileMove.enabled": "always", "python.languageServer": "Microsoft", "editor.formatOnType": true, "editor.formatOnSave": true }
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。