标签: json visual-studio-code
我有时使用Visual Studio Code编辑包含注释的JSON文件。 VS Code显示错误," JSON中不允许注释。"最好禁用该错误消息(无需删除注释。)
答案 0 :(得分:144)
请按照以下步骤操作:
jsonc
如果您只想禁用单个文件的错误消息,请跳过步骤#2。
答案 1 :(得分:42)
将此添加到您的用户设置:
"files.associations": { "*.json": "jsonc" },
答案 2 :(得分:3)
只需将文件重命名为test.jsonc
test.jsonc
答案 3 :(得分:-1)
JEP 330
答案:在VScode设置中输入associations,添加项目*.json jsonc。
associations
*.json
顺便说一句:你的截图软件是什么?请告诉我,截图img上的字体是什么?