Skip to content

Commit

Permalink
Update package.nls.json
Browse files Browse the repository at this point in the history
Co-authored-by: YK Chang <yeekangc@ca.ibm.com>
  • Loading branch information
Rahul-Biju and yeekangc committed Dec 11, 2023
1 parent 11e2704 commit 7e359b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"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",
"views.welcome.message": "\n 1. If no projects are open in the VS Code 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 VS Code 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 VS Code command palette action “Liberty: Add project to Liberty Dashboard”.\n [Add project to Liberty Dashboard](command:liberty.dev.add.project)"
"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 7e359b7

Please sign in to comment.