Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update Volar identifier for VSCode Marketplace #22189

Merged
merged 6 commits into from Jun 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-shared/README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/launchpad/README.md
Expand Up @@ -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
Expand Down
@@ -1,3 +1,3 @@
{
"recommendations": ["johnsoncodehk.volar"]
"recommendations": ["vue.volar"]
}
2 changes: 1 addition & 1 deletion system-tests/projects/vue3-vite-ts-configured/README.md
Expand Up @@ -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

Expand Down
@@ -1,3 +1,3 @@
{
"recommendations": ["johnsoncodehk.volar"]
"recommendations": ["vue.volar"]
}
Expand Up @@ -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

Expand Down
@@ -1,3 +1,3 @@
{
"recommendations": ["johnsoncodehk.volar"]
"recommendations": ["vue.volar"]
}
2 changes: 1 addition & 1 deletion system-tests/projects/vue3-vite-ts-unconfigured/README.md
Expand Up @@ -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

Expand Down