Skip to content

Commit 3833fa3

Browse files
authored
Prepare 2.2.0 release (#1009)
1 parent e63ab8c commit 3833fa3

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [2.2.0] 31-Oct-2022
4+
- Enhancements
5+
- Add features to ease migration from Studio (see [Migrating from Studio documentation page](https://intersystems-community.github.io/vscode-objectscript/studio/) for details) (#1003)
6+
- Improve CodeLenses (#1007)
7+
- Fixes
8+
- Improve export error logging (#998)
9+
- Fix uncaught errors (#1001)
10+
- Skip triggering refreshes at end of some checkConnection calls (#1006)
11+
- Fix uncaught errors reported when no workspace is open (#1008)
12+
- Upgrade vulnerable dependencies.
13+
314
## [2.0.0] 04-Oct-2022
415
- Enhancements
516
- Use Server Manager version 3's enhanced security for stored passwords. Explicit permission must be given by the user before Server Manager will provide a connection's stored password to this extension. This feature previewed in the 1.x pre-releases, which 2.0.0 supersedes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ To unlock these features (optional):
5959

6060
1. Download and install a beta version from GitHub. This is necessary because Marketplace does not allow publication of extensions that use proposed APIs.
6161
- Go to https://github.com/intersystems-community/vscode-objectscript/releases
62-
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `2.0.0`, look for `2.0.1-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs.
63-
- Download the VSIX file (for example `vscode-objectscript-2.0.1-beta.1.vsix`) and install it. One way to install a VSIX is to drag it from your download folder and drop it onto the list of extensions in the Extensions view of VS Code.
62+
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `2.2.0`, look for `2.2.1-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs.
63+
- Download the VSIX file (for example `vscode-objectscript-2.2.1-beta.1.vsix`) and install it. One way to install a VSIX is to drag it from your download folder and drop it onto the list of extensions in the Extensions view of VS Code.
6464

6565
2. From [Command Palette](https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_command-palette) choose `Preferences: Configure Runtime Arguments`.
6666
3. In the argv.json file that opens, add this line (required for both Stable and Insiders versions of VS Code):

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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": "2.0.1-SNAPSHOT",
5+
"version": "2.2.0-SNAPSHOT",
66
"icon": "images/logo.png",
77
"aiKey": "9cd75d51-697c-406c-a929-2bcf46e97c64",
88
"categories": [

0 commit comments

Comments
 (0)