1. 47f1b00 src/debugAdapter: adds error handling for remote connections by Vincent Jo · 3 years, 11 months ago
  2. 893333d launch.json: disable other extensions by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  3. ae46829 docs: use the canonical repository in the instruction by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  4. 5c4ea42 docs: fix small typo during last rewrite by codekid · 3 years, 11 months ago
  5. 2c52fe3 docs: update testing.md to mention setting the GCB project ID by Brayden Cloud · 3 years, 11 months ago
  6. 16ccd41 vscode-go: a few small clean-up items by Rebecca Stambler · 3 years, 11 months ago
  7. 6ca980e src/debugAdapter: suppress error pop-up for failed watch expression evaluation by Polina Sokolova · 3 years, 11 months ago
  8. 47e9fa9 src/debugAdapter: kill processes run without debugging by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  9. 44a01f5 README.md: fix blog post link by Rebecca Stambler · 3 years, 11 months ago
  10. 5affb99 [release] docs: automatically generate documentation for settings by Rebecca Stambler · 3 years, 11 months ago v0.14.4 v0.14.4-rc.3
  11. 5e44797 [release] docs: proofread docs, fixing broken links and typos by Rebecca Stambler · 3 years, 11 months ago
  12. 8a697ee docs: automatically generate documentation for settings by Rebecca Stambler · 3 years, 11 months ago
  13. 05e1f73 docs: proofread docs, fixing broken links and typos by Rebecca Stambler · 3 years, 11 months ago
  14. edfe53d [release] README.md: change links to be rendered correctly in vscode by Hana (Hyang-Ah) Kim · 3 years, 11 months ago v0.14.4-rc.2
  15. 9f328b7 README.md: change links to be rendered correctly in vscode by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  16. 959f8c3 [release] package.json: bump version to 0.14.4 by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  17. 85e647e all: update LICENSE and copyright headers of modified files by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  18. 62de799 [release] docs: update GOPATH, modules, and gopls documentation by Rebecca Stambler · 3 years, 11 months ago
  19. 2300467 [release] docs: update troubleshooting documentation by Rebecca Stambler · 3 years, 11 months ago
  20. b3751f4 [release] docs: rewrite debugging.md, testing.md, smoke-test.md, etc. by Rebecca Stambler · 3 years, 11 months ago
  21. 8fe064d [release] README.md: fix broken gopls link by Ted Silbernagel · 3 years, 11 months ago
  22. 4d29a2f [release] docs/nightly: move README.md.nightly to its own directory by Rebecca Stambler · 3 years, 11 months ago
  23. 2ce0e4f docs: update GOPATH, modules, and gopls documentation by Rebecca Stambler · 3 years, 11 months ago
  24. eccc23a [release] Add third-party license info to LICENSE file by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  25. 524a6f0 [release] Update LICENSE/CHANGELOG/README by Hana (Hyang-Ah) Kim · 3 years, 11 months ago v0.14.4-rc1
  26. 1d49f70 [release] docs: rewrite the main README by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  27. 993802d [release] docs: fully flesh out features.md and tools.md by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  28. a104e24 [release] doc: update debug adapter doc by Hana (Hyang-Ah) Kim · 4 years ago
  29. 1dcaae9 [release] docs: rewrite contributions and beta testing guides by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  30. cf9d16b docs: update troubleshooting documentation by Rebecca Stambler · 3 years, 11 months ago
  31. 4a34f9b docs: rewrite debugging.md, testing.md, smoke-test.md, etc. by Rebecca Stambler · 3 years, 11 months ago
  32. eeab643 README.md: fix broken gopls link by Ted Silbernagel · 3 years, 11 months ago
  33. 1c67f6e [release] src/telemetry.ts: remove telemetry by Hana (Hyang-Ah) Kim · 4 years ago
  34. a9747b2 [release] package.json: update for Go and disable telemetry by Hana Kim · 4 years, 3 months ago
  35. 9b35d7e package.json: change gopath/goroot/toolsGopath machine-overridable by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  36. cb4d367 src/debugAdapter: add more logging for tasks running without debugging by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  37. 2ea042e [release] docs: rename files in order to simplify their names by Rebecca Stambler · 4 years ago
  38. a4d2ad6 third_party/tree-kill: vendor to fix the pgrep issue by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  39. 8aa661c docs/nightly: move README.md.nightly to its own directory by Rebecca Stambler · 3 years, 11 months ago
  40. 4bccab7 docs: rewrite the main README by Rebecca Stambler · 3 years, 11 months ago
  41. 6a61856 src: support running an individual subtest by Sean Caffery · 3 years, 11 months ago
  42. 3d575bd src/debugAdapter/goDebug: add extra check for remote path inference by Quoc Truong · 3 years, 11 months ago
  43. 07ceb41 .github/workflows/release: install gopls by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  44. eab68bb package: add missing glob dependency by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  45. cdf5dad SECURITY: add SECURITY.md by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  46. 59c1c83 .github/workflows: enable codeql action by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  47. db7bcb3 test/gopls: reenable gopls test by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  48. c3ad728 .github/workflows: use npm ci instead of npm install by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  49. 281c5b6 src/goLanguageServer: improve handling of invalid or pre-release vers… by Hana (Hyang-Ah) Kim · 3 years, 11 months ago
  50. 9ec20d1 src: add binary path to goVersion by Rebecca Stambler · 4 years ago
  51. c22d185 test: copy files recursively instead of hardcoding by Rebecca Stambler · 4 years ago
  52. a0aacbf goSuggest: remove unused function by Rebecca Stambler · 4 years ago
  53. ab4483e src: refactor tools env variables to handle installation and execution by Rebecca Stambler · 4 years ago
  54. bc0a099 update hardcoded latest versions by Rebecca Stambler · 4 years ago
  55. 925ba7f src: use async/await when installing tools by Rebecca Stambler · 4 years ago
  56. a9811b6 docs: fully flesh out features.md and tools.md by Rebecca Stambler · 4 years ago
  57. 353772f use the GOBIN value reported by go env by Ryan Koski · 4 years ago
  58. 603c3de goDebug.test: fix GOPATH and GOROOT restoration by Rebecca Stambler · 4 years ago
  59. 7fadbc8 util: wrap tree-kill in try-catch by Rebecca Stambler · 4 years ago
  60. f183c11 add bug report redirect, remove bug_report.md (#3259) by Rebecca Stambler · 4 years ago
  61. d8f940a doc: update debug adapter doc by Hana (Hyang-Ah) Kim · 4 years ago
  62. 37e0af9 test/gopls: use settings.json instead of vscode extension API by Hana (Hyang-Ah) Kim · 4 years ago
  63. c04b7c6 Prompt transform parameter input while adding tags to struct by Bulent Rahim Kazanci · 4 years ago
  64. dd30c07 sync: merge microsoft/vscode-go@a66e3b5 into master by Hana (Hyang-Ah) Kim · 4 years ago
  65. a66e3b5 0.14.3 by Ramya Achutha Rao · 4 years ago
  66. 8c084b2 Clear code coverage on file save #3252 by Ramya Achutha Rao · 4 years ago
  67. 05b5018 add extra nil checks and convert get{Test,Benchmark}Functions to async by Rebecca Stambler · 4 years ago
  68. 502dd3f images/goIcon.png: delete unused gopher image by Hana (Hyang-Ah) Kim · 4 years ago
  69. a745aaf docs: rewrite contributions and beta testing guides by Rebecca Stambler · 4 years ago
  70. c574518 Add logic to infer remote path automatically by Quoc Truong · 4 years ago
  71. 95dda9d direct issues to golang/vscode-go (#3257) by Rebecca Stambler · 4 years ago
  72. e2aa002 .github: delete unused bot configuration by Hana (Hyang-Ah) Kim · 4 years ago
  73. 3a1715c src/telemetry.ts: remove telemetry by Hana (Hyang-Ah) Kim · 4 years ago
  74. e04d33f src: convert installTools to be async by Rebecca Stambler · 4 years ago
  75. 423d7f5 goLanguageServer: add completion item filter hack by Rebecca Stambler · 4 years ago
  76. 03d34fa docs: rename files in order to simplify their names by Rebecca Stambler · 4 years ago
  77. 540e707 strict: fix strict type check errors in src/avlTree.ts by Hana (Hyang-Ah) Kim · 4 years ago
  78. af182cc sync: merge microsoft/vscode-go@d298646 into master by Hana (Hyang-Ah) Kim · 4 years ago
  79. b4838d4 tests: clean up modcache after tests by Rebecca Stambler · 4 years ago
  80. d298646 README: fix broken links, a few cosmetic updates (#3250) by Rebecca Stambler · 4 years ago
  81. 36bc7da sync: merge microsoft/vscode-go@ecd5824 into master by Hana (Hyang-Ah) Kim · 4 years ago
  82. ecd5824 Remove note on migration process as we don't have an issue yet. by Ramya Achutha Rao · 4 years ago
  83. c2cc0e6 Remove references to go-langserver support in docs by Ramya Achutha Rao · 4 years ago
  84. 11b3c40 Replace wiki links with docs links by Ramya Achutha Rao · 4 years ago
  85. ed66a71 Add the changelog link that got removed in a prior commit by Ramya Achutha Rao · 4 years ago
  86. 58988de Replace gitter with slack as communication channel by Ramya Achutha Rao · 4 years ago
  87. a09fc17 README: repo migration announcement (#3237) by Hyang-Ah Hana Kim · 4 years ago
  88. 6e2ad76 sync: merge microsoft/vscode-go@2dbccbe into master by Hana (Hyang-Ah) Kim · 4 years ago
  89. f640f23 goLanguageServer.ts: basic implementation for gopls survey by Rebecca Stambler · 4 years ago
  90. cf9cbaf tests: add integration tests for tool installation by Rebecca Stambler · 4 years ago
  91. c5a37e0 src: add handling for on-close behavior for tools by Rebecca Stambler · 4 years ago
  92. 2dbccbe all: correct copyright headers and files missing the copyright (#3238) by Hyang-Ah Hana Kim · 4 years ago
  93. 1dd9586 test/integration: fix Build Tags checking tests by Hana (Hyang-Ah) Kim · 4 years ago
  94. c0f67fe sync: merge microsoft/vscode-go@ac02a87 into master by Hana (Hyang-Ah) Kim · 4 years ago
  95. ac02a87 docs: add link to the Go installation guide (#3235) by Hyang-Ah Hana Kim · 4 years ago
  96. d7cbf69 0.14.2 by Ramya Achutha Rao · 4 years ago
  97. 898bc2f src: prompt user to file an issue after gopls crashes by Rebecca Stambler · 4 years ago
  98. f5dff69 test/gopls: disable gopls test by Hana (Hyang-Ah) Kim · 4 years ago
  99. 14161b8 README.md: generate the version for nightly during release by Hana (Hyang-Ah) Kim · 4 years ago
  100. 110d5e1 .github/workflows/ci: install missing gopls and update xvfb-action by Hana (Hyang-Ah) Kim · 4 years ago