Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Revert scope for goroot to resource #2576
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Jul 10, 2019
1 parent 6f7c7ca commit 4b516f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.11.3 - 7th July, 2019
## 0.11.4 - 9th July, 2019

* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a)
* Revert marking `go.goroot` setting to be of scope `machine` in order to support it to be configured at worksapce level. More in this is discussed at [2576](https://github.com/microsoft/vscode-go/issues/2576).
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Go",
"version": "0.11.3",
"version": "0.11.4",
"publisher": "ms-vscode",
"description": "Rich Go language support for Visual Studio Code",
"author": {
Expand Down Expand Up @@ -854,7 +854,7 @@
],
"default": null,
"description": "Specifies the GOROOT to use when no environment variable is set.",
"scope": "machine"
"scope": "resource"
},
"go.testOnSave": {
"type": "boolean",
Expand Down

0 comments on commit 4b516f9

Please sign in to comment.