File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 22 "name" : " vscode-objectscript" ,
33 "displayName" : " InterSystems ObjectScript" ,
44 "description" : " InterSystems ObjectScript language support for Visual Studio Code" ,
5- "version" : " 1.0.2 -SNAPSHOT" ,
5+ "version" : " 1.0.3 -SNAPSHOT" ,
66 "icon" : " images/logo.png" ,
77 "aiKey" : " 9cd75d51-697c-406c-a929-2bcf46e97c64" ,
88 "categories" : [
755755 "%(.*)" : " _$1"
756756 }
757757 ],
758- "patternProperties" : {
759- "\\ (.*\\ )" : {
760- "type" : " string" ,
761- "pattern" : " \\ $1"
762- }
763- },
764- "properties" : {
765- "%(.*)" : {
766- "description" : " Catch any % items. Set value to `_$1` to replace `%` prefix with `_`" ,
767- "type" : " string" ,
768- "pattern" : " \\ $1" ,
769- "default" : " _$1"
770- },
771- "(.*)" : {
772- "description" : " Match everything. Set value to `$1` to leave unchanged" ,
773- "type" : " string" ,
774- "pattern" : " \\ $1" ,
775- "default" : " $1"
776- }
777- },
778- "additionalProperties" : false
758+ "patternProperties" : {
759+ "\\ (.*\\ )" : {
760+ "type" : " string" ,
761+ "pattern" : " \\ $1"
762+ }
763+ },
764+ "properties" : {
765+ "%(.*)" : {
766+ "description" : " Catch any % items. Set value to `_$1` to replace `%` prefix with `_`" ,
767+ "type" : " string" ,
768+ "pattern" : " \\ $1" ,
769+ "default" : " _$1"
770+ },
771+ "(.*)" : {
772+ "description" : " Match everything. Set value to `$1` to leave unchanged" ,
773+ "type" : " string" ,
774+ "pattern" : " \\ $1" ,
775+ "default" : " $1"
776+ }
777+ },
778+ "additionalProperties" : false
779779 },
780780 "objectscript.export.atelier" : {
781781 "description" : " Export source code as Atelier did it, with packages as subfolders." ,
You can’t perform that action at this time.
0 commit comments