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: README.md
+11-6
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,12 @@ InterSystems Server Manager is a Visual Studio Code extension for defining conne
6
6
7
7
See the [CHANGELOG](https://marketplace.visualstudio.com/items/intersystems-community.servermanager/changelog) for changes in each release.
8
8
9
-
# New in Version 3.6 - Date TBC
10
-
TODO
9
+
# New in Version 3.8 - November 2024
10
+
- Updated the authentication provider to resolve overprompting caused by a VS Code 1.93 change.
11
+
- Added a new function (`getAccount`) to the API surface as a helper for extensions leveraging the authentication provider.
12
+
13
+
# New in Version 3.6 - January 2024
14
+
The view container was renamed and given a new icon as part of work integrating the ObjectScript extension's views with it.
11
15
12
16
# New in Version 3.4 - July 2023
13
17
@@ -207,7 +211,7 @@ If a server has been named in `/default` it is promoted to the top of the list,
207
211
208
212
The NPM package [`@intersystems-community/intersystems-servermanager`](https://www.npmjs.com/package/@intersystems-community/intersystems-servermanager) defines the types used by the API which this extension exports. It also declares some constants.
209
213
210
-
An extension XYZ needing to connect to InterSystems servers should include `"@intersystems-community/intersystems-servermanager": "latest"` in the `"devDependencies"` object in its `package.json`.
214
+
An extension XYZ needing to connect to InterSystems servers should include `"@intersystems-community/intersystems-servermanager": "^3.8.0"` in the `"devDependencies"` object in its `package.json`.
211
215
212
216
It might also define Server Manager as a dependency in its `package.json` like this:
213
217
@@ -240,7 +244,7 @@ Alternatively the `activate` method of XYZ can detect whether the extension is a
240
244
XYZ can then use the extension's API to obtain the properties of a named server definition:
0 commit comments