From cf97d5ae9d6c7416dc7c714385949729a3526949 Mon Sep 17 00:00:00 2001 From: christoofar Date: Fri, 10 May 2024 01:04:33 -0700 Subject: [PATCH] cgo vscode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3a55c3..7614c86 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ ln -s /c/Program\ Files/Go /go Restart your machine so all the paths can be found. Open a MinGW64 command prompt and try `go version` to make sure the Go compiler is reachable. -If you are using Visual Studio Code as your compiler, it can help to make MSYS2 your default terminal program instead of Powershell. Go to File -> Preferences -> Settings +If you are using Visual Studio Code as your IDE, it can help to make MSYS2 your default terminal program instead of Powershell. Go to File -> Preferences -> Settings and in settings.json incorporate this into your vscode settings: ```