如何删除 .json 文件中的所有评论? (vscode)
How do I delete all comments in .json file? (vscode)
我找到了 Remove Comments 扩展,但是这个扩展只支持 html/css。是否可以删除 json 文件中的所有评论?
如果您将文件的 languageID 设置为:JSON with comments jsonc
它将删除评论
我找到了 Remove Comments 扩展,但是这个扩展只支持 html/css。是否可以删除 json 文件中的所有评论?
如果您将文件的 languageID 设置为:JSON with comments jsonc
它将删除评论