Skip to content

Commit 189f405

Browse files
authored
Prepare 3.6.0 release (#1723)
1 parent dcd0903 commit 189f405

File tree

4 files changed

+1262
-844
lines changed

4 files changed

+1262
-844
lines changed

CHANGELOG.md

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

3+
## [3.6.0] 23-Feb-2026
4+
Minimum VS Code version is now 1.109.0.
5+
- Enhancements
6+
- Integrate new BPL Editor (#1699)
7+
- Remove UI component dependency from REST debugging Webview (#1702)
8+
- Delete contained documents on the server when a client-side folder was deleted (#1705)
9+
- Move command to export Project contents to Command Palette (#1707)
10+
- Adopt new VS Code API to add toggle buttons to QuickPicks (#1709)
11+
- Remove barely used commands (#1710)
12+
- Open all web links in Integrated Browser (#1713)
13+
- Use document index to infer a name for a newly created client-side class or routine (#1718)
14+
- Fixes
15+
- Fix extension activation when clicking on InterSystems view container in an empty workspace folder (#1694)
16+
- Add `Func` suffix to `Copy Invocation` result for Queries (#1695)
17+
- Fix mapping of client-side DFI file to its document name (#1711)
18+
- Show server connection information in Explorer and Projects Explorer root items in the same format as the connection Status Bar item (#1717)
19+
- Only add additional Projects Explorer roots for namespaces on currently opened servers (#1717)
20+
- Use extension for type when adding an abstract document to a server-side Project (#1720)
21+
- Upgrade dependencies (#1708, #1712, #1714, #1723)
22+
323
## [3.4.0] 29-Dec-2025
424
- Enhancements
525
- Insert file stub snippet when creating a new class or routine using client-side editing (#1681)

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.4.0`, look for `3.4.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.4.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.
58+
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `3.6.0`, look for `3.6.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.6.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)