mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
eng - reduce some unused deps (#231221)
This commit is contained in:
@@ -424,7 +424,7 @@ suite('vscode API - window', () => {
|
||||
|
||||
const commandFile = await createRandomFile();
|
||||
await commands.executeCommand('vscode.open', commandFile, ViewColumn.Three);
|
||||
// Ensure active tab is correct after calling vscode.opn
|
||||
// Ensure active tab is correct after calling vscode.open
|
||||
assert.strictEqual(getActiveTab()?.group.viewColumn, ViewColumn.Three);
|
||||
|
||||
const leftDiff = await createRandomFile();
|
||||
|
||||
Reference in New Issue
Block a user