From bbfcaf8045e87a49a39eeb0b01aa8eca904193ae Mon Sep 17 00:00:00 2001 From: Aiday Marlen Kyzy Date: Thu, 7 Nov 2024 16:23:40 +0100 Subject: [PATCH] Turn on TypeScript's experimental expandable hover by default in the VS Code workspace (#233336) turning on the expandable hover --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3fd5fc71b4b..29f501a1de8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -170,4 +170,5 @@ "typescript.enablePromptUseWorkspaceTsdk": true, "eslint.useFlatConfig": true, "editor.occurrencesHighlightDelay": 0, + "typescript.experimental.expandableHover": true, }