Dispose logger on extension deactivation
This commit is contained in:
@@ -49,6 +49,8 @@ async function tryActivate(context: vscode.ExtensionContext) {
|
||||
);
|
||||
context.subscriptions.push(defaultOnEnter);
|
||||
|
||||
context.subscriptions.push(log);
|
||||
|
||||
const config = new Config(context);
|
||||
const state = new PersistentState(context.globalState);
|
||||
const serverPath = await bootstrap(config, state).catch(err => {
|
||||
|
||||
Reference in New Issue
Block a user