やりたいこと
拡張機能のMonokai Proをインストールしたいのですが、設定内でエラーが出ていて反映できません
エラー内容
ポップアップで
×ユーザー設定に書き込めません。ユーザー設定を開いて、ファイル内のエラー/警告を修正してからもう一度お試しください。
となります
## settings.json
{
"java.home": "C:\Program Files\JAVA\jdk-11.0.8",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"java.jdt.ls.vmargs": "",
"files.exclude": {
"/.classpath": true,
"/.project": true,
"/.settings": true,
"/.factorypath": true,
},
"files.encoding": "shiftjis",
"terminal.integrated.shell.windows": "C:\WINDOWS\System32\cmd.exe",
"files.autoSave": "afterDelay",
"python.languageServer": "Microsoft",
"editor.fontLigatures": null, //nullの部分
"files.autoGuessEncoding": true,
"editor.codeActionsOnSave": null, //nullの部分
//nullの部分に赤~~~~が出てエラーになっています。
試したこと
これ以降にした設定は削除、ソフトの再起動、tureへ変更"," や "{}"を追加などしてみました
よろしくお願いします
あなたの回答
tips
プレビュー