随笔分类 - VSCode
摘要:How to compile c# in Microsoft's new Visual Studio Code? Since no one else said it, the short-cut to compile (build) a C# app in Visual Studio Code (V
阅读全文
摘要:What is a 'workspace' in VS Code? You can save settings at the workspace level and you can open multiple folders in a workspace. If you want to do eit
阅读全文
摘要:Working with C# Installing C# support C# language support is an optional install from the Marketplace. You can install it from within VS Code by searc
阅读全文
摘要:Windows https://code.visualstudio.com/docs/setup/windows Additional Components and Tools https://code.visualstudio.com/docs/setup/additional-component
阅读全文
摘要:Run 'Debug: Download .NET Core Debugger' in the Command Palette or open a .NET project directory to download the .NET Core Debugger https://code.visua
阅读全文
摘要:https://code.visualstudio.com/docs/editor/intellisense C# https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp
阅读全文
摘要:https://stackoverflow.com/questions/32964920/should-i-commit-the-vscode-folder-to-source-control Check in the .vscode folder if you want to share sett
阅读全文
摘要:https://www.microsoft.com/net/core#windowscmd https://download.microsoft.com/download/B/9/F/B9F1AF57-C14A-4670-9973-CDF47209B5BF/dotnet-dev-win-x64.1.
阅读全文