Skip to content

Commit 56fdcd9

Browse files
author
Ed Hillmann
committed
Required changes after review comments
1 parent a821e30 commit 56fdcd9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,10 @@
486486
"default": {}
487487
},
488488
"envFile": {
489-
"type": "string",
489+
"type": [
490+
"array",
491+
"string"
492+
],
490493
"description": "%java.debugger.launch.envFile.description%",
491494
"default": "${workspaceFolder}/.env"
492495
},

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"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.",
1919
"java.debugger.launch.cwd.description": "The working directory of the program. Defaults to the current workspace root.",
2020
"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.",
2222
"java.debugger.launch.stopOnEntry.description": "Automatically pause the program after launching.",
2323
"java.debugger.launch.internalConsole.description": "VS Code debug console (input stream not supported).",
2424
"java.debugger.launch.integratedTerminal.description": "VS Code integrated terminal.",

0 commit comments

Comments
 (0)