We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2557b commit 7cd46cdCopy full SHA for 7cd46cd
package.json
@@ -2,7 +2,7 @@
2
"name": "vscode-objectscript",
3
"displayName": "InterSystems ObjectScript",
4
"description": "InterSystems ObjectScript language support for Visual Studio Code",
5
- "version": "1.0.4-SNAPSHOT",
+ "version": "1.0.5-SNAPSHOT",
6
"icon": "images/logo.png",
7
"aiKey": "9cd75d51-697c-406c-a929-2bcf46e97c64",
8
"categories": [
@@ -705,7 +705,7 @@
705
"format": "uri"
706
},
707
{
708
- "pattern": "^\\${serverUrl}\/.*"
+ "pattern": "^\\${serverUrl}/.*"
709
}
710
]
711
0 commit comments