svelte: Fix typo in LSP config for inlayHints (#14614)
9b51c5b177/packages/service/configuration.schema.json (L158)
Before:

After:

Release Notes:
- N/A
This commit is contained in:
parent
738d079aa7
commit
62f5503e93
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ impl zed::Extension for SvelteExtension {
|
|||
"propertyDeclarationTypes": {
|
||||
"enabled": true
|
||||
},
|
||||
"functionLikeReturnType": {
|
||||
"functionLikeReturnTypes": {
|
||||
"enabled": true
|
||||
},
|
||||
"enumMemberValues": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue