tomschrot.VSCode.Templates 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install tomschrot.VSCode.Templates::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.

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.

Version Downloads Last updated
1.2.0 1,097 11/15/2022
1.1.0 1,051 12/1/2021
1.0.0 2,349 5/10/2021
0.9.0 349 5/7/2021