Skip to content

Commit

Permalink
Merge pull request #316 from Rahul-Biju/issue203_addInst_emptydashb
Browse files Browse the repository at this point in the history
#203 Added explanation to empty dashboard
  • Loading branch information
Rahul-Biju committed Dec 14, 2023
2 parents e6f1f16 + 7e359b7 commit 93e8d4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@
}
]
},
"viewsWelcome": [
{
"view": "liberty-dev",
"contents": "%views.welcome.message%"
}
],
"commands": [
{
"command": "liberty.dev.show.commands",
Expand Down
4 changes: 3 additions & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
"commands.title.view.test.report": "View test report",
"commands.title.add.project": "Add project to Liberty Dashboard",
"commands.title.remove.project": "Remove project from Liberty Dashboard",
"commands.title.show.commands": "Show Liberty commands"
"commands.title.show.commands": "Show Liberty commands",
"views.welcome.message": "\n 1. If no projects are open in the Explorer, open or create a Liberty project using the File menu.\n[Open Project](command:vscode.openFolder) \n 2. If one or more existing Maven or Gradle projects are open in the Explorer, try one of the following actions:\n a. Configure the Liberty build plugin in the build file of an existing [Maven](https://github.com/OpenLiberty/ci.maven/#configuration) or [Gradle](https://github.com/OpenLiberty/ci.gradle#adding-the-plugin-to-the-build-script) project.\n b. Add a [server.xml file](https://openliberty.io/docs/latest/reference/config/server-configuration-overview.html#server-xml) to an existing Maven or Gradle project at “src/main/liberty/config”. \n c. Manually add an existing Maven or Gradle project to the Liberty Dashboard through the Command Palette action “Liberty: Add project to Liberty Dashboard”.\n [Add project to Liberty Dashboard](command:liberty.dev.add.project)"

}

0 comments on commit 93e8d4b

Please sign in to comment.