vscode
dotnet
csharp
cpp
windows
ubuntu
macos
linux
vscode
dotnet
csharp
cpp
windows
ubuntu
macos
linux
Before going through these steps make sure you have done Setup .NET development environment on macOS
Download and install from Visual Studio Code site.
Open Visual Studio Code and press Cmd + Shift + P
. Select Shell Command: Install 'code' command in PATH
.
Close Visual Studio Code.
Download the dotnet-install.sh
script
cd
curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
chmod +x dotnet-install.sh
Before going through these steps make sure you have done Setup C++ development environment on macOS
Download and install from Visual Studio Code site.
Open Visual Studio Code and press Cmd + Shift + p
. Select Shell Command: Install 'code' command in PATH
.
Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
This post marks the beginning of this blog.
vscode
dotnet
csharp
cpp
windows
ubuntu
macos
linux