JSON Schema Discovery for Common Configs #14240
Unanswered
harrysolovay
asked this question in
Ideas
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Similar issue, but not exactly the same: I'm suggesting automatic discovery of schemas (not manual). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this is already supported by default with
vscode-json-language-server
: it would be nice to have the$schema
inferred based on file name for common configuration types (namelypackage.json
,tsconfig.json
andtsconfig*.json
). I couldn't find examples of how to achieve this. If it is indeed possible, guidance would be greatly appreciated!Beta Was this translation helpful? Give feedback.
All reactions