Skip to content

Commit

Permalink
Merge pull request #1207 from gjsjohnmurray/prepare-2.10.1
Browse files Browse the repository at this point in the history
Prepare 2.10.1 release
  • Loading branch information
gjsjohnmurray authored Aug 10, 2023
2 parents 6ef7636 + ce27658 commit 673187d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [2.10.1] 10-Aug-2023
- Enhancements
- Only add WebSocket Terminal button to Server Manager 3.4.2+ tree if server is compatible (#1204)
- Add `Copy Invocation` CodeLens above query definition in class (#1198)
- Remove reference to non-existent `objectscript.serverSideEditing` setting (#1195)
- Fixes
- Flush cached copy of failed authentication (#1196)
- Properly report search matches for super classes (#1200)

## [2.10.0] 20-Jul-2023
Minimum VS Code version is now 1.75.0
- Enhancements
Expand All @@ -11,7 +20,7 @@ Minimum VS Code version is now 1.75.0
- Fixes
- Improve regex server-side search (#1153)
- Fix typo in Projects Explorer welcome text (#1154)
- Remove `objectscript.serverSideEditing`` setting (#1163)
- Remove `objectscript.serverSideEditing` setting (#1163)
- Deprecate `flat` and `type` isfs query parameters (#1165)
- Debugger improvements (#1174)
- Fix debugger losing sync after a step.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ To unlock these features (optional):

1. Download and install a beta version from GitHub. This is necessary because Marketplace does not allow publication of extensions that use proposed APIs.
- Go to https://github.com/intersystems-community/vscode-objectscript/releases
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `2.10.0`, look for `2.10.1-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs.
- Download the VSIX file (for example `vscode-objectscript-2.10.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.
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `2.10.1`, look for `2.10.2-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs.
- Download the VSIX file (for example `vscode-objectscript-2.10.2-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.

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

0 comments on commit 673187d

Please sign in to comment.