Skip to content

Commit 2adc5cc

Browse files
committed
debug.ts -> debugSmoke.ts to avoid duplicate names
1 parent aaf342d commit 2adc5cc

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

test/smoke/src/areas/workbench/workbench.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Extensions } from '../extensions/extensions';
1111
import { Search } from '../search/search';
1212
import { Editor } from '../editor/editor';
1313
import { SCM } from '../git/scm';
14-
import { Debug } from '../debug/debug';
14+
import { Debug } from '../debug/debugSmoke';
1515
import { StatusBar } from '../statusbar/statusbar';
1616
import { Problems } from '../problems/problems';
1717
import { SettingsEditor } from '../preferences/settings';
@@ -60,4 +60,3 @@ export class Workbench {
6060
this.terminal = new Terminal(code, this.quickopen);
6161
}
6262
}
63-

0 commit comments

Comments
 (0)