Skip to content

Commit c6200f4

Browse files
Merge pull request #378 from gjsjohnmurray/prepare-0.9.3
Prepare 0.9.3 release
2 parents 2682506 + ffb903e commit c6200f4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

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

3+
## [0.9.3]
4+
- Add quickstart button to ObjectScript Explorer view when local folder is open but no `objectscript.conn` settings are available to it.
5+
- Add `Jump to Tag + Offset` command for MACs and INTs, and make it available via click on statusbar field.
6+
- Support server-side editing of other filetypes such as HL7, LUT.
7+
- Output a message when proposed APIs are enabled.
8+
- Connect FileSearchProvider to server. When VS Code is running with the `--enable-proposed-api` switch the QuickOpen field (<kbd>Ctrl/Cmd+p</kbd>) will now search connected servers for classes, routines etc.
9+
- Fix various debugging issues.
10+
- Fix problems with `View Other`.
11+
- Drop first-line 'ROUTINE' entry from label list shown in breadcrumb and Outline panel.
12+
- Pass path of webapp (CSP) files correctly to server-side source control class.
13+
- Support AfterUserAction reload signal from server-side source control class.
14+
- Prepare to coexist with upcoming language server extension.
15+
316
## [0.9.2]
417
- Implement `Add Server Namespace to Workspace...` command and surface it on folder context menus in VS Code Explorer.
518
- Add `Choose Server and Namespace` button to VS Code Explorer view when no folder or workspace is open. This provides a quick way to get started with server-centric development, particularly when combined with the 'just-in-time' connection definition enhancement that arrived in version 0.0.7 of the Server Manager extension.

0 commit comments

Comments
 (0)