Skip to content

Commit b170ad6

Browse files
rkeithhilldaviwil
authored andcommitted
Do not impl provideDebugConfigurations when supplying these via package.json
microsoft/vscode#33794 (comment)
1 parent e8c8198 commit b170ad6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/features/DebugSession.ts

-9
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@ export class DebugSessionFeature implements IFeature, DebugConfigurationProvider
3030
this.command.dispose();
3131
}
3232

33-
// DebugConfigurationProvider method
34-
provideDebugConfigurations(
35-
folder: WorkspaceFolder | undefined,
36-
token?: CancellationToken): ProviderResult<DebugConfiguration[]> {
37-
38-
// Currently all debugger initialConfigurations are specified in package.json
39-
return [];
40-
}
41-
4233
// DebugConfigurationProvider method
4334
resolveDebugConfiguration(
4435
folder: WorkspaceFolder | undefined,

0 commit comments

Comments
 (0)