Created plan in plan mode ask it to built, keep getting Internal Error

Created plan in plan mode ask it to built, keep getting Internal Error

I now started a new agent and ask to built plan, still same error.

Other plans can be built. It seems to error always after this command is executed:

cd c:\GIT\PoC; dotnet --version

Request ID below

Request ID: 62533550-5840-4a4c-82fe-88f8bb5fb178
[internal] Internal error
LTe: [internal] Internal error
at kmf (vscode-file://vscode-app/c:/Users/jurrit.zimmerman/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9095:38337)
at Cmf (vscode-file://vscode-app/c:/Users/jurrit.zimmerman/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9095:37240)
at $mf (vscode-file://vscode-app/c:/Users/jurrit.zimmerman/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9096:4395)
at ova.run (vscode-file://vscode-app/c:/Users/jurrit.zimmerman/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9096:8170)
at async qyt.resume (vscode-file://vscode-app/c:/Users/jurrit.zimmerman/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:34190:60450)
at async Wpc.streamFromAgentBackend (vscode-file://vscode-app/c:/Users/jurrit.zimmerman/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:34239:7695)
at async Wpc.getAgentStreamResponse (vscode-file://vscode-app/c:/Users/jurrit.zimmerman/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:34239:8436)
at async FTe.submitChatMaybeAbortCurrent (vscode-file://vscode-app/c:/Users/jurrit.zimmerman/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9170:14575)

Hey there @Jurrit_Zimmerman !

  • Is this command successful outside of Cursor (in your normal terminal)?
  • Are there other commands running when you build your plan that succeed, or is this the first one?
  • Please also grab your system info from Help > About in Cursor and share it here.
  • Is this command successful outside of Cursor (in your normal terminal)?

    • Yes
  • Are there other commands running when you build your plan that succeed, or is this the first one?

    • First one
  • Please also grab your system info from Help > About in Cursor and share it here.

    • Version: 2.4.21 (user setup)
      VSCode Version: 1.105.1
      Commit: dc8361355d709f306d5159635a677a571b277bc0
      Date: 2026-01-22T16:57:59.675Z
      Build Type: Stable
      Release Track: Default
      Electron: 39.2.7
      Chromium: 142.0.7444.235
      Node.js: 22.21.1
      V8: 14.2.231.21-electron.0
      OS: Windows_NT x64 10.0.26100

Additional info:

.net was not installed. That was also the message I got back when I ran the command in another terminal

After I installed .net myself, the command within cursor ran without error

Really interesting! Was the message:

'dotnet' is not recognized as an internal or external command, operable program or batch file.

Or something else?

Responds was:


dotnet --version

The command could not be loaded, possibly because:

* You intended to execute a .NET application:

The application '--version' does not exist.

* You intended to execute a .NET SDK command:

No .NET SDKs were found.


@Colin any update on this?

Hey @Jurrit_Zimmerman

Not been able to reproduce this and no other matching reports. Unless you’re facing an issue with other commands, having .NET installed seems like a good solution for now!

Issue was only happening in this specific situation.