Enable json language support for code-snippets files (#204090)

* Enable json language support for `code-snippets` files

* fix

* snippets as a known language to the json language server

---------

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
This commit is contained in:
RedCMD
2024-02-06 03:56:16 +13:00
committed by GitHub
parent 125c21d0b4
commit 212e24f4db
2 changed files with 4 additions and 1 deletions

View File

@@ -15,7 +15,8 @@
"icon": "icons/json.png",
"activationEvents": [
"onLanguage:json",
"onLanguage:jsonc"
"onLanguage:jsonc",
"onLanguage:snippets"
],
"main": "./client/out/node/jsonClientMain",
"browser": "./client/dist/browser/jsonClientMain",