Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode settings.json & JSON5 & JSONC #50

Open
xgqfrms opened this issue Apr 14, 2022 · 0 comments
Open

vscode settings.json & JSON5 & JSONC #50

xgqfrms opened this issue Apr 14, 2022 · 0 comments
Labels
JSON5 & JSONC JSON5 & JSONC vscode settings.json vscode settings.json

Comments

@xgqfrms
Copy link
Owner

xgqfrms commented Apr 14, 2022

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, 禁止转载 🈲️,侵权必究⚠️

@xgqfrms xgqfrms added JSON5 & JSONC JSON5 & JSONC vscode settings.json vscode settings.json labels Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JSON5 & JSONC JSON5 & JSONC vscode settings.json vscode settings.json
Projects
None yet
Development

No branches or pull requests

1 participant