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 5a827bb commit ee36865Copy full SHA for ee36865
src/client/application/diagnostics/checks/invalidLaunchJsonDebugger.ts
@@ -130,9 +130,6 @@ export class InvalidLaunchJsonDebuggerService extends BaseDiagnosticsService {
130
}
131
132
private async handleDiagnostic(diagnostic: IDiagnostic): Promise<void> {
133
- // if (!this.canHandle(diagnostic)) {
134
- // return;
135
- // }
136
if (!diagnostic.shouldShowPrompt) {
137
await this.fixLaunchJson(diagnostic.code);
138
return;
0 commit comments