From: Haoqun Jiang Date: Mon, 17 Jan 2022 08:11:08 +0000 (+0800) Subject: chore: update the link for take over mode X-Git-Tag: v3.1.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb14f5cd8fdd825bb82bd5e54bb5a3fe5b2d0526;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: update the link for take over mode The new link contains instructions with screenshots, which is more user-friendly. --- diff --git a/utils/generateReadme.js b/utils/generateReadme.js index 9d9d1917..baa9663f 100644 --- a/utils/generateReadme.js +++ b/utils/generateReadme.js @@ -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",