mirror of
https://github.com/coder/code-server.git
synced 2026-06-22 18:07:10 +02:00
chore(vscode): update to 1.56.0
This commit is contained in:
@@ -264,7 +264,8 @@ suite('CustomEditor tests', () => {
|
||||
await vscode.commands.executeCommand(commands.open, testDocument, { preview: false });
|
||||
const { content } = await listener.nextResponse();
|
||||
assert.strictEqual(content, startingContent.toString());
|
||||
assert.ok(!vscode.window.activeTextEditor);
|
||||
const activeEditor = vscode.window.activeTextEditor;
|
||||
assert.ok(!activeEditor);
|
||||
}
|
||||
|
||||
// Switch to non-default editor
|
||||
|
||||
Reference in New Issue
Block a user