dotnet / vscode-dotnet-runtime

VSCode Extension for Installing .NET via VS Code
MIT License
138 stars 256 forks source link

NET:NEW #1710

Closed jvsting closed 6 months ago

jvsting commented 6 months ago

Is your feature request related to a problem? Please describe.

// See https://aka.ms/new-console-template for more information Console.WriteLine("Hello, World!"); Console.WriteLine("The current time is " + DateTime.Now);

A clear and concise description of what you want to happen. Include any alternative solutions you've considered.

Terminal Hello, World! The current time is 3/18/2024 10:24:42 AM

Describe the solution you'd like

Terminal Hello, World! The current time is 3/18/2024 10:24:42 AM

Additional context

Terminal Hello, World! The current time is 3/18/2024 10:24:42 AM

nagilson commented 6 months ago

The current time is 3/18/2024 10:24:42 AM