提交 76689e06 编写于 作者: J Johannes Rieken

reset state machine when removing a scheme, #62800

上级 4ac76090
......@@ -31,6 +31,7 @@ class FsLinkProvider {
let idx = this._schemes.indexOf(scheme);
if (idx >= 0) {
this._schemes.splice(idx, 1);
this._stateMachine = undefined;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册