-
Notifications
You must be signed in to change notification settings - Fork 37.4k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersjsonJSON support issuesJSON support issuesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
Currently the builtin json extension supports the language ids json and jsonc
It would be nice if other extensions could add their own languageId to the list
from my testing, simply allowing the possibility to add languages to the documentSelector will work
| const documentSelector = ['json', 'jsonc']; |
and also modifying the "activationEvents"
vscode/extensions/json-language-features/package.json
Lines 14 to 17 in bdc113f
| "activationEvents": [ | |
| "onLanguage:json", | |
| "onLanguage:jsonc" | |
| ], |
also very closely related @jeff-hykin
the language Code Snippets does not have the json language server enabled
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersjsonJSON support issuesJSON support issuesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded