mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 11:38:36 -05:00
Move CMS saved servers to be stored in memento instead of config (#6535)
* Move CMS saved servers to be stored in memento instead of config * Add in code to port old servers into memento
This commit is contained in:
@@ -18,8 +18,5 @@ export class AppContext {
|
||||
public readonly extensionContext: vscode.ExtensionContext,
|
||||
public readonly apiWrapper: ApiWrapper,
|
||||
public readonly cmsUtils: CmsUtils
|
||||
) {
|
||||
this.apiWrapper = apiWrapper || new ApiWrapper();
|
||||
this.cmsUtils = cmsUtils || new CmsUtils();
|
||||
}
|
||||
) { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user