From 7b917cf2243233af2c5a35da72e8e408ad9900ca Mon Sep 17 00:00:00 2001 From: Sam Herrmann Date: Fri, 27 Nov 2015 23:32:43 -0500 Subject: [PATCH] Fix minor typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9df1bd15f..55e7fe4ee 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This extension adds rich language support for the Go language to VS Code, includ First, you will need to install Visual Studio Code `0.10`. In the command palette (`cmd-shift-p`) select `Install Extension` and choose `Go`. -In a terminal window with the GOPATH environment variable set to the GOPATH you want to work on, launch `code`. Open you GOPATH folder or any subfolder you want to work on, then open a `.go` file to start editing. You should see `Analysis Tools Missing` in the bottom right, clicking this will offer to install all of the Go tooling needed for the extension to suppport it's full feature set. See the [Tools](#Tools) section below for more details. +In a terminal window with the GOPATH environment variable set to the GOPATH you want to work on, launch `code`. Open your GOPATH folder or any subfolder you want to work on, then open a `.go` file to start editing. You should see `Analysis Tools Missing` in the bottom right, clicking this will offer to install all of the Go tooling needed for the extension to suppport it's full feature set. See the [Tools](#Tools) section below for more details. _Note_: It is strongly encouraged to turn `Auto Save` on in Visual Studio Code (`File -> Auto Save`) when using this extension. Many of the Go tools work only on saved files, and error reporting will be more interactive with `Auto Save` turned on.