1. 795bf32 package.json: Add "template" property to go.addTags configuration by Suzy Mueller · 3 years, 5 months ago
  2. f6c5b08 .github/workflows: update to use env file instead of set-env by Hana · 3 years, 5 months ago
  3. dd08b76 src/goLanguageServer: suggest updating gopls before filing an issue by Rebecca Stambler · 3 years, 5 months ago
  4. 9dd4a94 webpack.config.js: ignore warnings from yargs dependency by Suzy Mueller · 3 years, 5 months ago
  5. 15a6a04 .github/ISSUE_TEMPLATE: request gopls version by Hana · 3 years, 5 months ago
  6. 455e1a9 snippets: add snippet for TestMain by Florian Polster · 3 years, 5 months ago
  7. bf1225f src/goEnv: unset GOOS/GOARCH/GOROOT/... from tool installation env by Hana · 3 years, 6 months ago
  8. d7563f6 src/goInstallTools: use GOROOT/bin for gocode-gomod build too by Hana · 3 years, 6 months ago
  9. 3493cfe src/goDebug: respect user cwd debug configuration in noDebug by Suzy Mueller · 3 years, 5 months ago
  10. ec9a5f8 src/goDebugConfiguration: remove user set '--gcflags' from config by Suzy Mueller · 3 years, 6 months ago
  11. 3c7e4da package.json: add missing transform variants for go.addTags by Sebastian Borchers · 3 years, 5 months ago
  12. c13bcfe src/testUtils: fix test streaming output handling by Hana · 3 years, 6 months ago
  13. 2c5a0b9 src/testUtils: hide running test StatusBarItem after cancelling tests by Hana · 3 years, 6 months ago
  14. a4e523d src/testUtils: convert a goTest promise chain to async-await by Hana · 3 years, 6 months ago
  15. 2f0623c test/integration/goDebug: fix the console log message by Hana · 3 years, 6 months ago
  16. e13228d src/goMain: do not show warning if the active debug session is not ours by Hana · 3 years, 6 months ago
  17. 68a73a6 tools/generate.go: recognize markdownDescription field by Hana · 3 years, 5 months ago
  18. a5b2aba .vscode/launch.json: unset test guard env var by Hana · 3 years, 5 months ago
  19. da36eb1 tools/goplssetting: command to autogenerate gopls settings by Hana · 3 years, 6 months ago
  20. 30f58c8 src/goEnvironmentStatus: correctly interpret the chosen go path by Hana Kim · 3 years, 6 months ago
  21. 15ba816 src/goLanguageServer: fix survey computation error by Rebecca Stambler · 3 years, 5 months ago
  22. e6ab6f4 src/goTest: always mark workspace uri as directory by Hana · 3 years, 5 months ago
  23. f05c05e test: test debug adapter disconnect request by Suzy Mueller · 3 years, 7 months ago
  24. b2a6198 src/goLanguageServer: process only file, untitled doc schemes by Hana · 3 years, 6 months ago
  25. dd78db2 package.json: prepare for 0.19.0 dev and update debugadapter dependencies by Hana · 3 years, 6 months ago
  26. 5a65ba3 test/goDebugConfiguration.test.ts: test settings.json debug config effects by Suzy Mueller · 3 years, 6 months ago
  27. cc84cbe .github/workflows: update actions/setup-go to v2 by Hana · 3 years, 6 months ago
  28. 2b6ce15 test/gopls: actually flush the gopls trace after each test by Hana · 3 years, 6 months ago
  29. e81c30f test/gopls: change test environment setup to use single file edit by Hana · 3 years, 6 months ago
  30. 8e1dadd package.json: activate extension onDebugInitialConfigurations by Suzy Mueller · 3 years, 6 months ago
  31. 855baeb src/goLanguageServer: fix config adjustment by Hana · 3 years, 6 months ago
  32. 75128ea debugAdapter: add tests for remote attach scenarios by Quoc Truong · 3 years, 6 months ago
  33. eca110a goMain: prompt Go Nightly users with a welcome message and useful links by Rebecca Stambler · 3 years, 6 months ago
  34. 99c4f74 src/goModifytags: support gomodifytags's --template flag by Horacio Duran · 3 years, 6 months ago
  35. d67c057 package.json: upgrade to the latest vscode-languageclient pre-release by Rebecca Stambler · 3 years, 6 months ago
  36. 084dae7 CHANGELOG.md: change log for v0.18.1 by Hana · 3 years, 6 months ago
  37. 5eaf73c src/goStatus: show Go status bar when the extension is enabled by Suzy Mueller · 3 years, 6 months ago
  38. 408d199 goLanguageServer: turn on all experiments in the Nightly by Rebecca Stambler · 3 years, 6 months ago
  39. 6f8699c src/goMain: Add a command to copy to gopls output channel to an editor window by Peter Weinbergr · 3 years, 6 months ago
  40. d533d37 build/all.bash: adjust home directory used in gerrit CI by Hana · 3 years, 6 months ago
  41. 46f249d test: rename testfixtures and fixtures to testdata by Rebecca Stambler · 3 years, 6 months ago
  42. 186ffe2 CHANGELOG: change log for v0.18.0 by Hana · 3 years, 6 months ago
  43. 972fb46 src/goTools: update gopls latestVersion to 0.5.1 by Hana · 3 years, 6 months ago
  44. 743aca1 docs: update documentation for Go status bar by Suzy Mueller · 3 years, 6 months ago
  45. 222e0d0 package.json: recognize gopls.mod as a go.mod file by Hana · 3 years, 6 months ago
  46. c9b9618 src/debugAdapter: log all the env vars passed to dlv by Hana (Hyang-Ah) Kim · 3 years, 8 months ago
  47. 4af2ecc src/goInstallTools: use the 'go' command from GOROOT/bin for tool install by Hana · 3 years, 6 months ago
  48. f0c87a6 src/util,goInstallTools: log 'cwd' by Hana · 3 years, 6 months ago
  49. b712568 src/goMain: change gopls_gc_details to gopls.gc_details by Hana · 3 years, 6 months ago
  50. 76e3f4c src/goLanguageServer: add survey config inspection commands by Hana · 3 years, 6 months ago
  51. b44ecdb Revert "src/goLanguageServer: enable survey for the go extension users" by Hyang-Ah Hana Kim · 3 years, 6 months ago
  52. 9e91b75 test: extract helper function for checking variable value by Suzy Mueller · 3 years, 6 months ago
  53. 59e1356 src/goMain: try both gc_details and gopls_gc_details by Hana · 3 years, 6 months ago
  54. 26d2a33 src/debugAdapter: indicate that conditional breakpoints are supported by Suzy Mueller · 3 years, 6 months ago
  55. 8fc4183 src/goLanguageServer: enable survey for the go extension users by Hana · 3 years, 6 months ago
  56. 6703469 src/debugAdapter: revert cl/253578 by Suzy Mueller · 3 years, 6 months ago
  57. d2fbb62 debugAdapter: Fix bugs that cause remote debug to hang by Quoc Truong · 3 years, 7 months ago
  58. c17c69f src/goModules: exclude vendor paths from inferGopath disable mechanism by Zach Pratt · 3 years, 7 months ago
  59. 0cdccf1 test: increase timeout for debug adapter tests by Suzy Mueller · 3 years, 7 months ago
  60. 6a2a004 test: fix breakpoint tests on windows by Suzy Mueller · 3 years, 7 months ago
  61. 7d5f58a test: add go directive to fixtures by Suzy Mueller · 3 years, 7 months ago
  62. 9e6fac4 src/goInstallTools: prompt again after showing 'release notes' by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  63. d57f263 test: adjust tests involving 'check*' when language server is on by Hana · 3 years, 7 months ago
  64. 560405b src/goInstallTools.ts: handle stderr of go env by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  65. 8f08cfd src/goEnvironmentStatus.ts: allow to choose go from file browser by Hana · 3 years, 7 months ago
  66. 263c427 test: test the debug adapter on test launch configurations by Suzy Mueller · 3 years, 7 months ago
  67. 51a4b3a test: disconnect from the debug adapter after each test by Suzy Mueller · 3 years, 7 months ago
  68. 5b25666 package.json: upgrade vscode-languageclient to use 7.0.0-next.9 by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  69. a587fea src/goMain.ts: call gc_details command through vscode API by Hana · 3 years, 7 months ago
  70. 0aea0bf CHANGELOG.md: cherry-pick v0.17.1/v0.17.2 CHANGELOG changes by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  71. acf2483 src/util.ts: handle diagnostics errors for all visible files by Hana · 3 years, 7 months ago
  72. 0c3ec39 docs: improve documentation for debugging CLI applications by Daniel Helfand · 3 years, 7 months ago
  73. 7e58c56 snippets: add a placeholder for the for loop index by Amit Levy · 3 years, 7 months ago
  74. cfa00f0 test: add debug adapter tests by Suzy Mueller · 3 years, 7 months ago
  75. ec96bd7 src/goStatus.ts: refactor status bar code into goStatus.ts by Suzy Mueller · 3 years, 7 months ago
  76. b2692c9 src/debugAdapter: send terminated event when program exits by Suzy Mueller · 3 years, 7 months ago
  77. 70f7a71 src/goLanguageServer.ts: enable language server by default in nightly by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  78. 39c9a2e build/all.bash: install dependencies without -v by Hana · 3 years, 7 months ago
  79. 473c0fc vs-code tasks: missed comma in the snippet by Vladimir Bloshchitsyn · 3 years, 7 months ago
  80. 89f5d4e goLanguageServer: send the gopls config as initialization options by Rebecca Stambler · 3 years, 7 months ago
  81. b6aeab4 goModules: set "go.useLanguageServer" to true if the user installs it by Rebecca Stambler · 3 years, 7 months ago
  82. 1b82f49 src/goEnvironmentStatus.ts: clear pre-installed terminal PATH mutation by Hana · 3 years, 7 months ago
  83. 9bf9d64 src/goInstallTools.ts: add GOROOT/bin to PATH when it wasn't found from PATH by Hana · 3 years, 7 months ago
  84. 50240bf LICENSE: restore LICENSE by Hana · 3 years, 7 months ago
  85. dbb38c5 goLanguageServer: correctly reflect modifications to the survey config by Rebecca Stambler · 3 years, 7 months ago
  86. 690469c src/goStatus.ts: consolidate Go status bar items by Suzy Mueller · 3 years, 7 months ago
  87. 9ab1e77 src/goMain.ts: call listeners for active text editor on init by Suzy Mueller · 3 years, 7 months ago
  88. a2c7402 goLanguageServer: add command to toggle gc_details by Peter Weinbergr · 3 years, 7 months ago
  89. ab4b257 src/goInstallTools.ts: mutate PATH only when necessary by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  90. e0ce53b docs/debugging.md: document lack of symlink support by Suzy Mueller · 3 years, 7 months ago
  91. c65170a docs/stdlib.md: clarify the change in the go.alternateTools section by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  92. 8e9cae7 src/goInstallTools.ts: return a rejected promise when go isn't found by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  93. 18cfe6e src/debugAdapter: add 'panic' and 'fatal error' as stopped reasons by Suzy Mueller · 3 years, 7 months ago
  94. f9daaad src/goLogging.ts: add go.logging.level and log PATH mutation by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  95. 9ebcc1f src/goLanguageServer.ts: include sanitized trace to issue report by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  96. 9d97bb5 src/debugAdapter: delete unused launch.json by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  97. 8d0bafa package.json: default 'go.coverMode' to be 'default' by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  98. ed434b2 Merge "[latest] v0.17.0" by Gerrit Code Review · 3 years, 7 months ago
  99. e2dedc0 [latest] v0.17.0 by Hana (Hyang-Ah) Kim · 3 years, 7 months ago
  100. 5c4b766 src/debugAdapter: remove null items in variables response for maps by Suzy Mueller · 3 years, 7 months ago