1. 71435ae src/goEnvironmentStatus.ts: fix terminal shell args setting name by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  2. f28c93c goLanguageServer: add a real link for the gopls survey by Rebecca Stambler · 3 years, 9 months ago
  3. fa5e2cf src/goEnvironmentStatus.ts: use the correct bin name on windows by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  4. cfb6daf src/goEnvironmentStatus.ts: use the new EnvironmentVariableCollection API by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  5. 9f790f8 src/goEnvironmentStatus: correct HOME/sdk path computation by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  6. 586c956 [latest] v0.15.2 by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  7. 7a74741 test/integration: correct lint flags by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  8. 21540dd goLanguageServer: distribute survey prompts across the month by Rebecca Stambler · 3 years, 9 months ago
  9. 29db582 src/goMain.ts: use uri.fsPath for workspace folder path by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  10. 5828eb9 test/integration: do not depend on real packages in testing by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  11. 955499e test/integration: fix more tests in windows by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  12. ac492ad src/goLanguageServer.ts: intercept test and benchmark command by Brayden Cloud · 3 years, 9 months ago
  13. 4af8855 src/goLint.ts: fixes a golangci-lint integration issue by Oleg Butuzov · 3 years, 9 months ago
  14. c449a4c src/goDeclaration.ts: godef requires the right `GOROOT` env var by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  15. 33c19c8 src/goModules.ts: prompt format tool switch conditionally by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  16. ff6486e test/gopls: retry completion query a couple of times by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  17. bb5bbc0 src/goEnvironmentStatus.ts: improve integrated terminal support by Brayden Cloud · 3 years, 9 months ago
  18. 2e4a9cf utils/processUtils: check if the process is running before killing by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  19. 92b8c73 all: add MockMemento for use during mocha test by Brayden Cloud · 3 years, 9 months ago
  20. 908dd2a all: make Go binary default to memento setting by Brayden Cloud · 3 years, 9 months ago
  21. e8282af src/goMain.ts: include go env results in go.locate.tools by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  22. a9f75e5 src/goMain.ts: refactor and move big commands to separate funcs by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  23. 670c883 src/goInstallTools: install -gomod tools in the right directory by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  24. 89c2500 debug: properly use dirname of launchArgs.program for debugging by Eli Bendersky · 3 years, 9 months ago
  25. 086d0cf [release] v0.15.2 by Hana (Hyang-Ah) Kim · 3 years, 9 months ago v0.15.2 v0.15.2-rc.1
  26. 6fad3bc [release] goTools: don't fail gocode installation if gocode is not already running by Rebecca Stambler · 3 years, 9 months ago
  27. d5dd12c src/goCover.ts: handle Windows file system and fix profile parsing by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  28. cc9ac14 src/goMain.ts: move the go installation suggestion out of the critical path by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  29. c69f7e0 src/goTools.ts: apply timeout (10s) in gocode close call by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  30. ffdb703 src/goEnvironmentStatus: fix old/new GOROOT comparison by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  31. 9ab04d1 .github/workflows: fix modules mode tools installation by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  32. 23fd75e goInstallTools: fix misleading message about installation location by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  33. c25288b test/integration: apply the right EOL char sequence by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  34. e8e56a0 package.json: make `additionalProperties` false for object type settings by Aditya Thakral · 3 years, 9 months ago
  35. b52aa5b test/integration: disable tests that change the go versions by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  36. f519eee src/testUtils.ts: log the lines triggerring JSON parse failures by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  37. dfe2185 src/goEnvironmentStatus.ts: fix powershell Path and add fish support by Brayden Cloud · 3 years, 10 months ago
  38. a8724f1 all: remove special casing for go versions older than 1.9 by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  39. a241ae3 src/goModules.ts: fix test workspace in modules mode by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  40. c825315 src/testUtils: use -json in goTest by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  41. 68bf461 src/testUtils: fix filename rewrites in modules mode test output by Hana (Hyang-Ah) Kim · 3 years, 9 months ago
  42. db1d1b3 goTools: don't fail gocode installation if gocode is not already running by Rebecca Stambler · 3 years, 9 months ago
  43. 15090a5 utils: move non-vscode-dependent utils to utils/ by Eli Bendersky · 3 years, 9 months ago
  44. 673ad0f src/goEnvironmentStatus.ts: install Go in module mode by Brayden Cloud · 3 years, 10 months ago
  45. 44d2b57 debug: Clarify comments about noDebug mode by Eli Bendersky · 3 years, 10 months ago
  46. 2534194 src/goEnvironmentSwitch.ts: prompt to install Go by Brayden Cloud · 3 years, 10 months ago
  47. bc23fa8 debug: refactor killProcessTree into its own util file by Eli Bendersky · 3 years, 10 months ago
  48. 371dfec webpack: fix launch.json by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  49. 60e6719 debug: implement noDebug launches in debugAdapter2 by Eli Bendersky · 3 years, 10 months ago
  50. ab37ed9 .vscodeignore: skip tools/ directory by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  51. 80897aa webpack: generate sourcemap by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  52. 4f0fccd goLanguageServer: use a webview for the survey by Rebecca Stambler · 3 years, 10 months ago
  53. 5c4ab5c src/goEnvironmentStatus.ts: switching Go requires a window reload by Brayden Cloud · 3 years, 10 months ago
  54. c7e26ec package.json: update json-rpc2 and lodash for security update by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  55. 4d671d3 webpack: bundle the extension by OneOfOne · 3 years, 10 months ago
  56. 1e0e061 test/integration: disable setSelectedGo test by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  57. 31ca2f8 debug: forward disconnectRequest to dlv by Eli Bendersky · 3 years, 10 months ago
  58. c9f1475 debug: more robust wait for server to listen to socket by Eli Bendersky · 3 years, 10 months ago
  59. b93cc05 debug: remove unnecessary settings from package.json of debugAdapter2 by Eli Bendersky · 3 years, 10 months ago
  60. dc45442 [latest] v0.15.1 release by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  61. a6c4f17 [release] .github/workflows: fix test-long.yml syntax by Hana (Hyang-Ah) Kim · 3 years, 10 months ago v0.15.1 v0.15.1-rc.1
  62. b11292f [release] CHANGELOG.md: draft for v0.15.1 by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  63. 9b5ecc5 CHANGELOG.md: draft for v0.15.1 by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  64. e8ef777 [release] package.json: unset the preview field, and prepare for 0.15.1 by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  65. 1eb2b40 .github/workflows: stop if unit tests fail by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  66. fddcea5 [release] goLanguageServer: improve pop-up message by Rebecca Stambler · 3 years, 10 months ago
  67. 93ab0f6 goLanguageServer: improve gopls error report suggestion by Rebecca Stambler · 3 years, 10 months ago
  68. 52351e8 goLanguageServer: improve pop-up message by Rebecca Stambler · 3 years, 10 months ago
  69. 89c61d9 debug: fix to prevents multiple debug sessions launching by fujimoto kyosuke · 3 years, 10 months ago
  70. 2a5fd9e src/util: use GOMODCACHE if available by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  71. 0cf738e .github/workflows/release: add the publish stage by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  72. d06e933 Revert "package.json: add missing fs-extra" by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  73. 2fc928c src/goEnvironmentStatus: get rid of fs-extra dependency by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  74. 0359d70 src/goEnvironmentStatus: remove a circular dependency by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  75. 411be4c src/goEnvironmentStatus.ts: integrated terminals respect go env setting by Brayden Cloud · 3 years, 10 months ago
  76. 0c6bb9e goLanguageServer: improve gopls error report suggestion by Rebecca Stambler · 3 years, 10 months ago
  77. 17d0045 debug: implement new prototype thin DA for delve by Eli Bendersky · 3 years, 10 months ago
  78. f86031f goInstallTools: update hardcoded gopls release notes link by Rebecca Stambler · 3 years, 10 months ago
  79. 761a4fc src/testUtils: fix lost previous test function name by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  80. 1be5ec9 package.json: unset the preview field, and prepare for 0.15.1 dev by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  81. 0c374ff src/goEnvironmentStatus.ts: update go.alternateTools upon Go switch by Brayden Cloud · 3 years, 10 months ago
  82. eab00f7 [latest] v0.15.0 release by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  83. 4424140 src/goEnvironmentStatus.ts: allow installation of Go versions by Brayden Cloud · 3 years, 10 months ago
  84. bb95dd0 debug: fix GitHub delve links to the proper repository by Eli Bendersky · 3 years, 10 months ago
  85. 93a25eb .github/workflows: fix test-long.yml syntax by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  86. 837852b [release] src/goPath: remove dependency on util that depends on vscode by Hana (Hyang-Ah) Kim · 3 years, 10 months ago v0.15.0 v0.15.0-rc.3
  87. 865d3d9 [release] CHANGELOG.md: for v0.15.0 by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  88. 9371cbe CHANGELOG.md: for v0.15.0 by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  89. 17dea63 package.json: add missing fs-extra by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  90. b9d1bad src/goPath: remove dependency on util that depends on vscode by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  91. 9412697 src/goEnvironmentStatus.ts: create command palette menu for Go selection by Brayden Cloud · 3 years, 10 months ago
  92. ebf7f83 goLanguageServer: use semver.parse instead of semver.coerce by Rebecca Stambler · 3 years, 10 months ago
  93. 8e21cbe [release] src/goInstallTools.ts: fix PATH adjustment when a different go is chosen by Hana (Hyang-Ah) Kim · 3 years, 10 months ago v0.15.0-rc.2
  94. 057186f src/goInstallTools.ts: fix PATH adjustment when a different go is chosen by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  95. 55605c0 src/goCover: display coverage correctly for multiple packages by Peter Weinbergr · 3 years, 10 months ago
  96. c711a58 [release] .github/workflows: run long tests on any branch by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  97. 41190d7 .travis.yml: delete by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  98. 7652230 [release] goLanguageServer: fix proxy update logic by Rebecca Stambler · 3 years, 10 months ago
  99. c43eae6 goLanguageServer: fix proxy update logic by Rebecca Stambler · 3 years, 10 months ago
  100. 3e1f0ad .github/workflows: remove codeql-analysis by Hana (Hyang-Ah) Kim · 3 years, 10 months ago