Go for Visual Studio Code v0.11.5 Release Notes

Release Date: 2019-09-19 // over 4 years ago
  • Debugging improvements

    • Quoc Truong (@quoctruong)

      • Fix the bug where setting breakpoint fails if the remote program is started through dlv with --continue switch. Bug 2690
      • Fix the bug where disconnecting (after attaching to) the remote program terminates it Bug 2592
      • Fix the bug where setting breakpoint will fail if a breakpoint already exists (if dlv is started through multi client and another client sets the breakpoint).
    • Hary Prabowo Suryoatmojo (@haryps)

      • Show a warning if an edit to a Go file is saved when a debug session is active. Fixes Bug 2559 with PR 2653

    Tooling improvements