|
1 | 1 | # Change Log
|
2 | 2 |
|
| 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 | + |
3 | 29 | ## [2.8.1] 15-May-2023
|
4 | 30 | - Enhancements
|
5 | 31 | - Prompt user to enable proposed APIs when server-side folder is opened (#1140)
|
|
0 commit comments