From cfabc31523fefacb44cb0717aa1a9c87f531f86a Mon Sep 17 00:00:00 2001 From: cipchk Date: Wed, 1 Nov 2023 14:35:30 +0800 Subject: [PATCH] chore: add `typescript.referencesCodeLens.enabled` --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 31c41bf05..f03125fbf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -35,5 +35,6 @@ "*.json": "jsonc", ".prettierrc": "json" }, - "angular.enable-strict-mode-prompt": false + "angular.enable-strict-mode-prompt": false, + "typescript.referencesCodeLens.enabled": true }