Skip to content

Commit e0fd867

Browse files
authored
docs: update the links to the vscode marketplace extensions in the generated readme (#98)
1 parent a828b8b commit e0fd867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/generateReadme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const sfcTypeSupportDoc = [
44
'',
55
'## Type Support for `.vue` Imports in TS',
66
'',
7-
'TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.',
7+
'TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.',
88
'',
99
"If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:",
1010
'',
@@ -30,7 +30,7 @@ This template should help get you started developing with Vue 3 in Vite.
3030
3131
## Recommended IDE Setup
3232
33-
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin).
33+
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=vue.vscode-typescript-vue-plugin).
3434
${needsTypeScript ? sfcTypeSupportDoc : ''}
3535
## Customize configuration
3636

0 commit comments

Comments
 (0)