Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 653 Bytes

File metadata and controls

30 lines (14 loc) · 653 Bytes

how to install VScode editor

how

  1. install VScode editor
  1. install the extension( C# dev, C#) from VScode editor
  • Note: remember to sign in your account in VScode

I don't konw why

  1. install .net SDK

test

  • dotnet --version : check if you have installed .net sdk before

  • dotnet new console -> dotnet run . : get Hello, World! output String to make sure the VScode editor working OK