From 400d816688c082d380d2764f3355103973efa9cb Mon Sep 17 00:00:00 2001 From: astone123 Date: Wed, 8 Jun 2022 09:44:29 -0400 Subject: [PATCH 1/2] Update Volar identifier for VSCode Marketplace --- .vscode/extensions.json | 2 +- packages/frontend-shared/README.md | 2 +- packages/launchpad/README.md | 2 +- .../projects/vue3-vite-ts-configured/.vscode/extensions.json | 2 +- system-tests/projects/vue3-vite-ts-configured/README.md | 2 +- .../vue3-vite-ts-custom-index-html/.vscode/extensions.json | 2 +- system-tests/projects/vue3-vite-ts-custom-index-html/README.md | 2 +- .../projects/vue3-vite-ts-unconfigured/.vscode/extensions.json | 2 +- system-tests/projects/vue3-vite-ts-unconfigured/README.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 5112e9974e20..18f46a05a56a 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -28,7 +28,7 @@ // Name: Volar // Description: Language server for Vue. Required for any syntax highlighting in Vue files. - "johnsoncodehk.volar", + "vue.volar", // Name: Code Spell Checker // Description: Add spell-checking help to your code. diff --git a/packages/frontend-shared/README.md b/packages/frontend-shared/README.md index e257d5ac054c..57f5aad3997d 100644 --- a/packages/frontend-shared/README.md +++ b/packages/frontend-shared/README.md @@ -14,7 +14,7 @@ yarn workspace @packages/frontend-shared cypress:open ``` ## Developing -For the best development experience, you will want to use VS Code with the [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) extension. This will give you type completion inside `vue` files. +For the best development experience, you will want to use VS Code with the [Volar](https://marketplace.visualstudio.com/items?itemName=vue.volar) extension. This will give you type completion inside `vue` files. ## Testing ```bash diff --git a/packages/launchpad/README.md b/packages/launchpad/README.md index 89594fc776dc..d1e842ba969c 100644 --- a/packages/launchpad/README.md +++ b/packages/launchpad/README.md @@ -36,7 +36,7 @@ yarn workspace @packages/launchpad build ## Developing -For the best development experience, you will want to use VS Code with the [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) extension. This will give you type completion inside `vue` files. +For the best development experience, you will want to use VS Code with the [Volar](https://marketplace.visualstudio.com/items?itemName=vue.volar) extension. This will give you type completion inside `vue` files. ```bash diff --git a/system-tests/projects/vue3-vite-ts-configured/.vscode/extensions.json b/system-tests/projects/vue3-vite-ts-configured/.vscode/extensions.json index 3dc5b08bcdc9..b338073e1464 100644 --- a/system-tests/projects/vue3-vite-ts-configured/.vscode/extensions.json +++ b/system-tests/projects/vue3-vite-ts-configured/.vscode/extensions.json @@ -1,3 +1,3 @@ { - "recommendations": ["johnsoncodehk.volar"] + "recommendations": ["vue.volar"] } diff --git a/system-tests/projects/vue3-vite-ts-configured/README.md b/system-tests/projects/vue3-vite-ts-configured/README.md index f5342b7d8f66..94ed0d3ae5ea 100644 --- a/system-tests/projects/vue3-vite-ts-configured/README.md +++ b/system-tests/projects/vue3-vite-ts-configured/README.md @@ -4,7 +4,7 @@ This template should help get you started developing with Vue 3 and Typescript i ## Recommended IDE Setup -- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) +- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=vue.volar) ## Type Support For `.vue` Imports in TS diff --git a/system-tests/projects/vue3-vite-ts-custom-index-html/.vscode/extensions.json b/system-tests/projects/vue3-vite-ts-custom-index-html/.vscode/extensions.json index 3dc5b08bcdc9..b338073e1464 100644 --- a/system-tests/projects/vue3-vite-ts-custom-index-html/.vscode/extensions.json +++ b/system-tests/projects/vue3-vite-ts-custom-index-html/.vscode/extensions.json @@ -1,3 +1,3 @@ { - "recommendations": ["johnsoncodehk.volar"] + "recommendations": ["vue.volar"] } diff --git a/system-tests/projects/vue3-vite-ts-custom-index-html/README.md b/system-tests/projects/vue3-vite-ts-custom-index-html/README.md index f5342b7d8f66..94ed0d3ae5ea 100644 --- a/system-tests/projects/vue3-vite-ts-custom-index-html/README.md +++ b/system-tests/projects/vue3-vite-ts-custom-index-html/README.md @@ -4,7 +4,7 @@ This template should help get you started developing with Vue 3 and Typescript i ## Recommended IDE Setup -- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) +- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=vue.volar) ## Type Support For `.vue` Imports in TS diff --git a/system-tests/projects/vue3-vite-ts-unconfigured/.vscode/extensions.json b/system-tests/projects/vue3-vite-ts-unconfigured/.vscode/extensions.json index 3dc5b08bcdc9..b338073e1464 100644 --- a/system-tests/projects/vue3-vite-ts-unconfigured/.vscode/extensions.json +++ b/system-tests/projects/vue3-vite-ts-unconfigured/.vscode/extensions.json @@ -1,3 +1,3 @@ { - "recommendations": ["johnsoncodehk.volar"] + "recommendations": ["vue.volar"] } diff --git a/system-tests/projects/vue3-vite-ts-unconfigured/README.md b/system-tests/projects/vue3-vite-ts-unconfigured/README.md index f5342b7d8f66..94ed0d3ae5ea 100644 --- a/system-tests/projects/vue3-vite-ts-unconfigured/README.md +++ b/system-tests/projects/vue3-vite-ts-unconfigured/README.md @@ -4,7 +4,7 @@ This template should help get you started developing with Vue 3 and Typescript i ## Recommended IDE Setup -- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) +- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=vue.volar) ## Type Support For `.vue` Imports in TS From d297f2881bb446c3b77130c3e5b1df89b3e56a98 Mon Sep 17 00:00:00 2001 From: astone123 Date: Wed, 8 Jun 2022 09:44:29 -0400 Subject: [PATCH 2/2] chore: Update Volar identifier for VSCode Marketplace --- .vscode/extensions.json | 2 +- packages/frontend-shared/README.md | 2 +- packages/launchpad/README.md | 2 +- .../projects/vue3-vite-ts-configured/.vscode/extensions.json | 2 +- system-tests/projects/vue3-vite-ts-configured/README.md | 2 +- .../vue3-vite-ts-custom-index-html/.vscode/extensions.json | 2 +- system-tests/projects/vue3-vite-ts-custom-index-html/README.md | 2 +- .../projects/vue3-vite-ts-unconfigured/.vscode/extensions.json | 2 +- system-tests/projects/vue3-vite-ts-unconfigured/README.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 5112e9974e20..18f46a05a56a 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -28,7 +28,7 @@ // Name: Volar // Description: Language server for Vue. Required for any syntax highlighting in Vue files. - "johnsoncodehk.volar", + "vue.volar", // Name: Code Spell Checker // Description: Add spell-checking help to your code. diff --git a/packages/frontend-shared/README.md b/packages/frontend-shared/README.md index e257d5ac054c..57f5aad3997d 100644 --- a/packages/frontend-shared/README.md +++ b/packages/frontend-shared/README.md @@ -14,7 +14,7 @@ yarn workspace @packages/frontend-shared cypress:open ``` ## Developing -For the best development experience, you will want to use VS Code with the [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) extension. This will give you type completion inside `vue` files. +For the best development experience, you will want to use VS Code with the [Volar](https://marketplace.visualstudio.com/items?itemName=vue.volar) extension. This will give you type completion inside `vue` files. ## Testing ```bash diff --git a/packages/launchpad/README.md b/packages/launchpad/README.md index 89594fc776dc..d1e842ba969c 100644 --- a/packages/launchpad/README.md +++ b/packages/launchpad/README.md @@ -36,7 +36,7 @@ yarn workspace @packages/launchpad build ## Developing -For the best development experience, you will want to use VS Code with the [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) extension. This will give you type completion inside `vue` files. +For the best development experience, you will want to use VS Code with the [Volar](https://marketplace.visualstudio.com/items?itemName=vue.volar) extension. This will give you type completion inside `vue` files. ```bash diff --git a/system-tests/projects/vue3-vite-ts-configured/.vscode/extensions.json b/system-tests/projects/vue3-vite-ts-configured/.vscode/extensions.json index 3dc5b08bcdc9..b338073e1464 100644 --- a/system-tests/projects/vue3-vite-ts-configured/.vscode/extensions.json +++ b/system-tests/projects/vue3-vite-ts-configured/.vscode/extensions.json @@ -1,3 +1,3 @@ { - "recommendations": ["johnsoncodehk.volar"] + "recommendations": ["vue.volar"] } diff --git a/system-tests/projects/vue3-vite-ts-configured/README.md b/system-tests/projects/vue3-vite-ts-configured/README.md index f5342b7d8f66..94ed0d3ae5ea 100644 --- a/system-tests/projects/vue3-vite-ts-configured/README.md +++ b/system-tests/projects/vue3-vite-ts-configured/README.md @@ -4,7 +4,7 @@ This template should help get you started developing with Vue 3 and Typescript i ## Recommended IDE Setup -- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) +- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=vue.volar) ## Type Support For `.vue` Imports in TS diff --git a/system-tests/projects/vue3-vite-ts-custom-index-html/.vscode/extensions.json b/system-tests/projects/vue3-vite-ts-custom-index-html/.vscode/extensions.json index 3dc5b08bcdc9..b338073e1464 100644 --- a/system-tests/projects/vue3-vite-ts-custom-index-html/.vscode/extensions.json +++ b/system-tests/projects/vue3-vite-ts-custom-index-html/.vscode/extensions.json @@ -1,3 +1,3 @@ { - "recommendations": ["johnsoncodehk.volar"] + "recommendations": ["vue.volar"] } diff --git a/system-tests/projects/vue3-vite-ts-custom-index-html/README.md b/system-tests/projects/vue3-vite-ts-custom-index-html/README.md index f5342b7d8f66..94ed0d3ae5ea 100644 --- a/system-tests/projects/vue3-vite-ts-custom-index-html/README.md +++ b/system-tests/projects/vue3-vite-ts-custom-index-html/README.md @@ -4,7 +4,7 @@ This template should help get you started developing with Vue 3 and Typescript i ## Recommended IDE Setup -- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) +- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=vue.volar) ## Type Support For `.vue` Imports in TS diff --git a/system-tests/projects/vue3-vite-ts-unconfigured/.vscode/extensions.json b/system-tests/projects/vue3-vite-ts-unconfigured/.vscode/extensions.json index 3dc5b08bcdc9..b338073e1464 100644 --- a/system-tests/projects/vue3-vite-ts-unconfigured/.vscode/extensions.json +++ b/system-tests/projects/vue3-vite-ts-unconfigured/.vscode/extensions.json @@ -1,3 +1,3 @@ { - "recommendations": ["johnsoncodehk.volar"] + "recommendations": ["vue.volar"] } diff --git a/system-tests/projects/vue3-vite-ts-unconfigured/README.md b/system-tests/projects/vue3-vite-ts-unconfigured/README.md index f5342b7d8f66..94ed0d3ae5ea 100644 --- a/system-tests/projects/vue3-vite-ts-unconfigured/README.md +++ b/system-tests/projects/vue3-vite-ts-unconfigured/README.md @@ -4,7 +4,7 @@ This template should help get you started developing with Vue 3 and Typescript i ## Recommended IDE Setup -- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) +- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=vue.volar) ## Type Support For `.vue` Imports in TS