Turn on TypeScript's experimental expandable hover by default in the VS Code workspace (#233336)
turning on the expandable hoverpull/233390/head
parent
eece0a9075
commit
bbfcaf8045
|
@ -170,4 +170,5 @@
|
|||
"typescript.enablePromptUseWorkspaceTsdk": true,
|
||||
"eslint.useFlatConfig": true,
|
||||
"editor.occurrencesHighlightDelay": 0,
|
||||
"typescript.experimental.expandableHover": true,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue