Skip to content

Commit b7dc5cd

Browse files
committed
add a clientID 'vscode' to the DAP InitializeRequest
1 parent a98afa6 commit b7dc5cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/workbench/parts/debug/electron-browser/debugService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,7 @@ export class DebugService implements debug.IDebugService {
682682
this.registerSessionListeners(process, session);
683683

684684
return session.initialize({
685+
clientID: 'vscode',
685686
adapterID: configuration.type,
686687
pathFormat: 'path',
687688
linesStartAt1: true,

0 commit comments

Comments
 (0)