Skip to content

Commit 09c9b12

Browse files
committed
[release] package.json: remove 'preview' property
It was accidentally added during merge for v0.35.0 Fixes #2355 Fixes #2352 Change-Id: I50d4993fd2a6d2b84142c5db9ffc4a8aeda2c7cf Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/418194 Reviewed-by: Nooras Saba‎ <[email protected]> TryBot-Result: kokoro <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
1 parent daf6501 commit 09c9b12

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "go",
33
"displayName": "Go",
4-
"version": "0.35.0",
5-
"preview": true,
4+
"version": "0.35.1",
65
"publisher": "golang",
76
"description": "Rich Go language support for Visual Studio Code",
87
"author": {

0 commit comments

Comments
 (0)