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.
- 人员:项目组中具体的人
4. 保存,配置完成
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.通过一个Developer角色,创建一个新的分支。
1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette