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 2
2
"name" : " vscode-objectscript" ,
3
3
"displayName" : " InterSystems ObjectScript" ,
4
4
"description" : " InterSystems ObjectScript language support for Visual Studio Code" ,
5
- "version" : " 1.0.2 -SNAPSHOT" ,
5
+ "version" : " 1.0.3 -SNAPSHOT" ,
6
6
"icon" : " images/logo.png" ,
7
7
"aiKey" : " 9cd75d51-697c-406c-a929-2bcf46e97c64" ,
8
8
"categories" : [
755
755
"%(.*)" : " _$1"
756
756
}
757
757
],
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
779
779
},
780
780
"objectscript.export.atelier" : {
781
781
"description" : " Export source code as Atelier did it, with packages as subfolders." ,
You can’t perform that action at this time.
0 commit comments