vscode
vscode copied to clipboard
Enabling typescript.preferGoToSourceDefinition breaks Intellisense
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: Version: 1.86.2 Commit: 903b1e9d8990623e3d7da1df3d33db3e42d80eda Date: 2024-02-13T19:42:12.210Z Electron: 27.2.3 ElectronBuildId: 26908389 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Darwin arm64 23.3.0
- OS Version: Mac OS 14.3.1 (23D60)
Steps to Reproduce:
- Download the above version of VSCode
- Enable
"typescript.preferGoToSourceDefinition": truein settings - Try and cmd + click functions etc in TypeScript files, the
Loadingtext will show in the intellisense hover over, suggestions aren't loaded, colours for any functions, classes, import etc aren't applied to new code added