You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Change Log
2
2
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
+
3
16
## [0.9.2]
4
17
- Implement `Add Server Namespace to Workspace...` command and surface it on folder context menus in VS Code Explorer.
5
18
- 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