mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Remove unused var
This commit is contained in:
@@ -138,7 +138,7 @@ suite('languages namespace tests', () => {
|
||||
}
|
||||
});
|
||||
|
||||
const _doc = await vscode.workspace.openTextDocument(uri);
|
||||
await vscode.workspace.openTextDocument(uri);
|
||||
const result = await vscode.commands.executeCommand<vscode.CompletionList>('vscode.executeCompletionItemProvider', uri, new vscode.Position(1, 0));
|
||||
r1.dispose();
|
||||
assert.ok(ran);
|
||||
|
||||
Reference in New Issue
Block a user