Skip to content

Commit 2cab98c

Browse files
committed
fix: update name as debugjava
1 parent 3288011 commit 2cab98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/noConfigDebugInit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export async function registerNoConfigDebug(
7373
// Add env var for VSCODE_JDWP_ADAPTER_ENDPOINTS
7474
// Note: We do NOT set JAVA_TOOL_OPTIONS globally to avoid affecting all Java processes
7575
// (javac, maven, gradle, language server, etc.). Instead, JAVA_TOOL_OPTIONS is set
76-
// only in the javadebug wrapper scripts (javadebug.ps1, javadebug.bat, javadebug)
76+
// only in the debugjava wrapper scripts (debugjava.ps1, debugjava.bat, debugjava)
7777
collection.replace('VSCODE_JDWP_ADAPTER_ENDPOINTS', tempFilePath);
7878

7979
const noConfigScriptsDir = path.join(extPath, 'bundled', 'scripts', 'noConfigScripts');

0 commit comments

Comments
 (0)