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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Change Log
2
2
3
+
## [0.8.9]
4
+
- Fix saving of isfs-type server-side editing, broken in 0.8.8.
5
+
- Implement double-click opening from ObjectScript Explorer.
6
+
- Make ObjectScript Explorer handle non-isfs multi-server multi-root workspace correctly.
7
+
- Reload VS Code Explorer tree after successful connection.
8
+
- Fix some issues with `export.addCategory` setting:
9
+
- Resolve error when non-string was used as folder value.
10
+
- If setting contains multiple patterns, check all of them, in given order.
11
+
- Fix server-side searching of isfs-type root that uses `intersystems.servers` for its connection.
12
+
- Server-side searching uses a VS Code API that is still (1.48) at "proposed" stage. See [here](https://github.com/intersystems-community/vscode-objectscript/issues/126#issuecomment-674089387) for instructions on how to use this pre-release feature.
13
+
- No longer use progress indicator when server-side source control displays a page.
14
+
- Do not call server-side AfterUserAction if not necessary.
15
+
- Upgrade vulnerable dependencies.
16
+
3
17
## [0.8.8]
4
18
- Fix retrieval of password when `objectscript.conn.server` defers to Server Manager.
0 commit comments