Skip to content

Commit 080b309

Browse files
Merge pull request intersystems-community#1146 from gjsjohnmurray/prepare-2.8.1
Prepare 2.8.1 release
2 parents 7b37ff0 + 15ea922 commit 080b309

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [2.8.1] 15-May-2023
4+
- Enhancements
5+
- Prompt user to enable proposed APIs when server-side folder is opened (#1140)
6+
- Show config names of interoperability jobs in `Attach to Process` debug menu (#1089) (contributed by @ollitanska)
7+
- Fixes
8+
- Fix debugging when self-signed certificate is being used (#1137)
9+
- Launch Docker shell or terminal correctly on Windows (#1138)
10+
- Make folder-specific settings for ISFS folder work again (#1144)
11+
312
## [2.8.0] 04-Apr-2023
413
- Enhancements
514
- Integrate Angular Rule Editor (#1014)

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.8.0`, look for `2.8.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.8.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.8.1`, look for `2.8.2-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.8.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.
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):

0 commit comments

Comments
 (0)