We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf342d commit 2adc5ccCopy full SHA for 2adc5cc
2 files changed
test/smoke/src/areas/debug/debug.ts test/smoke/src/areas/debug/debugSmoke.tstest/smoke/src/areas/debug/debug.ts renamed to test/smoke/src/areas/debug/debugSmoke.ts
test/smoke/src/areas/workbench/workbench.ts
@@ -11,7 +11,7 @@ import { Extensions } from '../extensions/extensions';
11
import { Search } from '../search/search';
12
import { Editor } from '../editor/editor';
13
import { SCM } from '../git/scm';
14
-import { Debug } from '../debug/debug';
+import { Debug } from '../debug/debugSmoke';
15
import { StatusBar } from '../statusbar/statusbar';
16
import { Problems } from '../problems/problems';
17
import { SettingsEditor } from '../preferences/settings';
@@ -60,4 +60,3 @@ export class Workbench {
60
this.terminal = new Terminal(code, this.quickopen);
61
}
62
63
-
0 commit comments