mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
add a 'json.validate' command (#244784)
This commit is contained in:
committed by
GitHub
parent
7f01c2f4f4
commit
c64fbf3ddb
@@ -16,7 +16,8 @@
|
||||
"activationEvents": [
|
||||
"onLanguage:json",
|
||||
"onLanguage:jsonc",
|
||||
"onLanguage:snippets"
|
||||
"onLanguage:snippets",
|
||||
"onCommand:json.validate"
|
||||
],
|
||||
"main": "./client/out/node/jsonClientMain",
|
||||
"browser": "./client/dist/browser/jsonClientMain",
|
||||
|
||||
Reference in New Issue
Block a user