Skip to content

Commit 903ccc7

Browse files
committed
[release] package.json: allow additional properties for alternateTools
In #284, we started to use additionalProperties to support vscode's new setting UI feature available for object type settings if the settings accept only predefined properties. "go.alternateTools" can accept more tool names than those specified in package.json. So, correct its additionalProperties value. Fixes #526 Change-Id: I72d2a7e72702d13bc74ed72a34a93756569bb041 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/248619 Reviewed-by: Suzy Mueller <[email protected]> (cherry picked from commit e1603dd) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/252120 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]>
1 parent 7d6b109 commit 903ccc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@
18991899
"description": "Alternate tool to use instead of the guru binary or alternate path to use for the guru binary."
19001900
}
19011901
},
1902-
"additionalProperties": false
1902+
"additionalProperties": true
19031903
}
19041904
}
19051905
},

0 commit comments

Comments
 (0)