mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
reset state machine when removing a scheme, #62800
This commit is contained in:
@@ -31,6 +31,7 @@ class FsLinkProvider {
|
||||
let idx = this._schemes.indexOf(scheme);
|
||||
if (idx >= 0) {
|
||||
this._schemes.splice(idx, 1);
|
||||
this._stateMachine = undefined;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user