8000 Tags · go-programmer/vscode-go · GitHub
[go: up one dir, main page]

Skip to content

Tags: go-programmer/vscode-go

Tags

v0.24.0

Toggle v0.24.0's commit message
[release] src/goInstallTools: remove dlv-dap from missing tools

We hoped to use missing analysis tools to prompt users to update
dlv-dap since we want users to be using master. This results in
the Missing Analysis Tools notification to be constantly displayed,
which is distracting. We should replace this with other update
logic to keep users getting updates.

Change-Id: I71a99dc0e47ce1447acec2cda223ab10e3f3100e
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/306990
Trust: Suzy Mueller <suzmue@golang.org>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
(cherry picked from commit d9fca4d)
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/306970

v0.24.0-rc.2

Toggle v0.24.0-rc.2's commit message
[release] src/goInstallTools: remove dlv-dap from missing tools

We hoped to use missing analysis tools to prompt users to update
dlv-dap since we want users to be using master. This results in
the Missing Analysis Tools notification to be constantly displayed,
which is distracting. We should replace this with other update
logic to keep users getting updates.

Change-Id: I71a99dc0e47ce1447acec2cda223ab10e3f3100e
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/306990
Trust: Suzy Mueller <suzmue@golang.org>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
(cherry picked from commit d9fca4d)
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/306970

v0.24.0-rc.1

Toggle v0.24.0-rc.1's commit message
[release] prepare v0.24.0 release

d04ba21 src/goDebugFactory: don't modify DebugConfiguration.port
4d9d401 test/integration/goDebug: enable set cwd tests for dlv dap
8d0bd24 src/goTools.ts: add dlv-dap to the configured tools
8b97b4b test/integration/goDebug: test to change to correct goroutine when stepping
ea2be8f package.json: delete go.overwriteGoplsMiddleware setting
51baf3c build,.github/workflows: install dlv-dap
db3b594 src/goTools: update dlv-dap minimum required version
6f14773 src/goDebugFactory: don't use env['dlvPath']
93ee1d2 src/goDebugFactory: add ProxyDebugAdapter&DelveDAPOutputAdapter
ffc50bd CHANGELOG.md: prepare v0.23.3
1410561 package.json: update webpack&webpack-cli dev dependencies
caf19fa goLanguageServer: add go version and OS to the opt-out form
9806edd test/goDebug.test.ts: terminate running dlv process after each test
3f78921 test/goDebug.test.ts: log dlv dap output to console
d2bffd2 src/goLanguageServer: add gopls version to opt-out survey
73e7c36 src/goLanguageServer: always check the version before crash report
9a9a216 src/goInstallTools: use go env -json to query go env vars
1a1e4ae src/goInstallTools: avoid error when tool is in dev version
09505e1 docs/dlv-dap.md: add initial documentation for dlv dap
a6df4c4 src/goInstallTools: install dlv-dap (dev version of dlv)
d22e0f6 package.json: declare "Trusted Workspaces" support
c70298b package.json: sync gopls settings@v0.6.7
c160471 goLanguageServer: correct default value for formatTool
7dac4c7 package-lock.json: regenerate package-lock.json
90370ab src/goTools: update min/latest gopls version to 0.6.6
0058bd1 goInstallTools: don't lint with staticcheck when it's enabled in gopls
8f2bcc1 src: support custom formatTools with gopls enabled
a319988 src/goInstallTools: use `go list` to check upgradability
3d30385 src/goDebugFactory: wait for dlv dap server to start in factory
7bb2822 package-lock.json: npm audit fix

Change-Id: I9b28b60997701750579e3880c0df401995191a6f

v0.23.3

Toggle v0.23.3's commit message
[release] CHANGELOG.md: prepare v0.23.3

Change-Id: I2fe01031f919ee00f42bf35570d8217363ddaa61
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/303289
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>

v0.23.3-rc.1

Toggle v0.23.3-rc.1's commit message
[release] CHANGELOG.md: prepare v0.23.3

Change-Id: I2fe01031f919ee00f42bf35570d8217363ddaa61
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/303289
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>

v0.23.2

Toggle v0.23.2's commit message
[release] CHANGELOG.md: v0.23.2 release note

Change-Id: I28290b0d45348017a89b29eb1656914f172654b4
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/301169
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>

v0.23.2-rc.1

Toggle v0.23.2-rc.1's commit message
[release] CHANGELOG.md: v0.23.2 release note

Change-Id: I28290b0d45348017a89b29eb1656914f172654b4
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/301169
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>

v0.23.1

Toggle v0.23.1's commit message
CHANGELOG.md: Descrption of v0.23.1

Change-Id: Ica6546122f4de9d74fbadb1de2f1af1f56c699d1
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/300571
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>

v0.23.1-rc.2

Toggle v0.23.1-rc.2's commit message
CHANGELOG.md: Descrption of v0.23.1

Change-Id: Ica6546122f4de9d74fbadb1de2f1af1f56c699d1
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/300571
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>

v0.23.1-rc.1

Toggle v0.23.1-rc.1's commit message
[release] src/goDebugFactory: wait for dlv dap server to start in fac…

…tory

When we start dlv dap, we want to make sure it has started before
sending the info back to vscode so it will be able to connect.
Wait for the 'DAP server listening at' message before returning the
host. Display the error for the user otherwise.

Fixes golang#1270

Change-Id: Id710b67ceaa87b1f6dff84d8108ac61dfbe15707
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/300071
Trust: Suzy Mueller <suzmue@golang.org>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/300609
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
0