From 7e359b7fb9ca7cc5bf98d5662be5829d2d85c913 Mon Sep 17 00:00:00 2001 From: Rahul-Biju <133862121+Rahul-Biju@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:16:49 +0530 Subject: [PATCH] Update package.nls.json Co-authored-by: YK Chang --- package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nls.json b/package.nls.json index de2170d..1a0f031 100644 --- a/package.nls.json +++ b/package.nls.json @@ -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)" } \ No newline at end of file