File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -10701,6 +10701,9 @@ Snippet to enable the language server:
10701
10701
require ' lspconfig' .svelte .setup {}
10702
10702
```
10703
10703
10704
+ Commands:
10705
+ - MigrateToSvelte5: Migrate Component to Svelte 5 Syntax
10706
+
10704
10707
Default config:
10705
10708
- ` cmd ` :
10706
10709
``` lua
@@ -10710,7 +10713,7 @@ Default config:
10710
10713
``` lua
10711
10714
{ " svelte" }
10712
10715
```
10713
- - ` root_dir ` source (use "gF" to visit): [ ../lua/lspconfig/configs/svelte.lua:4 ] ( ../lua/lspconfig/configs/svelte.lua#L4 )
10716
+ - ` root_dir ` source (use "gF" to visit): [ ../lua/lspconfig/configs/svelte.lua:17 ] ( ../lua/lspconfig/configs/svelte.lua#L17 )
10714
10717
10715
10718
---
10716
10719
Original file line number Diff line number Diff line change @@ -10052,6 +10052,9 @@ Snippet to enable the language server: >lua
10052
10052
require'lspconfig' .svelte.setup{}
10053
10053
10054
10054
10055
+ Commands:
10056
+ - MigrateToSvelte5: Migrate Component to Svelte 5 Syntax
10057
+
10055
10058
Default config:
10056
10059
- `cmd` :
10057
10060
```lua
@@ -10061,7 +10064,7 @@ Default config:
10061
10064
```lua
10062
10065
{ "svelte" }
10063
10066
```
10064
- - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/svelte.lua:4 ](../lua/lspconfig/configs/svelte.lua#L4 )
10067
+ - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/svelte.lua:17 ](../lua/lspconfig/configs/svelte.lua#L17 )
10065
10068
10066
10069
10067
10070
------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments