お世話になります。
普段エディターでVScodeを使用しておりまして、拡張でValidationを入れてエラーを確認しております。
その際に気づいたら、常にエラー
”settings.json"
"End of file expected.jsonc[20,1]"と表示されるようになってしまいました。
jsonファイルについては初めて触るものでして、調べてもよくわからずご質問させていただきました。
ご存知の方がおりましたら、ご教示いただけると助かります。
何卒、宜しくお願いいたします。
{ "workbench.startupEditor": "newUntitledFile", "editor.fontSize": 14, "editor.tabSize": 2, "editor.wordWrap": "on", "editor.fontFamily": "Ricty Diminished", "window.zoomLevel": 0, "liveServer.settings.donotShowInfoMsg": true, "editor.renderWhitespace": "all", "editor.minimap.enabled": false, "emmet.extensionsPath": "~/Emmet-01", "files.autoSave": "afterDelay", "workbench.activityBar.visible": true, "workbench.statusBar.visible": true, "workbench.sideBar.location": "right", "editor.hover.enabled": false, "diffEditor.ignoreTrimWhitespace": false } "emmet.syntaxProfiles": { "html": { "filters": "html,c" }, }, "emmet.preferences": { "filter.commentAfter": "<!-- /[#ID][.CLASS] -->" },
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/05/06 08:27