I’m using Cursor for a TypeScript project, but it’s not showing TypeScript errors, underlining issues, or displaying tooltips on hover. In VS Code, the same code correctly shows type errors (e.g., “Argument of type ‘string’ is not assignable…”).
Additionally, clicking on file references doesn’t open them. I’ve tried:
i dont see option for Restart TS server, but i see the cursor bottom tab shows Typescript.
also this is from devtools console
workbench.desktop.main.js:1378 [Extension Host] stack trace: Error: command ‘_typescript.configurePlugin’ not found
at Q7t.n (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1954:1346)
at Q7t.executeCommand (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1954:1278)
Jur @ workbench.desktop.main.js:1378
i uninstalled, restarted JavaScript and TypeScript Nightly, still no luck