1. 99c4f74 src/goModifytags: support gomodifytags's --template flag by Horacio Duran · 3 years, 6 months ago
  2. d67c057 package.json: upgrade to the latest vscode-languageclient pre-release by Rebecca Stambler · 3 years, 6 months ago
  3. 084dae7 CHANGELOG.md: change log for v0.18.1 by Hana · 3 years, 6 months ago
  4. 5eaf73c src/goStatus: show Go status bar when the extension is enabled by Suzy Mueller · 3 years, 6 months ago
  5. 408d199 goLanguageServer: turn on all experiments in the Nightly by Rebecca Stambler · 3 years, 6 months ago
  6. 6f8699c src/goMain: Add a command to copy to gopls output channel to an editor window by Peter Weinbergr · 3 years, 6 months ago
  7. d533d37 build/all.bash: adjust home directory used in gerrit CI by Hana · 3 years, 6 months ago
  8. 46f249d test: rename testfixtures and fixtures to testdata by Rebecca Stambler · 3 years, 6 months ago
  9. 186ffe2 CHANGELOG: change log for v0.18.0 by Hana · 3 years, 6 months ago
  10. 972fb46 src/goTools: update gopls latestVersion to 0.5.1 by Hana · 3 years, 6 months ago
  11. 743aca1 docs: update documentation for Go status bar by Suzy Mueller · 3 years, 6 months ago
  12. 222e0d0 package.json: recognize gopls.mod as a go.mod file by Hana · 3 years, 6 months ago
  13. c9b9618 src/debugAdapter: log all the env vars passed to dlv by Hana (Hyang-Ah) Kim · 3 years, 8 months ago
  14. 4af2ecc src/goInstallTools: use the 'go' command from GOROOT/bin for tool install by Hana · 3 years, 6 months ago
  15. f0c87a6 src/util,goInstallTools: log 'cwd' by Hana · 3 years, 6 months ago
  16. b712568 src/goMain: change gopls_gc_details to gopls.gc_details by Hana · 3 years, 6 months ago
  17. 76e3f4c src/goLanguageServer: add survey config inspection commands by Hana · 3 years, 6 months ago
  18. b44ecdb Revert "src/goLanguageServer: enable survey for the go extension users" by Hyang-Ah Hana Kim · 3 years, 6 months ago
  19. 9e91b75 test: extract helper function for checking variable value by Suzy Mueller · 3 years, 6 months ago
  20. 59e1356 src/goMain: try both gc_details and gopls_gc_details by Hana · 3 years, 6 months ago
  21. 26d2a33 src/debugAdapter: indicate that conditional breakpoints are supported by Suzy Mueller · 3 years, 6 months ago
  22. 8fc4183 src/goLanguageServer: enable survey for the go extension users by Hana · 3 years, 6 months ago
  23. 6703469 src/debugAdapter: revert cl/253578 by Suzy Mueller · 3 years, 6 months ago
  24. d2fbb62 debugAdapter: Fix bugs that cause remote debug to hang by Quoc Truong · 3 years, 6 months ago
  25. c17c69f src/goModules: exclude vendor paths from inferGopath disable mechanism by Zach Pratt · 3 years, 6 months ago
  26. 0cdccf1 test: increase timeout for debug adapter tests by Suzy Mueller · 3 years, 7 months ago
  27. 6a2a004 test: fix breakpoint tests on windows by Suzy Mueller · 3 years, 7 months ago
  28. 7d5f58a test: add go directive to fixtures by Suzy Mueller · 3 years, 7 months ago
  29. 9e6fac4 src/goInstallTools: prompt again after showing 'release notes' by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  30. d57f263 test: adjust tests involving 'check*' when language server is on by Hana · 3 years, 7 months ago
  31. 560405b src/goInstallTools.ts: handle stderr of go env by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  32. 8f08cfd src/goEnvironmentStatus.ts: allow to choose go from file browser by Hana · 3 years, 7 months ago
  33. 263c427 test: test the debug adapter on test launch configurations by Suzy Mueller · 3 years, 7 months ago
  34. 51a4b3a test: disconnect from the debug adapter after each test by Suzy Mueller · 3 years, 7 months ago
  35. 5b25666 package.json: upgrade vscode-languageclient to use 7.0.0-next.9 by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  36. a587fea src/goMain.ts: call gc_details command through vscode API by Hana · 3 years, 7 months ago
  37. 0aea0bf CHANGELOG.md: cherry-pick v0.17.1/v0.17.2 CHANGELOG changes by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  38. acf2483 src/util.ts: handle diagnostics errors for all visible files by Hana · 3 years, 7 months ago
  39. 0c3ec39 docs: improve documentation for debugging CLI applications by Daniel Helfand · 3 years, 7 months ago
  40. 7e58c56 snippets: add a placeholder for the for loop index by Amit Levy · 3 years, 7 months ago
  41. cfa00f0 test: add debug adapter tests by Suzy Mueller · 3 years, 7 months ago
  42. ec96bd7 src/goStatus.ts: refactor status bar code into goStatus.ts by Suzy Mueller · 3 years, 7 months ago
  43. b2692c9 src/debugAdapter: send terminated event when program exits by Suzy Mueller · 3 years, 7 months ago
  44. 70f7a71 src/goLanguageServer.ts: enable language server by default in nightly by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  45. 39c9a2e build/all.bash: install dependencies without -v by Hana · 3 years, 7 months ago
  46. 473c0fc vs-code tasks: missed comma in the snippet by Vladimir Bloshchitsyn · 3 years, 7 months ago
  47. 89f5d4e goLanguageServer: send the gopls config as initialization options by Rebecca Stambler · 3 years, 7 months ago
  48. b6aeab4 goModules: set "go.useLanguageServer" to true if the user installs it by Rebecca Stambler · 3 years, 7 months ago
  49. 1b82f49 src/goEnvironmentStatus.ts: clear pre-installed terminal PATH mutation by Hana · 3 years, 7 months ago
  50. 9bf9d64 src/goInstallTools.ts: add GOROOT/bin to PATH when it wasn't found from PATH by Hana · 3 years, 7 months ago
  51. 50240bf LICENSE: restore LICENSE by Hana · 3 years, 7 months ago
  52. dbb38c5 goLanguageServer: correctly reflect modifications to the survey config by Rebecca Stambler · 3 years, 7 months ago
  53. 690469c src/goStatus.ts: consolidate Go status bar items by Suzy Mueller · 3 years, 7 months ago
  54. 9ab1e77 src/goMain.ts: call listeners for active text editor on init by Suzy Mueller · 3 years, 7 months ago
  55. a2c7402 goLanguageServer: add command to toggle gc_details by Peter Weinbergr · 3 years, 7 months ago
  56. ab4b257 src/goInstallTools.ts: mutate PATH only when necessary by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  57. e0ce53b docs/debugging.md: document lack of symlink support by Suzy Mueller · 3 years, 7 months ago
  58. c65170a docs/stdlib.md: clarify the change in the go.alternateTools section by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  59. 8e9cae7 src/goInstallTools.ts: return a rejected promise when go isn't found by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  60. 18cfe6e src/debugAdapter: add 'panic' and 'fatal error' as stopped reasons by Suzy Mueller · 3 years, 7 months ago
  61. f9daaad src/goLogging.ts: add go.logging.level and log PATH mutation by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  62. 9ebcc1f src/goLanguageServer.ts: include sanitized trace to issue report by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  63. 9d97bb5 src/debugAdapter: delete unused launch.json by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  64. 8d0bafa package.json: default 'go.coverMode' to be 'default' by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  65. ed434b2 Merge "[latest] v0.17.0" by Gerrit Code Review · 3 years, 7 months ago
  66. e2dedc0 [latest] v0.17.0 by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  67. 5c4b766 src/debugAdapter: remove null items in variables response for maps by Suzy Mueller · 3 years, 7 months ago
  68. 8b166d9 [release] release: fix CHANGELOG.md by Hana (Hyang-Ah) Kim · 3 years, 7 months ago v0.17.0
  69. 8439353 [release] 0.17.0 CHANGELOG by Hana (Hyang-Ah) Kim · 3 years, 7 months ago v0.17.0-rc.3
  70. dfefea0 [release] debugAdapter: fix a bug where we are not sending back configuration done response by Quoc Truong · 3 years, 7 months ago
  71. 29cee47 debugAdapter: fix a bug where we are not sending back configuration done response by Quoc Truong · 3 years, 7 months ago
  72. 6f67a37 [release] src/goDebugConfiguration.ts: add resolveDebugConfiguration back by Hana (Hyang-Ah) Kim · 3 years, 7 months ago v0.17.0-rc.2
  73. be02aa1 [release] test/gopls: fix completion middleware test by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  74. 5879a3e test/gopls: fix completion middleware test by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  75. 59858d7 src/goDebugConfiguration.ts: add resolveDebugConfiguration back by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  76. 9a2bc10 src/debugAdapter: send stopped events from continue on breakpoint only by Suzy Mueller · 3 years, 8 months ago
  77. d34fee8 docs/debugging.md: update remote debugging documentation by Suzy Mueller · 3 years, 8 months ago
  78. bbadf55 [release] build/all.bash: build vscode-test-env from the root by Hana (Hyang-Ah) Kim · 3 years, 7 months ago v0.17.0-rc.1
  79. a5e0287 build/all.bash: build vscode-test-env from the root by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  80. 47a7452 [release] prepare v0.17.0 release by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  81. 322e058 0.16.2 release CHANGELOG by Hana (Hyang-Ah) Kim · 3 years, 8 months ago
  82. 368fc43 src/util.ts: allow getGoVersion when there is no active text editor by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  83. c23df8f src/goLanguageServer.ts: restart if go.toolsEnvVars changes by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  84. f8bce8c src/goBuild: remove misleading error message in modules mode by Hana (Hyang-Ah) Kim · 3 years, 8 months ago
  85. dcea773 src/goCover.ts: correct windows absolute filepath handling by Hana Kim · 3 years, 8 months ago
  86. 02869c8 src/goPackages.ts: pass GOROOT to gopkgs by Hana (Hyang-Ah) Kim · 3 years, 8 months ago
  87. 0b32079 docs/switch-version.md: add Go version switching documentation by Brayden Cloud · 3 years, 8 months ago
  88. 1080e21 src/util.ts,goLanguageServer.ts: set cwd for cp.execFile by Hana (Hyang-Ah) Kim · 3 years, 8 months ago
  89. d594eec build: add setup_env to all.bash and update contributing.md by Hana (Hyang-Ah) Kim · 3 years, 8 months ago
  90. c705adf src/goInstallTools: report `go env` failure by Hana (Hyang-Ah) Kim · 3 years, 8 months ago
  91. f2fd351 src/debugAdapter: make filepaths in errors absolute by Suzy Mueller · 3 years, 8 months ago
  92. 52260e0 src/goCover.ts: provide explicit directory for running go list by Peter Weinbergr · 3 years, 8 months ago
  93. 859bb8a src/goTools.ts: recognize gofumpt, gofumports formatters by Hana (Hyang-Ah) Kim · 3 years, 8 months ago
  94. d05379e test/integration: increase extension test timeout by Hana (Hyang-Ah) Kim · 3 years, 8 months ago
  95. 43d6d04 package.json: let some commands activate extension by Hana (Hyang-Ah) Kim · 3 years, 8 months ago
  96. 5a7752c src/debugAdapter: add delve 'call' command support by Hana (Hyang-Ah) Kim · 3 years, 8 months ago
  97. c929a2b [latest] v0.16.2 by Hana (Hyang-Ah) Kim · 3 years, 8 months ago
  98. 575abde src/goEnvironmentStatus: fix PATH mutation logic in osx by Hana (Hyang-Ah) Kim · 3 years, 8 months ago
  99. 77bda0a test/gopls: print gopls traces when test fails by Hana (Hyang-Ah) Kim · 3 years, 8 months ago
  100. 2c287db src/goDebugConfiguration: expand '~' in cwd attribute by Suzy Mueller · 3 years, 8 months ago