Skip to content

Commit ee36865

Browse files
author
Kartik Raj
committed
Remove comment
1 parent 5a827bb commit ee36865

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/client/application/diagnostics/checks/invalidLaunchJsonDebugger.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ export class InvalidLaunchJsonDebuggerService extends BaseDiagnosticsService {
130130
}
131131

132132
private async handleDiagnostic(diagnostic: IDiagnostic): Promise<void> {
133-
// if (!this.canHandle(diagnostic)) {
134-
// return;
135-
// }
136133
if (!diagnostic.shouldShowPrompt) {
137134
await this.fixLaunchJson(diagnostic.code);
138135
return;

0 commit comments

Comments
 (0)