Fixes for jsonc mode. Fixes #39199

This commit is contained in:
Martin Aeschlimann
2017-11-27 23:41:49 +01:00
parent 936f4f6a90
commit 76989b38ff
13 changed files with 18 additions and 16 deletions

View File

@@ -10,7 +10,7 @@
"Other"
],
"activationEvents": [
"onLanguage:json"
"onLanguage:json", "onLanguage:jsonc"
],
"main": "./out/extension",
"scripts": {