eng - reduce some unused deps (#231221)

This commit is contained in:
Benjamin Pasero
2024-10-13 12:38:11 +02:00
committed by GitHub
parent 104d04f3c5
commit c025c19d14
7 changed files with 5 additions and 454 deletions

View File

@@ -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();