vscode-go v0.31.0 Release Notes

Release Date: 2022-01-26 // about 2 years ago
  • A list of all issues and changes can be found in the v0.31.0 milestone and commit history.

    ๐Ÿ›  Fixes

    • src/goStatus: assign id/name to each status bar item (Issue 1571) <!-- CL 370354 -->
    • ๐Ÿ”„ Change go template file language id to gotmpl (Issue 1957) <!-- CL 376037 -->

    Debugging

    โœ… Test Explorer

    • โœ… src/goTest: don't resolve tests in virtual files <!-- CL 373234 -->
    • โœ… src/goTest: fix output for subtests (Issue 1837) <!-- CL 373274 -->

    โšก๏ธ Development Process Updates

    • Recommend that contributers use npm ci instead of npm install when developing vscode-go (Issue 2010) <!-- CL 379154 -->
    • โœ… test: use @vscode/test-electron instead of vscode-test <!-- CL 377336 -->
    • โšก๏ธ go.mod: update imports to latest versions <!-- CL 374280 -->
    • ๐Ÿ“ฆ package.json: pin direct dependencies (Issue 2010) <!-- CL 379155 -->
    • โœ… Enable tests with go1.18beta1 (Issue 1950) <!-- CL 374055 -->

    Thanks

    Thank you for your contribution, @firelizzard18, @hyangah, @jamalc, @polinasok, @TheNagaPraneeth, @suzmue!