Tag Archives: vscode

VSCode, PowerShell, .Net and GitHub hints

Dotnet (.net core, .net 5) useful commands: dotnet –info dotnet new sln dotnet new webapi -o API dotnet sln add APi dotnet watch run dotnet dev-certs https –trust dotnet new gitignore Visual Studio Code setup: Some useful plug-ins: VS Code basic configuration:– AutoSave– Font Size– Hide folders: Settings->Exclude “**/obj” “**/bin”– Compact folders: Settings->”Compact folders”– appsettings.Development.json: […]