Skip to content

Commit cea2bb9

Browse files
committed
fix: don't activate Volar (.vue) support from out of the box to not break default behavior of loading local config files (./volar.config.js).
You should enable Vue support it if you're not using aforementioned local config file with `"tsEssentialPlugins.enableVueSupport": true`
1 parent ccbdca7 commit cea2bb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/configurationType.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ export type Configuration = {
5353
enablePlugin: boolean
5454
/**
5555
* Wether to enable support in Vue SFC files via Volar config file.
56-
* Changing setting requires volar server restart
56+
* Changing setting false->true->false requires volar server restart
5757
* Experimental.
58-
* @default true
58+
* @default false
5959
*/
6060
enableVueSupport: boolean
6161
/**

0 commit comments

Comments
 (0)