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

Commit 4b516f9

Browse files
committed
Revert scope for goroot to resource #2576
1 parent 6f7c7ca commit 4b516f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.11.3 - 7th July, 2019
1+
## 0.11.4 - 9th July, 2019
22

33
* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a)
44
* 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).

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Go",
3-
"version": "0.11.3",
3+
"version": "0.11.4",
44
"publisher": "ms-vscode",
55
"description": "Rich Go language support for Visual Studio Code",
66
"author": {
@@ -854,7 +854,7 @@
854854
],
855855
"default": null,
856856
"description": "Specifies the GOROOT to use when no environment variable is set.",
857-
"scope": "machine"
857+
"scope": "resource"
858858
},
859859
"go.testOnSave": {
860860
"type": "boolean",

0 commit comments

Comments
 (0)