File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 "package" : " vsce package" ,
3232 "publish" : " vsce publish" ,
3333 "test" : " npm run test:JSON && npm run test:JSONC" ,
34- "test:JSON" : " textmate-grammar-snap ./syntaxes/tests/JSON/*.* --scope source.json.embedded --grammar ./syntaxes/tests/grammars/*.tmLanguage.json" ,
35- "test:JSONC" : " textmate-grammar-snap ./syntaxes/tests/JSONC/*.* --scope source.json.comments.embedded --grammar ./syntaxes/tests/grammars/*.tmLanguage.json" ,
34+ "test:JSON" : " textmate-grammar-snap ./syntaxes/tests/JSON/*.* --scope source.json.embedded --grammar \" ./syntaxes/tests/grammars/*.tmLanguage.json\" " ,
35+ "test:JSONC" : " textmate-grammar-snap ./syntaxes/tests/JSONC/*.* --scope source.json.comments.embedded --grammar \" ./syntaxes/tests/grammars/*.tmLanguage.json\" " ,
3636 "test:update" : " npm run test:JSON -- --updateSnapshot && npm run test:JSONC -- --updateSnapshot"
3737 },
3838 "contributes" : {
You can’t perform that action at this time.
0 commit comments