]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: update the link for take over mode
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 17 Jan 2022 08:11:08 +0000 (16:11 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 17 Jan 2022 08:11:08 +0000 (16:11 +0800)
The new link contains instructions with screenshots, which is more
user-friendly.

utils/generateReadme.js

index 9d9d1917d76f3ad5d93a3ac14189a6a7c5a93bd7..baa9663f951b68bb6a47fe7f1433987d3412caf9 100644 (file)
@@ -8,7 +8,7 @@ const sfcTypeSupportDoc = [
   '',
   '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.',
   '',
-  "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) that is more performant. You can enable it by the following steps:",
+  "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:",
   '',
   '1. Disable the built-in TypeScript Extension',
   "    1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette",