Skip to content

Commit b2519b3

Browse files
authored
pivotal.vscode-boot-dev-pack -> vmware.vscode-boot-dev-pack (#1161)
1 parent 268a0f4 commit b2519b3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can do more with VS Code. Here are some more recommendations that could help
3232

3333
Spring Tools 4 (ST4) is also available in Visual Studio Code. It understands Spring so you can navigate Spring code at the level of beans, routes, etc. It can also show live information of the running Spring Boot applications. Check out [the ST4 website](https://spring.io/tools) to see a complete list of its features.
3434

35-
To use ST4, install [📦 Spring Boot Extension Pack](https://marketplace.visualstudio.com/items?itemName=Pivotal.vscode-boot-dev-pack). Please also check out the [User Guide](https://github.com/spring-projects/sts4/wiki) to make the most of it.
35+
To use ST4, install [📦 Spring Boot Extension Pack](https://marketplace.visualstudio.com/items?itemName=vmware.vscode-boot-dev-pack). Please also check out the [User Guide](https://github.com/spring-projects/sts4/wiki) to make the most of it.
3636

3737
### Eclipse MicroProfile
3838

src/ext-guide/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ function getHtmlForWebview(webviewPanel: vscode.WebviewPanel, scriptPath: string
191191
<tr>
192192
<td>
193193
<div class="form-check">
194-
<input class="form-check-input" type="checkbox" value="pivotal.vscode-boot-dev-pack" id="chk.pivotal.vscode-boot-dev-pack">
195-
<label class="form-check-label" for="chk.pivotal.vscode-boot-dev-pack">
194+
<input class="form-check-input" type="checkbox" value="vmware.vscode-boot-dev-pack" id="chk.vmware.vscode-boot-dev-pack">
195+
<label class="form-check-label" for="chk.vmware.vscode-boot-dev-pack">
196196
Spring Boot Extension Pack
197197
</label>
198198
</div>

src/overview/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function getHtmlForWebview(webviewPanel: vscode.WebviewPanel, scriptPath: string
205205
<div>
206206
<a href="command:java.helper.openUrl?%22https%3A%2F%2Fgithub.com%2Fspring-projects%2Fspring-petclinic%22" title="Run PetClinic sample app in VS Code">Spring PetClinic Sample Application</a>
207207
</div>
208-
<div ext="pivotal.vscode-boot-dev-pack" displayName="Spring Boot Extension Pack">
208+
<div ext="vmware.vscode-boot-dev-pack" displayName="Spring Boot Extension Pack">
209209
<a href="#" title="Install Spring Boot Extension Pack...">Install Spring Boot Extension Pack</a>
210210
</div>
211211
</div>

src/welcome/assets/components/NavigationPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default class NavigationPanel extends React.Component<{
3434
actions: [
3535
{ name: "Spring Boot with VS Code", command: "java.helper.openUrl", args: ["https://code.visualstudio.com/docs/java/java-spring-boot"] },
3636
{ name: "Spring PetClinic Sample Application", command: "java.helper.openUrl", args: ["https://github.com/spring-projects/spring-petclinic"] },
37-
{ name: "Install Spring Boot Extension Pack ...", command: "java.helper.installExtension", args: ["pivotal.vscode-boot-dev-pack", "Spring Boot Extension Pack"] }
37+
{ name: "Install Spring Boot Extension Pack ...", command: "java.helper.installExtension", args: ["vmware.vscode-boot-dev-pack", "Spring Boot Extension Pack"] }
3838
]
3939
},
4040
{

0 commit comments

Comments
 (0)