xgqfrms / vscode

:cn: :rocket: Visual Studio Code & VSCode Code Snippets All in One 🎉
https://vscode.xgqfrms.xyz
MIT License
3 stars 1 forks source link

vscode settings.json & JSON5 & JSONC #50

Open xgqfrms opened 2 years ago

xgqfrms commented 2 years ago

vscode settings.json & JSON5 & JSONC

https://code.visualstudio.com/docs/languages/json

You can also directly modify the files.associations setting to associate file names or file name patterns to jsonc.

https://code.visualstudio.com/docs/languages/overview#_adding-a-file-extension-to-a-language

vscode settings.json

    "files.associations": {
        "*.json": "jsonc"
    }

https://www.json.org/

https://json-schema.org/

作者:xgqfrms 链接:https://www.cnblogs.com/xgqfrms/p/16144057.html 来源:https://www.cnblogs.com 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 ©xgqfrms 2012-2022 www.cnblogs.com 发布文章使用:只允许注册用户才可以访问! 原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!