vscode configure C # environment

Install .Net Core SDK

  1. If the SDK is already installed, then you can skip this step, or you need to install SDK performing environment configuration; download link .NET CORE SDK download ;
  2. After the SDK is installed, the software interface is performed as follows
    SDK installation effect a schematic

C # debugger installed in the vscode

In order to run C # in the editor, you also need to add the relevant debugger, as shown in Figure concrete, click install.
Code in C # debugger download

Create a C # project

After executing the above two steps, you can create in the editor C # project, where you can simply create a HelloWorld project, familiar with the operation of them.

Guess you like

Origin www.cnblogs.com/zuixime0515/p/11317596.html