svelte: Fix typo in LSP config for inlayHints (#14614)

9b51c5b177/packages/service/configuration.schema.json (L158)

Before:
![Screenshot from 2024-07-17
02-45-37](https://github.com/user-attachments/assets/15f67b7b-ed29-418a-b6a5-23601c1ad820)

After:
![Screenshot from 2024-07-17
02-38-37](https://github.com/user-attachments/assets/c6cb71fc-70f4-4ea3-91d4-a184342163b4)

Release Notes:

- N/A
This commit is contained in:
Mathias 2024-07-17 15:59:21 +02:00 committed by GitHub
parent 738d079aa7
commit 62f5503e93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,7 @@ impl zed::Extension for SvelteExtension {
"propertyDeclarationTypes": {
"enabled": true
},
"functionLikeReturnType": {
"functionLikeReturnTypes": {
"enabled": true
},
"enumMemberValues": {