We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98afa6 commit b7dc5cdCopy full SHA for b7dc5cd
1 file changed
src/vs/workbench/parts/debug/electron-browser/debugService.ts
@@ -682,6 +682,7 @@ export class DebugService implements debug.IDebugService {
682
this.registerSessionListeners(process, session);
683
684
return session.initialize({
685
+ clientID: 'vscode',
686
adapterID: configuration.type,
687
pathFormat: 'path',
688
linesStartAt1: true,
0 commit comments