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: package.nls.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
"java.debugger.launch.encoding.description": "The file.encoding setting for the JVM. Possible values can be found in https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html.",
19
19
"java.debugger.launch.cwd.description": "The working directory of the program. Defaults to the current workspace root.",
20
20
"java.debugger.launch.env.description": "The extra environment variables for the program.",
21
-
"java.debugger.launch.envFile.description": "Absolute path to a file containing environment variable definitions.",
21
+
"java.debugger.launch.envFile.description": "Absolute path to a file containing environment variable definitions. Multiple files can be specified by providing an array of absolute paths.",
22
22
"java.debugger.launch.stopOnEntry.description": "Automatically pause the program after launching.",
23
23
"java.debugger.launch.internalConsole.description": "VS Code debug console (input stream not supported).",
0 commit comments