File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Package defining the interfaces used in the API that is published by the `inters
6
6
7
7
# Changelog
8
8
9
+ ### v3.10.2
10
+
11
+ - Add optional ` scope ` property to ` IServerName ` , which was introduced in Server Manager 3.10.2.
12
+
9
13
### v3.8.0
10
14
11
15
- Add function signatures, including ` getAccount ` which was introduced in Server Manager 3.8.0.
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ export interface IServerName {
7
7
name : string ;
8
8
description : string ;
9
9
detail : string ;
10
+ scope ?: vscode . ConfigurationScope ;
10
11
}
11
12
12
13
export interface IWebServerSpec {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @intersystems-community/intersystems-servermanager" ,
3
- "version" : " 3.8.0 " ,
3
+ "version" : " 3.10.2 " ,
4
4
"description" : " InterSystems Server Manager VS Code extension API interfaces and constants" ,
5
5
"types" : " index.d.ts" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments