前提・実現したいこと
vscodeのsettings.jsonのエラーメッセージをなくしたいです。
vscode使い始めたのですが、settings.jsonを開くといつもエラーメッセージが表示されます。
正常に動かないわけではないですが、気になるので直したいです。
また、設定しといたほうが良い設定などありましたら教えてほしいです。
また、settings.jsonは色々あるのでしょうか。同じsettings.jsonでも全く違う文が書かれているのを見ました。
以上3点を教えてほしいです。
発生している問題・エラーメッセージ
incorrect type.Expected "odject".[11,31]
該当のソースコード
settings.jsonです。
1{ 2 "python.pythonPath":"c:\miniconda\python.exe" 3 , 4 "files.autoSave": "afterDelay", 5 "terminal.integrated.shell.windows": "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe", 6 "editor.suggestSelection": "first", 7 "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", 8 "code-runner.runInTerminal": true, 9 "python.languageServer": "Microsoft", 10 "workbench.iconTheme": "material-icon-theme", 11"editor.codeActionsOnSave": "source.fixAll.eslint" , 12 "[json]": { 13 14 15 16 "editor.quickSuggestions": { 17 "strings": true 18 }, 19 "editor.suggest.insertMode": "replace" 20 }, 21 "launch": { 22 23 "configurations": [], 24 "compounds": [] 25 }, 26 "[css]": { 27 28 "editor.suggest.insertMode": "replace" 29 } 30}
試したこと
ネットでsettings.jsonについてかいてある記事(例えばこういったものhttps://qiita.com/k_zoo/items/cc98640f15529bcc39fc)を読んだのですが、自分が思っているような画面ではなく、色々と混乱している状況です。
補足情報(FW/ツールのバージョンなど)
プログラミング言語はpythonでminiconda,
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/08/05 14:27