forked from oracle/javavscode
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.nls.json
More file actions
73 lines (73 loc) · 7 KB
/
package.nls.json
File metadata and controls
73 lines (73 loc) · 7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"jdk.views.run.config": "Run Configuration",
"jdk.views.explorer.projects": "Projects",
"jdk.workspace.compile": "Compile Workspace",
"jdk.workspace.clean": "Clean Workspace",
"jdk.workspace.new": "New File from Template...",
"jdk.workspace.newproject": "New Project...",
"jdk.java.goto.super.implementation": "Go to Super Implementation",
"jdk.open.type": "Open Type...",
"jdk.foundProjects.deleteEntry": "Delete",
"jdk.Edit.org.openide.actions.DeleteAction": "Delete",
"workbench.action.debug.run": "Run Without Debugging",
"workbench.action.debug.start": "Start Debugging",
"jdk.project.run": "Run Project Without Debugging",
"jdk.project.debug": "Debug Project",
"jdk.project.test": "Test Project",
"jdk.project.compile": "Compile Project",
"jdk.project.clean": "Clean Project",
"jdk.workspace.configureRunSettings": "Edit",
"jdk.select.editor.projects": "Reveal in Projects",
"testing.runAll": "Run All Tests",
"jdk.addEventListener": "Add event listener",
"jdk.download.jdk": "Download, install and use JDK",
"jdk.open.test": "Go To Test/Tested class...",
"jdk.delete.cache": "Delete Oracle Java extension cache for this workspace",
"jdk.configuration.specifyJdk.description": "Specifies JDK for the Oracle Visual Studio Code Extension",
"jdk.configuration.specifyProjectJdk.description": "Specifies the JDK on which user's project will be run. Defaults to the value of jdk.jdkhome",
"jdk.configuration.verbose.description": "Enables verbose messages from the Oracle Visual Studio Code Extension",
"jdk.configuration.userdir.description": "Keep settings and caches as 'global' or 'local' per workspace?",
"jdk.configuration.userdir.description.shareData": "Share data between all workspaces (more effective)",
"jdk.configuration.userdir.description.isolated": "Each workspace has its own data (more isolated)",
"jdk.configuration.userdir.deprecationMessage": "Separate userdir for each workspace is the default behaviour",
"jdk.configuration.revealActiveInProjects.description": "Reveals in Projects view",
"jdk.configuration.testEditor.description": "Enable Run/Debug test in editor",
"jdk.configuration.javadoc.timeout.description": "Timeout (in milliseconds) for loading Javadoc in code completion (-1 for unlimited)",
"jdk.configuration.formatterSettings.description": "Path to the file containing exported formatter settings",
"jdk.configuration.hints.preferences.description": "Path to the file containing exported hints preferences",
"jdk.configuration.organiseImports.description": "Enable organize imports action on a document save",
"jdk.configuration.organiseImports.sortingOrder.description": "Groups of import statements (specified by their package prefixes) and their sorting order. Import statements within a group are ordered alphabetically",
"jdk.configuration.countForUsingStarImport.description": "Class count to use a star-import",
"jdk.configuration.countForUsingStaticStarImport.description": "Members count to use a static star-import",
"jdk.configuration.arguments.description": "Arguments",
"jdk.configuration.vmOptions.description": "VM options",
"jdk.configuration.serverVmOptions.description": "Specifies extra VM arguments used to launch the Java Language Server",
"jdk.configuration.runConfig.env.description": "Environment variables",
"jdk.configuration.runConfig.cwd.description": "Working directory",
"jdk.configuration.disableNbJavac.description": "Advanced option: disable nb-javac library, javac from the selected JDK will be used. The selected JDK must be at least JDK 24.",
"jdk.configuration.disableProjectSearchLimit.description": "Advanced option: disable limits on searching in containing folders for project information.",
"jdk.configuration.telemetry.enabled.description": "Allow the Oracle Java extension for Visual Studio Code (\"JVSCE\") to collect and send anonymous technical data commonly known as \"telemetry data\" to Oracle to help improve the Java platform. No personal information nor source code is collected. You may refer to the data collection and privacy policy for JVSCE at https://github.com/oracle/javavscode/blob/main/vscode/TELEMETRY.md",
"jdk.configuration.telemetry.enabled.markdownDescription": "Allow the Oracle Java extension for Visual Studio Code (\"*JVSCE*\") to collect and send anonymous technical data commonly known as \"*telemetry data*\" to Oracle to help improve the Java platform. No personal information nor source code is collected. You may refer to the data collection and privacy policy for JVSCE at [TELEMETRY.md](https://github.com/oracle/javavscode/blob/main/vscode/TELEMETRY.md).",
"jdk.debugger.configuration.mainClass.description": "Absolute path to the program main class",
"jdk.debugger.configuration.mainClass.markdownDescription": "Main class specification. Supported formats:\n - an absolute path\n - a path relative to any of the workspace folders\n - a fully qualified name of a class.",
"jdk.debugger.configuration.classPaths.description": "The classpaths for launching the JVM.",
"jdk.debugger.configuration.console.description": "The specified console to launch the program.",
"jdk.debugger.configuration.args.description": "Arguments for the executed class",
"jdk.debugger.configuration.vmArgs.items.description": "Single argument for the Java VM",
"jdk.debugger.configuration.vmArgs.description": "Arguments for the Java VM",
"jdk.debugger.configuration.cwd.description": "Working directory for the program execution",
"jdk.debugger.configuration.env.description": "Environment variables for the program execution",
"jdk.debugger.configuration.launchConfiguration.description": "Mode and default behaviour for launch",
"jdk.debugger.configuration.attach.hostName.description": "Host name or IP address to which to attach",
"jdk.debugger.configuration.attach.port.description": "Port number to which to attach",
"jdk.debugger.configuration.attach.sharedMemoryName.description": "Shared memory name of the debuggee",
"jdk.debugger.configuration.attach.processId.description": "Process Id of the debuggee",
"jdk.debugger.configuration.attach.listen.description": "Listen for the debuggee to attach",
"jdk.debugger.configuration.attach.timeout.description": "Timeout while waiting to attach",
"jdk.debugger.configuration.completion.warning.time.description": "When code completion takes longer than this specified time (in milliseconds), there will be a warning produced (-1 to disable)",
"jdk.configuration.java.completion.commit.chars": "Specifies the characters that trigger accepting a code completion suggestion. For example, to accept suggestions when typing a dot (.), set this to [\".\"]",
"jdk.initialConfigurations.launchJavaApp.name": "Launch Java App",
"jdk.configurationSnippets.name": "Launch Java App",
"jdk.configurationSnippets.label": "Java+: Launch Java Application",
"jdk.configurationSnippets.description": "Launch a Java Application in debug mode"
}