Skip to content

Commit

Permalink
chore: Update Volar identifier for VSCode Marketplace (#22189)
Browse files Browse the repository at this point in the history
* Update Volar identifier for VSCode Marketplace

* chore: Update Volar identifier for VSCode Marketplace

Co-authored-by: Zach Bloomquist <git@chary.us>
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
  • Loading branch information
3 people committed Jun 10, 2022
1 parent 9b965c5 commit 7a0baf9
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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

3 comments on commit 7a0baf9

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7a0baf9 Jun 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.1.0/linux-x64/develop-7a0baf976b9c05c4441dc981658bd36583451424/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7a0baf9 Jun 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.1.0/darwin-x64/develop-7a0baf976b9c05c4441dc981658bd36583451424/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7a0baf9 Jun 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.1.0/win32-x64/develop-7a0baf976b9c05c4441dc981658bd36583451424/cypress.tgz

Please sign in to comment.