mirror of
https://github.com/coder/code-server.git
synced 2026-02-05 06:23:35 -06:00
Fix not being able to dispose vscode after failed disposal
This commit is contained in:
parent
f4e5855318
commit
c72c53f64d
@ -22,8 +22,8 @@ export class VscodeProvider {
|
||||
if (this._vscode) {
|
||||
const vscode = await this._vscode
|
||||
vscode.removeAllListeners()
|
||||
this._vscode = undefined
|
||||
vscode.kill()
|
||||
this._vscode = undefined
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user