You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ Please also check the documentation of [Language Support for Java by Red Hat](ht
58
58
-`projectName` - The preferred project in which the debugger searches for classes. There could be duplicated class names in different projects. This setting also works when the debugger looks for the specified main class when launching a program. It is required when the workspace has multiple java projects, otherwise the expression evaluation and conditional breakpoint may not work.
59
59
-`cwd` - The working directory of the program. Defaults to `${workspaceFolder}`.
60
60
-`env` - The extra environment variables for the program.
61
+
-`envFile` - Absolute path to a file containing environment variable definitions.
61
62
-`stopOnEntry` - Automatically pause the program after launching.
62
63
-`console` - The specified console to launch the program. If not specified, use the console specified by the `java.debug.settings.console` user setting.
63
64
-`internalConsole` - VS Code debug console (input stream not supported).
Copy file name to clipboardExpand all lines: package.nls.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
"java.debugger.launch.encoding.description": "The file.encoding setting for the JVM. If not specified, 'UTF-8' will be used. Possible values can be found in https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html.",
10
10
"java.debugger.launch.cwd.description": "The working directory of the program. Defaults to the current workspace root.",
11
11
"java.debugger.launch.env.description": "The extra environment variables for the program.",
12
+
"java.debugger.launch.envFile.description": "Absolute path to a file containing environment variable definitions.",
12
13
"java.debugger.launch.stopOnEntry.description": "Automatically pause the program after launching.",
13
14
"java.debugger.launch.internalConsole.description": "VS Code debug console (input stream not supported).",
0 commit comments