提交 2adc5ccc 编写于 作者: I isidor

debug.ts -> debugSmoke.ts to avoid duplicate names

上级 aaf342d2
......@@ -11,7 +11,7 @@ import { Extensions } from '../extensions/extensions';
import { Search } from '../search/search';
import { Editor } from '../editor/editor';
import { SCM } from '../git/scm';
import { Debug } from '../debug/debug';
import { Debug } from '../debug/debugSmoke';
import { StatusBar } from '../statusbar/statusbar';
import { Problems } from '../problems/problems';
import { SettingsEditor } from '../preferences/settings';
......@@ -60,4 +60,3 @@ export class Workbench {
this.terminal = new Terminal(code, this.quickopen);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册