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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Change Log
2
2
3
+
## [1.0.4] 30-Oct-2020
4
+
- Wait for connection checks to complete during activation.
5
+
- Display debugging values correctly when they contain characters above ASCII 127.
6
+
- Fix broken server-side .vscode storage mechanism when isfs query string includes other parameters after `ns`.
7
+
- Make status bar panel more relevant when current workspace is not associated with a server.
8
+
- Support more ${...} substitution variables in server menu links. See PR [#444](https://github.com/intersystems-community/vscode-objectscript/pull/444) for details and [WebTerminal](https://openexchange.intersystems.com/package/WebTerminal) launch example.
9
+
- Supply process picker default for `processId` property of new attach-type debug configuration.
10
+
- Differentiate "Edit" and "View" options better on isfs dialog.
11
+
3
12
## [1.0.3] 24-Oct-2020
4
13
- Fix problem that prevented 1.0.2 from publishing to Marketplace.
0 commit comments