File tree Expand file tree Collapse file tree 3 files changed +24
-6
lines changed Expand file tree Collapse file tree 3 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 924
924
},
925
925
{
926
926
"command" : " java.open.serverLog" ,
927
- "when" : " false"
927
+ "title" : " %java.open.serverLog%" ,
928
+ "category" : " Java"
928
929
},
929
930
{
930
931
"command" : " java.open.serverStdoutLog" ,
931
- "when " : " false "
932
+ "title " : " %java.open.serverStdoutLog% "
932
933
},
933
934
{
934
935
"command" : " java.open.serverStderrLog" ,
935
- "when " : " false "
936
+ "title " : " %java.open.serverStderrLog% "
936
937
},
937
938
{
938
939
"command" : " java.open.clientLog" ,
939
- "when" : " false"
940
+ "title" : " %java.open.clientLog%" ,
941
+ "category" : " Java"
940
942
},
941
943
{
942
944
"command" : " java.open.logs" ,
1086
1088
"command" : " java.project.import.command" ,
1087
1089
"when" : " javaLSReady"
1088
1090
},
1091
+ {
1092
+ "command" : " java.open.serverStdoutLog" ,
1093
+ "when" : " false"
1094
+ },
1095
+ {
1096
+ "command" : " java.open.serverStderrLog" ,
1097
+ "when" : " false"
1098
+ },
1089
1099
{
1090
1100
"command" : " java.action.navigateToSuperImplementation" ,
1091
1101
"when" : " javaLSReady && editorLangId == java"
Original file line number Diff line number Diff line change 2
2
"java.server.mode.switch" : " Switch to Standard Mode" ,
3
3
"java.projectConfiguration.update" : " Update Project" ,
4
4
"java.project.import" : " Import Java Projects into Workspace" ,
5
+ "java.open.serverLog" : " Open Java Language Server Log File" ,
6
+ "java.open.serverStdoutLog" : " Open Java Language Server Output Log File" ,
7
+ "java.open.serverStderrLog" : " Open Java Language Server Error Log File" ,
8
+ "java.open.clientLog" : " Open Java Extension Log File" ,
5
9
"java.open.logs" : " Open All Log Files" ,
6
10
"java.workspace.compile" : " Force Java Compilation" ,
7
11
"java.open.formatter.settings" : " Open Java Formatter Settings" ,
17
21
"java.action.showSupertypeHierarchy" : " Show Supertype Hierarchy" ,
18
22
"java.action.showSubtypeHierarchy" : " Show Subtype Hierarchy" ,
19
23
"java.action.changeBaseType" : " Base on this Type"
20
- }
24
+ }
Original file line number Diff line number Diff line change 2
2
"java.server.mode.switch" : " 切换到标准模式" ,
3
3
"java.projectConfiguration.update" : " 更新项目" ,
4
4
"java.project.import" : " 将 Java 项目导入工作区" ,
5
+ "java.open.serverLog" : " 打开 Java 语言服务器日志文件" ,
6
+ "java.open.serverStdoutLog" : " 打开 Java 语言服务器输出日志文件" ,
7
+ "java.open.serverStderrLog" : " 打开 Java 语言服务器错误日志文件" ,
8
+ "java.open.clientLog" : " 打开 Java 插件日志文件" ,
5
9
"java.open.logs" : " 打开所有日志文件" ,
6
10
"java.workspace.compile" : " 强制编译" ,
7
11
"java.open.formatter.settings" : " 打开 Java 格式设置" ,
17
21
"java.action.showSupertypeHierarchy" : " 显示父类层次结构" ,
18
22
"java.action.showSubtypeHierarchy" : " 显示子类层次结构" ,
19
23
"java.action.changeBaseType" : " 基于此类型"
20
- }
24
+ }
You can’t perform that action at this time.
0 commit comments