提交 80db6c43 编写于 作者: M Matt Bierner

Treat updateOpen as a fence command

上级 add345d6
......@@ -458,7 +458,7 @@ export class TypeScriptServer extends Disposable {
}
}
const fenceCommands = new Set(['change', 'close', 'open']);
const fenceCommands = new Set(['change', 'close', 'open', 'updateOpen']);
function getQueueingType(
command: string,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册