Tags: bnguyenigb/vscode-go
Tags
CHANGELOG.md: add missing entries for v0.44.0 * telemetry change * start to recognize debug.internalConsoleOption Change-Id: Ie4a366879a954ec14664da857da679cfcfa52d00 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/633955 Reviewed-by: Hongxiang Jiang <hxjiang@golang.org> kokoro-CI: kokoro <noreply+kokoro@google.com> Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com>
extension/src: disable code lenses when Go Companion is active Updates golang#3597 Change-Id: Ib6d6d30e7970a5b5581919fe58943346b355cf7d Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/628536 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Commit-Queue: Ethan Reesor <ethan.reesor@gmail.com> kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
extension/src/config.ts: handle the version with '-dev' as prerelease And change the version string in package.json on master to v0.44.0-dev to indicate it is the dev version for v0.44.0. Prerelease versions will use v0.43.X. While doing so, I learned that the version string must have Major.Minor.Patch[-prerelease] format, and strings like "v0.44-dev" are not acceptable. Otherwise, `vsce` and vscode test framework fails to build the extension quite mysteriously. Change-Id: I6e73b2bf6d0f41b491844345193064320dd401e3 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/615775 Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Hongxiang Jiang <hxjiang@golang.org> kokoro-CI: kokoro <noreply+kokoro@google.com>
extension/CHANGELOG.md: prepare for v0.42.1 For golang#3520 Change-Id: Id21e2c86732eee2982e360e3f0356cb0f4a19a3b Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/611835 kokoro-CI: kokoro <noreply+kokoro@google.com> Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Robert Findley <rfindley@google.com>
extension/CHANGELOG.md: prepare for v0.42.1 For golang#3520 Change-Id: Id21e2c86732eee2982e360e3f0356cb0f4a19a3b Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/611835 kokoro-CI: kokoro <noreply+kokoro@google.com> Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Robert Findley <rfindley@google.com>
[release-v0.42] extension/package.json: prepare for v0.42.1 For golang#3520 Change-Id: I158e22239d7c857c4117ac04463eef32ed9d30a2 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/612040 kokoro-CI: kokoro <noreply+kokoro@google.com> Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
[release-v0.42] extension/package.json: prepare for v0.42.1 For golang#3520 Change-Id: I158e22239d7c857c4117ac04463eef32ed9d30a2 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/612040 kokoro-CI: kokoro <noreply+kokoro@google.com> Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
extension: stop setting "preview" for v0.43.0 v0.43.0 is our first pre-release version that replaces the nightly extension. Pre-release is built from the master branch. Previously we set the preview' field because the nightly extension is built from the master and golang.go-nightly is a preview extension in our definition. golang.go is not a preview extension so let's unset this field. Nightly extension publishing is paused. And add a CHANGELOG entry for v0.43.0. For pre-release versions, we will skip CHANGELOG addition. But, it's good to announce the first pre-release version and mention the deprecation of nightly. For golang#1935 Change-Id: I326963818aa3bd7723bbdf69d5b747f57210b5c1 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/607756 Reviewed-by: Robert Findley <rfindley@google.com> Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com> kokoro-CI: kokoro <noreply+kokoro@google.com>
extension: stop setting "preview" for v0.43.0 v0.43.0 is our first pre-release version that replaces the nightly extension. Pre-release is built from the master branch. Previously we set the preview' field because the nightly extension is built from the master and golang.go-nightly is a preview extension in our definition. golang.go is not a preview extension so let's unset this field. Nightly extension publishing is paused. And add a CHANGELOG entry for v0.43.0. For pre-release versions, we will skip CHANGELOG addition. But, it's good to announce the first pre-release version and mention the deprecation of nightly. For golang#1935 Change-Id: I326963818aa3bd7723bbdf69d5b747f57210b5c1 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/607756 Reviewed-by: Robert Findley <rfindley@google.com> Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com> kokoro-CI: kokoro <noreply+kokoro@google.com>
PreviousNext