mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Treat updateOpen as a fence command
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user