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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,15 @@
4
4
"java.debugger.launch.args.description": "The command line arguments passed to the program.",
5
5
"java.debugger.launch.vmArgs.description": "The extra options and system properties for the JVM (e.g. -Xms<size> -Xmx<size> -D<name>=<value>).",
6
6
"java.debugger.launch.modulePaths.description": "The modulepaths for launching the JVM. If not specified, the debugger will automatically resolve from current project.",
7
+
"java.debugger.launch.modulePaths.auto": "Automatically resolve the module paths of current project.",
8
+
"java.debugger.launch.modulePaths.runtime": "The module paths within 'runtime' scope of current project.",
9
+
"java.debugger.launch.modulePaths.test": "The module paths within 'test' scope of current project.",
10
+
"java.debugger.launch.modulePaths.exclude": "The path after '!' will be excluded from the modulePaths.",
7
11
"java.debugger.launch.classPaths.description": "The classpaths for launching the JVM. If not specified, the debugger will automatically resolve from current project.",
12
+
"java.debugger.launch.classPaths.auto": "Automatically resolve the classpaths of current project.",
13
+
"java.debugger.launch.classPaths.runtime": "The classpaths within 'runtime' scope of current project.",
14
+
"java.debugger.launch.classPaths.test": "The classpaths within 'test' scope of current project.",
15
+
"java.debugger.launch.classPaths.exclude": "The path after '!' will be excluded from the classpaths.",
8
16
"java.debugger.launch.sourcePaths.description": "The extra source directories of the program. The debugger looks for source code from project settings by default. This option allows the debugger to look for source code in extra directories.",
9
17
"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
18
"java.debugger.launch.cwd.description": "The working directory of the program. Defaults to the current workspace root.",
0 commit comments