We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670e8db commit 546a075Copy full SHA for 546a075
src/client/debugger/extension/adapter/factory.ts
@@ -26,8 +26,7 @@ export class DebugAdapterDescriptorFactory implements IDebugAdapterDescriptorFac
26
@inject(IInterpreterService) private readonly interpreterService: IInterpreterService,
27
@inject(IApplicationShell) private readonly appShell: IApplicationShell,
28
@inject(IExperimentsManager) private readonly experimentsManager: IExperimentsManager
29
- ) { }
30
-
+ ) {}
31
public async createDebugAdapterDescriptor(session: DebugSession, executable: DebugAdapterExecutable | undefined): Promise<DebugAdapterDescriptor> {
32
const configuration = session.configuration as (LaunchRequestArguments | AttachRequestArguments);
33
0 commit comments