microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
234 stars 13 forks source link

[BUG] Command '.NET: New Project...' resulted in an error #1583

Open jasong-au opened 2 weeks ago

jasong-au commented 2 weeks ago

Describe the Issue

As title says I get an error box with this title and another message 'Stream terminated before required bytes were read.'

Steps To Reproduce

  1. Use CTRL+SHIFT+P to open command pallet
  2. Select '.NET: New Project'
  3. See error dialog

Expected Behavior

Should let me create a new project.

Environment Information

  1. In Windows 11
  2. With VSCode 1.95.1
  3. With Extension: C# Dev Kit v1.11.14
  4. With Extension: C# v2.50.27
smitpatel commented 2 weeks ago

This is error in RPC somewhere. Does it happen again if you restart vscode?