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
66
77# Changelog
88
9+ ### v3.10.2
10+
11+ - Add optional ` scope ` property to ` IServerName ` , which was introduced in Server Manager 3.10.2.
12+
913### v3.8.0
1014
1115- 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 {
77 name : string ;
88 description : string ;
99 detail : string ;
10+ scope ?: vscode . ConfigurationScope ;
1011}
1112
1213export interface IWebServerSpec {
Original file line number Diff line number Diff line change 11{
22 "name" : " @intersystems-community/intersystems-servermanager" ,
3- "version" : " 3.8.0 " ,
3+ "version" : " 3.10.2 " ,
44 "description" : " InterSystems Server Manager VS Code extension API interfaces and constants" ,
55 "types" : " index.d.ts" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments