Skip to content

Commit

Permalink
chore: add typescript.referencesCodeLens.enabled (#1679)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Nov 1, 2023
1 parent 491a342 commit 4d2d25c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
"*.json": "jsonc",
".prettierrc": "json"
},
"angular.enable-strict-mode-prompt": false
"angular.enable-strict-mode-prompt": false,
"typescript.referencesCodeLens.enabled": true
}

0 comments on commit 4d2d25c

Please sign in to comment.