Skip to content

Commit c913df4

Browse files
authored
Prepare 2.6.0 release (#1105)
1 parent 3a29ab7 commit c913df4

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

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

3+
## [2.6.0] 27-Feb-2023
4+
- Enhancements
5+
- Implement async server-side search (#1045) (requires [proposed API enabled](https://github.com/intersystems-community/vscode-objectscript#enable-proposed-apis) and InterSystems IRIS 2023.1+)
6+
- Add `Switch Namespace` option to Server Actions menu for local workspace folders (#1065) (contributed by @ollitanska)
7+
- Document Studio keyboard shortcut equivalents (#1076)
8+
- Improve `isfs` folder creation/modification UX (#1090)
9+
- Implement `Open Error Location...` command (#1095)
10+
- Fixes
11+
- Use webview toolkit in Documatic panel (#1074)
12+
- Fix isfs folder deletion (#1080)
13+
- Support non-ASCII characters in REST Debug query params (#1081)
14+
- Fall back to Index for deployed check if query fails (#1083)
15+
- Correctly set breakpoints in methods with quoted names (#1086)
16+
- Properly handle other files and packages in server-side projects (#1087)
17+
- Add charset to REST Debug panel's Content-Type (#1092)
18+
- Fix namespace pick when trying to connect without permissions on `%SYS` (#1097)
19+
- Fix server-side search in compiler keywords and values (#1102)
20+
- Upgrade vulnerable dependencies.
21+
322
## [2.4.3] 02-Feb-2023
423
- Fixes
524
- Fix deployed check (#1071)

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.3`, look for `2.4.4-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.4-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.6.0`, look for `2.6.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.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.
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):

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-objectscript",
33
"displayName": "InterSystems ObjectScript",
44
"description": "InterSystems ObjectScript language support for Visual Studio Code",
5-
"version": "2.4.4-SNAPSHOT",
5+
"version": "2.6.0-SNAPSHOT",
66
"icon": "images/logo.png",
77
"aiKey": "9cd75d51-697c-406c-a929-2bcf46e97c64",
88
"categories": [

0 commit comments

Comments
 (0)