mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 06:05:19 +00:00
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:
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…
Reference in a new issue