提交 e3e7beec 编写于 作者: I isidor

debug: add data if launchJson exists on debug start

上级 736e6f4e
......@@ -729,7 +729,8 @@ export class DebugService implements debug.IDebugService {
exceptionBreakpoints: this.model.getExceptionBreakpoints(),
watchExpressionsCount: this.model.getWatchExpressions().length,
extensionName: `${adapter.extensionDescription.publisher}.${adapter.extensionDescription.name}`,
isBuiltin: adapter.extensionDescription.isBuiltin
isBuiltin: adapter.extensionDescription.isBuiltin,
launchJsonExists: !!this.configurationService.getConfiguration<debug.IGlobalConfig>('launch')
});
}).then(undefined, (error: any) => {
if (error instanceof Error && error.message === 'Canceled') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册