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

turning on the expandable hover
This commit is contained in:
Aiday Marlen Kyzy
2024-11-07 16:23:40 +01:00
committed by GitHub
parent eece0a9075
commit bbfcaf8045

View File

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