File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 168168 {
169169 "command" : " java.welcome" ,
170170 "category" : " Java" ,
171- "title" : " Welcome "
171+ "title" : " Help Center "
172172 },
173173 {
174174 "command" : " java.classpathConfiguration" ,
230230 " Automatically pick the first experience view" ,
231231 " Present the Java Overview page" ,
232232 " Present the Java Getting Started page" ,
233- " Present the Java Welcome page" ,
233+ " Present the Java Help Center page" ,
234234 " Do not show any view"
235235 ],
236236 "default" : " auto" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { encodeCommandUriWithTelemetry } from "../../../utils/webview";
1616export default class NavigationPanel extends React . Component {
1717 private groups = [
1818 {
19- name : "Configuration " ,
19+ name : "General " ,
2020 icon : < Icon className = "codicon" icon = { gearIcon } /> ,
2121 actions : [
2222 { name : "Configure Java Runtime" , command : "java.runtime" } ,
Original file line number Diff line number Diff line change 44< head >
55 < meta charset ="UTF-8 ">
66 < meta http-equiv ="Content-Security-Policy " content ="default-src 'unsafe-inline'; img-src 'self' data: ">
7- < title > Welcome </ title >
7+ < title > Java Help Center </ title >
88</ head >
99
1010< body >
You can’t perform that action at this time.
0 commit comments