Turn on TypeScript's experimental expandable hover by default in the VS Code workspace (#233336)

turning on the expandable hover
pull/233390/head
Aiday Marlen Kyzy 2024-11-07 16:23:40 +01:00 committed by GitHub
parent eece0a9075
commit bbfcaf8045
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -170,4 +170,5 @@
"typescript.enablePromptUseWorkspaceTsdk": true,
"eslint.useFlatConfig": true,
"editor.occurrencesHighlightDelay": 0,
"typescript.experimental.expandableHover": true,
}