Skip to content

Commit 689e2fd

Browse files
author
Benjamin Pasero
committed
fix compile
1 parent 741323b commit 689e2fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/vscode-api-tests/src/singlefolder-tests/commands.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import 'mocha';
77
import * as assert from 'assert';
88
import { join } from 'path';
9-
import { commands, workspace, window, Uri, Range, Position } from 'vscode';
9+
import { commands, workspace, window, Uri, Range, Position, ViewColumn } from 'vscode';
1010

1111
suite('commands namespace tests', () => {
1212

0 commit comments

Comments
 (0)