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 356eb7a commit 821a84aCopy full SHA for 821a84a
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.12-SNAPSHOT",
+ "version": "1.0.13-SNAPSHOT",
6
"icon": "images/logo.png",
7
"aiKey": "9cd75d51-697c-406c-a929-2bcf46e97c64",
8
"categories": [
@@ -24,10 +24,10 @@
24
"license": "MIT",
25
"publisher": "intersystems-community",
26
"capabilities": {
27
- "untrustedWorkspaces": {
28
- "supported": true
29
- }
30
- },
+ "untrustedWorkspaces": {
+ "supported": true
+ }
+ },
31
"contributors": [
32
{
33
"name": "Dmitry Maslennikov",
0 commit comments