-
Notifications
You must be signed in to change notification settings - Fork 442
/
package.nls.json
32 lines (32 loc) · 1.8 KB
/
package.nls.json
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
{
"java.server.mode.switch": "Switch to Standard Mode",
"java.projectConfiguration.update": "Reload Projects",
"java.project.import": "Import Java Projects into Workspace",
"java.open.serverLog": "Open Java Language Server Log File",
"java.open.serverStdoutLog": "Open Java Language Server Output Log File",
"java.open.serverStderrLog": "Open Java Language Server Error Log File",
"java.open.clientLog": "Open Java Extension Log File",
"java.open.logs": "Open All Log Files",
"java.workspace.compile": "Force Java Compilation",
"java.project.build": "Rebuild Projects",
"java.open.formatter.settings": "Open Java Formatter Settings",
"java.clean.workspace": "Clean Java Language Server Workspace",
"java.project.updateSourceAttachment": "Attach Source...",
"java.project.addToSourcePath": "Add Folder to Java Source Path",
"java.project.removeFromSourcePath": "Remove Folder from Java Source Path",
"java.project.listSourcePaths": "List All Java Source Paths",
"java.show.server.task.status": "Show Build Job Status",
"java.action.navigateToSuperImplementation": "Go to Super Implementation",
"java.action.showTypeHierarchy": "Show Type Hierarchy",
"java.action.showClassHierarchy": "Show Class Hierarchy",
"java.action.showSupertypeHierarchy": "Show Supertype Hierarchy",
"java.action.showSubtypeHierarchy": "Show Subtype Hierarchy",
"java.action.changeBaseType": "Base on this Type",
"java.project.createModuleInfo.command": "Create module-info.java",
"java.clean.sharedIndexes": "Clean Shared Indexes",
"java.server.restart": "Restart Java Language Server",
"java.edit.smartSemicolonDetection": "Java Smart Semicolon Detection",
"java.action.filesExplorerPasteAction": "Paste Clipboard Text Into a File",
"java.action.doCleanup": "Performs Cleanup Actions",
"java.change.searchScope": "Change Search Scope"
}