Command '_typescript.configurePlugin' not found

Describe the Bug

After today’s update, TypeScript stopped working in the cursor.
Errors are popping up in the console: command ‘_typescript.configurePlugin’ not found

Steps to Reproduce

Install last update

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.77
VSCode Version: 1.99.3
Commit: ba90f2f88e4911312761abab9492c42442117cf0
Date: 2025-11-13T23:10:43.113Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 25.1.0

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report. The “_typescript.configurePlugin” error usually points to a TypeScript language server issue. Here are steps to check:

Quick actions:

  • Check the built-in TypeScript extension: Extensions → search @builtin typescript → make sure “TypeScript and JavaScript Language Features” is enabled
  • Reload the window: Cmd+Shift+P → “Developer: Reload Window”
  • Check for extension conflicts: run cursor --disable-extensions in the terminal to rule out conflicts
  • Verify TypeScript versions: if the project uses a workspace TypeScript, compare it with the global version and avoid mismatches

Let me know what you find - if it persists, I’ll pass this to the team.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.