Skip to content

Commit d90f618

Browse files
committed
auto bump version with release
1 parent c743ee9 commit d90f618

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": [
@@ -755,27 +755,27 @@
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.",

0 commit comments

Comments
 (0)