-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
37 lines (36 loc) · 2.19 KB
/
package.nls.json
File metadata and controls
37 lines (36 loc) · 2.19 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
{
"extension.displayName": "Java Launcher",
"extension.description": "Zero-config Java launcher with quick search, aggregated runs, and Spring profile management.",
"category.javaLauncher": "Java Launcher",
"command.generateLaunchConfigs.title": "Generate Launch Configurations",
"command.scanJavaEntries.title": "Scan Java Entry Points",
"command.createAggregatedLaunch.title": "Create Aggregated Launch Configuration",
"command.manageAggregatedLaunch.title": "Manage Aggregated Launch Configurations",
"command.executeAggregatedLaunch.title": "Execute Aggregated Launch Configuration",
"command.debugAggregatedLaunch.title": "Debug Aggregated Launch Configuration",
"command.runJavaEntry.title": "Run Java Entry",
"command.runAggregatedConfig.title": "Run Aggregated Configuration",
"command.refreshTreeView.title": "Refresh",
"command.addToAggregatedConfig.title": "Add to Aggregated Configuration",
"command.showAllCommands.title": "Show All Commands",
"command.setSpringProfile.title": "Set Spring Active Profile",
"command.setAllSpringProfiles.title": "Set All Spring Boot Profiles",
"command.setAllJmxRemoteStatus.title": "Set All JMX Remote Management Status",
"command.searchAndRun.title": "Search and Run Java Entry",
"command.refresh.title": "Refresh Java Launcher",
"command.run.title": "Run Java Entry",
"command.debug.title": "Debug Java Entry",
"command.addToAggregated.title": "Add to Aggregated Launch",
"command.runAggregated.title": "Run Aggregated Launch",
"command.editAggregated.title": "Edit Aggregated Launch",
"command.removeFromAggregated.title": "Remove from Aggregated Launch",
"command.deleteAggregated.title": "Delete Aggregated Launch",
"command.setJmxRemoteEnabled.title": "Enable JMX Remote",
"command.setJmxRemoteDisabled.title": "Disable JMX Remote",
"command.setAllJmxRemoteEnabled.title": "Enable All JMX Remote",
"command.setAllJmxRemoteDisabled.title": "Disable All JMX Remote",
"command.manageRunningProcesses.title": "Manage Running Java Processes",
"command.jumpToSource.title": "Jump to Source Code",
"viewsContainers.activitybar.javaLauncher.title": "Java Launcher",
"views.javaLauncher.javaLauncherView.name": "Java Launcher"
}