Skip to content

Commit 46916f5

Browse files
authored
Prepare 3.2.0 release (#1662)
1 parent c1c33cc commit 46916f5

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## [3.2.0] 06-Oct-2025
4+
Minimum VS Code version is now 1.104.0.
5+
- Enhancements
6+
- Better error handling when expanding InterSystems and Projects Explorers (#1652)
7+
- Allow opening low-code editors from read-only file systems (#1655)
8+
- Add command for showing all class members, including inherited (#1656)
9+
- Allow commands to be re-run in the Lite Terminal from VS Code shell integration without user confirmation (#1654)
10+
- Allow pasting of multi-line content into Lite Terminal `READ` prompts (#1654)
11+
- Fixes
12+
- Fix stringification of `AggregateError` (#1651)
13+
- Work around VS Code bug to allow re-running of multi-line commands in Lite Terminal from VS Code shell integration (#1654)
14+
- Correctly capture Lite Terminal command output in shell integration (#1654)
15+
- Fix some edge cases where the Lite Terminal cursor and text could get out of sync (#1654)
16+
- Copy Windows filesystem file correctly to `isfs` filesystem (#1658)
17+
- Upgrade dependencies (#1650, #1653)
18+
319
## [3.0.6] 09-Sep-2025
420
- Enhancements
521
- Add `objectscript.unitTest.enabled` setting (#1627)

README.md

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

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

6161
2. From [Command Palette](https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_command-palette) choose `Preferences: Configure Runtime Arguments`.
6262
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)