提交 a731d395 编写于 作者: I isidor

debug: do not open deemphesized sources in editor

fixes #20622
上级 fce3d86e
......@@ -367,7 +367,7 @@ export class StackFrame implements debug.IStackFrame {
}
public openInEditor(editorService: IWorkbenchEditorService, preserveFocus?: boolean, sideBySide?: boolean): TPromise<any> {
return editorService.openEditor({
return this.source.deemphasize ? TPromise.as(true) : editorService.openEditor({
resource: this.source.uri,
description: this.source.origin,
options: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册