Skip to content

Commit dec5b99

Browse files
authored
Prepare 2.4.2 release (intersystems-community#1067)
1 parent 0fba305 commit dec5b99

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## [2.4.2] 01-Feb-2023
4+
- Enhancements
5+
- Use query instead of index for class Deployed checks (#1054)
6+
- Use `docker compose` command if present (#1057)
7+
- Trigger reload of any `objectscript://` document after import (#1062)
8+
- Fixes
9+
- Fix Server Action URL generation (#1053)
10+
- Use lowercase for workspace folder state connection keys (#1055)
11+
- Update local workspace mtime record when exporting (#1059)
12+
- Fix import of binary files such as webapp images (#1064)
13+
- Upgrade vulnerable dependencies.
14+
315
## [2.4.1] 12-Jan-2023
416
- Fixes
517
- Fix 'No file system provider found' errors when debugging local file (#1047)

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.4.1`, look for `2.4.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.4.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.
62+
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `2.4.2`, look for `2.4.3-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.4.3-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)