tomschrot.VSCode.Templates
1.0.0
See the version list below for details.
dotnet new install tomschrot.VSCode.Templates::1.0.0
Dotnet C# 9 Console Application Template for VS Code Version 1.0 by Tom Schröter (tomschrot)
If you have suggestions / questions reply to Nuget or Github.
Creates a project file tree as
.
│ .gitignore
│ myApp.csproj
│
├───.vscode
│ launch.json
│ settings.json
│ tasks.json
│
└───source
Program.cs
Use special shortcut
Crtl-Shift-B
to build the project on the fly and hit Space to close terminal.
usage 1:
dotnet new vsc-console
Creates the files in the actual directory and takes the name of the directory as the project name.
usage 2:
dotnet new vsc-console -o [myAppName]
Creates the new directory [myAppName] and all files in that directory. The project name is [myAppName].
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.