Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [3.2.0] 06-Oct-2025
Minimum VS Code version is now 1.104.0.
- Enhancements
- Better error handling when expanding InterSystems and Projects Explorers (#1652)
- Allow opening low-code editors from read-only file systems (#1655)
- Add command for showing all class members, including inherited (#1656)
- Allow commands to be re-run in the Lite Terminal from VS Code shell integration without user confirmation (#1654)
- Allow pasting of multi-line content into Lite Terminal `READ` prompts (#1654)
- Fixes
- Fix stringification of `AggregateError` (#1651)
- Work around VS Code bug to allow re-running of multi-line commands in Lite Terminal from VS Code shell integration (#1654)
- Correctly capture Lite Terminal command output in shell integration (#1654)
- Fix some edge cases where the Lite Terminal cursor and text could get out of sync (#1654)
- Copy Windows filesystem file correctly to `isfs` filesystem (#1658)
- Upgrade dependencies (#1650, #1653)

## [3.0.6] 09-Sep-2025
- Enhancements
- Add `objectscript.unitTest.enabled` setting (#1627)
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 `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.
- 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.
- 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.
- 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.

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