Skip to content

Commit 8b1e14d

Browse files
authored
Prepare 2.10.0 release (intersystems-community#1187)
1 parent 38a5d7c commit 8b1e14d

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

CHANGELOG.md

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

3+
## [2.10.0] 20-Jul-2023
4+
Minimum VS Code version is now 1.75.0
5+
- Enhancements
6+
- Add WebSocket Terminal support (#1150)
7+
- Support a ${project} variable in Server Actions Menu custom entries (#1157)
8+
- Support importing/exporting XML files (#1171)
9+
- Support a ${username} variable in Server Actions Menu custom entries (#1173)
10+
- Migrate to [official ISC documentation](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO) (#1185)
11+
- Fixes
12+
- Improve regex server-side search (#1153)
13+
- Fix typo in Projects Explorer welcome text (#1154)
14+
- Remove `objectscript.serverSideEditing`` setting (#1163)
15+
- Deprecate `flat` and `type` isfs query parameters (#1165)
16+
- Debugger improvements (#1174)
17+
- Fix debugger losing sync after a step.
18+
- Fix debugger losing sync when large output is written to the console.
19+
- For `attach` requests, wait for the target process to break before attempting to set breakpoints.
20+
- De-emphasize stack frames with source code that isn't available (for example, system classes that are deployed) so they aren't auto-opened when the target breaks. (requires VS Code version 1.80.0)
21+
- Implemented `stopOnEntry` property for non-CSP `attach` requests.
22+
- Upgrade to `@vscode` versions of the debug adapter and debug protocol modules.
23+
- Always send `detach` command for disconnect requests, regardless of request type.
24+
- Properly run the target process for non-CSP `attach` requests when configuration is done. In that case, the server ignores the first `run` command, so we need to send two.
25+
- Always prompt for confirmation when deleting from ObjectScript Explorer (#1176)
26+
- Prompt for arguments when debugging multiline ClassMethod definition (#1181)
27+
- Upgrade vulnerable dependencies.
28+
329
## [2.8.1] 15-May-2023
430
- Enhancements
531
- Prompt user to enable proposed APIs when server-side folder is opened (#1140)

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 `2.8.1`, look for `2.8.2-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-2.8.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.
58+
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `2.10.0`, look for `2.10.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-2.10.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):

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8.2-SNAPSHOT",
5+
"version": "2.10.0-SNAPSHOT",
66
"icon": "images/logo.png",
77
"aiKey": "9cd75d51-697c-406c-a929-2bcf46e97c64",
88
"categories": [

0 commit comments

Comments
 (0)