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 3288011 commit 2cab98cCopy full SHA for 2cab98c
src/noConfigDebugInit.ts
@@ -73,7 +73,7 @@ export async function registerNoConfigDebug(
73
// Add env var for VSCODE_JDWP_ADAPTER_ENDPOINTS
74
// Note: We do NOT set JAVA_TOOL_OPTIONS globally to avoid affecting all Java processes
75
// (javac, maven, gradle, language server, etc.). Instead, JAVA_TOOL_OPTIONS is set
76
- // only in the javadebug wrapper scripts (javadebug.ps1, javadebug.bat, javadebug)
+ // only in the debugjava wrapper scripts (debugjava.ps1, debugjava.bat, debugjava)
77
collection.replace('VSCODE_JDWP_ADAPTER_ENDPOINTS', tempFilePath);
78
79
const noConfigScriptsDir = path.join(extPath, 'bundled', 'scripts', 'noConfigScripts');
0 commit comments