提交 8a314069 编写于 作者: I isidor

remove outdated debugService.enabled

上级 fa89751f
......@@ -505,10 +505,6 @@ export class DebugService implements debug.IDebugService {
this._onDidChangeState.fire(state);
}
public get enabled(): boolean {
return this.contextService.hasWorkspace();
}
public focusStackFrameAndEvaluate(stackFrame: debug.IStackFrame, process?: debug.IProcess): TPromise<void> {
if (!process) {
const processes = this.model.getProcesses();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册