vscode中如何解决 Comments are not permitted(JSON中不允许注释)

vs code中如何解决Comments are not permitted(JSON中不允许注释)?

简单几步,让你轻松解决。

1.使用vscode打开json文件后,一些注释显示如图所示,有红色波浪线,影响阅读

vscode中如何解决 Comments are not permitted(JSON中不允许注释)_第1张图片

2. 悬浮在波浪线报错信息,会弹出提示 View Problem, 提示问题是:Comments are not permitted in JSON.(json文件中不允许注释)

vscode中如何解决 Comments are not permitted(JSON中不允许注释)_第2张图片

3. 点击查看问题,表示json文件中不允许注释

vscode中如何解决 Comments are not permitted(JSON中不允许注释)_第3张图片

4.点击底部工具栏的JSON

vscode中如何解决 Comments are not permitted(JSON中不允许注释)_第4张图片

5. 弹出的窗口中输入json with Comments,找到检索项后点击

vscode中如何解决 Comments are not permitted(JSON中不允许注释)_第5张图片

6. 步骤5执行后,json文件显示如下,已经没有红色报错提示了

vscode中如何解决 Comments are not permitted(JSON中不允许注释)_第6张图片

你可能感兴趣的:(json)