dotnet / vscode-dotnet-runtime

VSCode Extension for Installing .NET via VS Code
MIT License
128 stars 229 forks source link

.NET New project... #1735

Closed KlvanaVaclav closed 3 months ago

KlvanaVaclav commented 3 months ago

Describe the bug.

This is what I get in output window in VSCode using C# DevKit, C# and IntelliSense for C#

2024-03-31 19:50:27.435 [info] Started local extension host with pid 15484.
2024-03-31 19:50:30.198 [info] [perf] Render performance baseline is 29ms
2024-03-31 19:50:37.802 [error] [Extension Host] (node:15484) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Code --trace-deprecation ...` to show where the warning was created)

Please attach log file(s) here if you have any.

The log file location should be copied to your clipboard if you came from VS Code.

Reproduction Steps

Install VSCode Install extensions C#, C# Dev Kit, IntelliSense for C# Dev Kit

Ctrl+Shift+P .NET New project...

Expected Behavior

I expected to get prompt to choose a project

Exceptions & Errors (if any)

No response

.NET Install Tool Version

v2.0.3

Your operating system? Please provide more detail, such as the version and or distro above.

Windows

VS Code Version

1.87.0