add schema for code-snippets-files, #13182

This commit is contained in:
Johannes Rieken
2018-01-04 14:16:21 +01:00
parent 2cf2c09bfe
commit ea5b7eaa56
3 changed files with 77 additions and 32 deletions

View File

@@ -7,7 +7,8 @@
"vscode": "0.10.x"
},
"activationEvents": [
"onLanguage:json", "onLanguage:jsonc"
"onLanguage:json",
"onLanguage:jsonc"
],
"enableProposedApi": true,
"main": "./client/out/jsonMain",
@@ -53,7 +54,8 @@
".code-workspace",
"language-configuration.json",
"icon-theme.json",
"color-theme.json"
"color-theme.json",
".code-snippets"
],
"filenames": [
"settings.json",
@@ -167,4 +169,4 @@
"devDependencies": {
"@types/node": "7.0.43"
}
}
}