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 478ee05 commit 7ca9342Copy full SHA for 7ca9342
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## [0.7.10]
4
+
5
+- New logo
6
+- Fixed backward compatibility with previous versions of Atelier API
7
+- Fixed issue with license usage, due to loosing cookies
8
+- Some other small fixes
9
10
## [0.7.9]
11
12
- IMPORTANT: **Connection disabled by default, now**. Set `"objectscript.conn.active": true` to enable it
package.json
@@ -2,7 +2,7 @@
"name": "vscode-objectscript",
"displayName": "InterSystems ObjectScript",
"description": "InterSystems ObjectScript language support for Visual Studio Code",
- "version": "0.7.10-snapshot",
+ "version": "0.7.11-snapshot",
"icon": "images/logo.png",
"categories": [
"Programming Languages",
0 commit comments