We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b51e7 commit d25d7ffCopy full SHA for d25d7ff
1 file changed
src/vs/workbench/parts/debug/common/debug.ts
@@ -197,7 +197,6 @@ export interface IRawAdapter extends IRawEnvAdapter {
197
export interface IRawDebugSession extends ee.EventEmitter {
198
getType(): string;
199
disconnect(restart?: boolean): TPromise<DebugProtocol.DisconnectResponse>;
200
- attach(args: DebugProtocol.AttachRequestArguments): TPromise<DebugProtocol.AttachResponse>;
201
202
next(args: DebugProtocol.NextArguments): TPromise<DebugProtocol.NextResponse>;
203
stepIn(args: DebugProtocol.StepInArguments): TPromise<DebugProtocol.StepInResponse>;
0 commit comments