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

The extension tries to install Delve in 32-bit machines (and that's not supported) #2191

Closed
aggressivepixels opened this issue Dec 16, 2018 · 2 comments · Fixed by #2195
Closed

Comments

@aggressivepixels
Copy link
Contributor

In this issue the developer of Delve states that the tool is not yet compatible with 32-bit machines, yet the extensions tries to install it, resulting in the following error:

Error: Command failed: C:\Go\bin\go.exe get -u -v github.com/derekparker/delve/cmd/dlv
github.com/derekparker/delve (download)
github.com/derekparker/delve/pkg/proc
# github.com/derekparker/delve/pkg/proc
C:\Users\Jonathan\Go\src\github.com\derekparker\delve\pkg\proc\disasm.go:12:14: undefined: archInst
@ramya-rao-a
Copy link
Contributor

Thanks for reporting @aggressivepixels

We should exclude dlv if the user is on a 32-bit machine. PRs are most welcome

Code Pointers:

  • Build and Debug extension
  • goInstallTools.ts is the file that deals with installing the Go tools that this extension depends on

@ramya-rao-a
Copy link
Contributor

The fix for this is now out in the latest update (0.9.0) to the Go extension

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants