You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/generateReadme.ts
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,7 @@ const sfcTypeSupportDoc = [
4
4
'',
5
5
'## Type Support for `.vue` Imports in TS',
6
6
'',
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.',
8
-
'',
9
-
"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:",
10
-
'',
11
-
'1. Disable the built-in TypeScript Extension',
12
-
" 1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette",
13
-
' 2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`',
14
-
'2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.',
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 [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.',
15
8
''
16
9
].join('\n')
17
10
@@ -36,7 +29,7 @@ This template should help get you started developing with Vue 3 in Vite.