Skip to content

Commit f7e167a

Browse files
authored
Fix promptForDevKitDebugConfigurations without CDK installed (#8390)
1 parent 38d6a37 commit f7e167a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsptoolshost/debugger/debugger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ async function promptForDevKitDebugConfigurations(): Promise<boolean> {
105105
return result;
106106
}
107107

108-
return false;
108+
return true;
109109
}

0 commit comments

Comments
 (0)