From: Julien Ripouteau Date: Mon, 30 May 2022 07:07:26 +0000 (+0200) Subject: docs: update the links to the vscode marketplace extensions in the generated readme... X-Git-Tag: v3.1.11~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0fd867930ba75a8648a5dc1c91cc69dbd99a2c1;p=thirdparty%2Fvuejs%2Fcreate-vue.git docs: update the links to the vscode marketplace extensions in the generated readme (#98) --- diff --git a/utils/generateReadme.ts b/utils/generateReadme.ts index 16f7b1c3..2ab7e61f 100644 --- a/utils/generateReadme.ts +++ b/utils/generateReadme.ts @@ -4,7 +4,7 @@ const sfcTypeSupportDoc = [ '', '## Type Support for `.vue` Imports in TS', '', - '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.', + '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.', '', "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:", '', @@ -30,7 +30,7 @@ This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup -[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). +[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). ${needsTypeScript ? sfcTypeSupportDoc : ''} ## Customize configuration