add a 'json.validate' command (#244784)

This commit is contained in:
Martin Aeschlimann
2025-03-26 20:39:53 +01:00
committed by GitHub
parent 7f01c2f4f4
commit c64fbf3ddb
3 changed files with 33 additions and 2 deletions

View File

@@ -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",