-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
fix(schema): disable typescript.shim
by default in favour of volar features
#26052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Takeover Mode has been deprecated. "TypeScript Vue Plugin" extension has been deprecated.
|
@@ -50,8 +50,7 @@ export default defineUntypedSchema({ | |||
/** | |||
* Generate a `*.vue` shim. | |||
* | |||
* We recommend instead either enabling [**Take Over Mode**](https://vuejs.org/guide/typescript/overview.html#volar-takeover-mode) or adding | |||
* TypeScript Vue Plugin (Volar)** 👉 [[Download](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin)]. | |||
* We recommend instead installing the [official Vue extension](https://marketplace.visualstudio.com/items?itemName=Vue.volar). | |||
*/ | |||
shim: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should update the default to false in this case.
Can we combine this with your other pr?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah for sure
Takeover Mode has been deprecated. "TypeScript Vue Plugin" extension has been deprecated.
✅ Live Preview ready!
|
typescript.shim
by default in favour of volar features
Takeover Mode has been deprecated.
"TypeScript Vue Plugin" extension has been deprecated.
closes #26051