提交 b7dc5cd8 编写于 作者: A Andre Weinand

add a clientID 'vscode' to the DAP InitializeRequest

上级 a98afa69
...@@ -682,6 +682,7 @@ export class DebugService implements debug.IDebugService { ...@@ -682,6 +682,7 @@ export class DebugService implements debug.IDebugService {
this.registerSessionListeners(process, session); this.registerSessionListeners(process, session);
return session.initialize({ return session.initialize({
clientID: 'vscode',
adapterID: configuration.type, adapterID: configuration.type,
pathFormat: 'path', pathFormat: 'path',
linesStartAt1: true, linesStartAt1: true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册