1. db7bcb3 test/gopls: reenable gopls test by Hana (Hyang-Ah) Kim · 4 years ago
  2. c3ad728 .github/workflows: use npm ci instead of npm install by Hana (Hyang-Ah) Kim · 4 years ago
  3. 281c5b6 src/goLanguageServer: improve handling of invalid or pre-release vers… by Hana (Hyang-Ah) Kim · 4 years ago
  4. 9ec20d1 src: add binary path to goVersion by Rebecca Stambler · 4 years ago
  5. c22d185 test: copy files recursively instead of hardcoding by Rebecca Stambler · 4 years ago
  6. a0aacbf goSuggest: remove unused function by Rebecca Stambler · 4 years ago
  7. ab4483e src: refactor tools env variables to handle installation and execution by Rebecca Stambler · 4 years ago
  8. bc0a099 update hardcoded latest versions by Rebecca Stambler · 4 years ago
  9. 925ba7f src: use async/await when installing tools by Rebecca Stambler · 4 years ago
  10. a9811b6 docs: fully flesh out features.md and tools.md by Rebecca Stambler · 4 years ago
  11. 353772f use the GOBIN value reported by go env by Ryan Koski · 4 years ago
  12. 603c3de goDebug.test: fix GOPATH and GOROOT restoration by Rebecca Stambler · 4 years ago
  13. 7fadbc8 util: wrap tree-kill in try-catch by Rebecca Stambler · 4 years ago
  14. f183c11 add bug report redirect, remove bug_report.md (#3259) by Rebecca Stambler · 4 years ago
  15. d8f940a doc: update debug adapter doc by Hana (Hyang-Ah) Kim · 4 years ago
  16. 37e0af9 test/gopls: use settings.json instead of vscode extension API by Hana (Hyang-Ah) Kim · 4 years ago
  17. c04b7c6 Prompt transform parameter input while adding tags to struct by Bulent Rahim Kazanci · 4 years ago
  18. dd30c07 sync: merge microsoft/vscode-go@a66e3b5 into master by Hana (Hyang-Ah) Kim · 4 years ago
  19. a66e3b5 0.14.3 by Ramya Achutha Rao · 4 years ago
  20. 8c084b2 Clear code coverage on file save #3252 by Ramya Achutha Rao · 4 years ago
  21. 05b5018 add extra nil checks and convert get{Test,Benchmark}Functions to async by Rebecca Stambler · 4 years ago
  22. 502dd3f images/goIcon.png: delete unused gopher image by Hana (Hyang-Ah) Kim · 4 years ago
  23. a745aaf docs: rewrite contributions and beta testing guides by Rebecca Stambler · 4 years ago
  24. c574518 Add logic to infer remote path automatically by Quoc Truong · 4 years ago
  25. 95dda9d direct issues to golang/vscode-go (#3257) by Rebecca Stambler · 4 years ago
  26. e2aa002 .github: delete unused bot configuration by Hana (Hyang-Ah) Kim · 4 years ago
  27. 3a1715c src/telemetry.ts: remove telemetry by Hana (Hyang-Ah) Kim · 4 years ago
  28. e04d33f src: convert installTools to be async by Rebecca Stambler · 4 years ago
  29. 423d7f5 goLanguageServer: add completion item filter hack by Rebecca Stambler · 4 years ago
  30. 03d34fa docs: rename files in order to simplify their names by Rebecca Stambler · 4 years ago
  31. 540e707 strict: fix strict type check errors in src/avlTree.ts by Hana (Hyang-Ah) Kim · 4 years ago
  32. af182cc sync: merge microsoft/vscode-go@d298646 into master by Hana (Hyang-Ah) Kim · 4 years ago
  33. b4838d4 tests: clean up modcache after tests by Rebecca Stambler · 4 years ago
  34. d298646 README: fix broken links, a few cosmetic updates (#3250) by Rebecca Stambler · 4 years ago
  35. 36bc7da sync: merge microsoft/vscode-go@ecd5824 into master by Hana (Hyang-Ah) Kim · 4 years ago
  36. ecd5824 Remove note on migration process as we don't have an issue yet. by Ramya Achutha Rao · 4 years ago
  37. c2cc0e6 Remove references to go-langserver support in docs by Ramya Achutha Rao · 4 years ago
  38. 11b3c40 Replace wiki links with docs links by Ramya Achutha Rao · 4 years ago
  39. ed66a71 Add the changelog link that got removed in a prior commit by Ramya Achutha Rao · 4 years ago
  40. 58988de Replace gitter with slack as communication channel by Ramya Achutha Rao · 4 years ago
  41. a09fc17 README: repo migration announcement (#3237) by Hyang-Ah Hana Kim · 4 years ago
  42. 6e2ad76 sync: merge microsoft/vscode-go@2dbccbe into master by Hana (Hyang-Ah) Kim · 4 years ago
  43. f640f23 goLanguageServer.ts: basic implementation for gopls survey by Rebecca Stambler · 4 years ago
  44. cf9cbaf tests: add integration tests for tool installation by Rebecca Stambler · 4 years ago
  45. c5a37e0 src: add handling for on-close behavior for tools by Rebecca Stambler · 4 years ago
  46. 2dbccbe all: correct copyright headers and files missing the copyright (#3238) by Hyang-Ah Hana Kim · 4 years ago
  47. 1dd9586 test/integration: fix Build Tags checking tests by Hana (Hyang-Ah) Kim · 4 years ago
  48. c0f67fe sync: merge microsoft/vscode-go@ac02a87 into master by Hana (Hyang-Ah) Kim · 4 years ago
  49. ac02a87 docs: add link to the Go installation guide (#3235) by Hyang-Ah Hana Kim · 4 years ago
  50. d7cbf69 0.14.2 by Ramya Achutha Rao · 4 years ago
  51. 898bc2f src: prompt user to file an issue after gopls crashes by Rebecca Stambler · 4 years ago
  52. f5dff69 test/gopls: disable gopls test by Hana (Hyang-Ah) Kim · 4 years ago
  53. 14161b8 README.md: generate the version for nightly during release by Hana (Hyang-Ah) Kim · 4 years ago
  54. 110d5e1 .github/workflows/ci: install missing gopls and update xvfb-action by Hana (Hyang-Ah) Kim · 4 years ago
  55. 2bde89c test/gopls: add tests for the gopls update logic by Rebecca Stambler · 4 years ago
  56. 2e3aad8 src: support setting a minimum and maximum go version for a given tool by Rebecca Stambler · 4 years ago
  57. bd32afc src: restart the language server when a new binary is installed by Rebecca Stambler · 4 years ago
  58. 92c5a0a sync: merge microsoft/vscode-go@f2a7c11 into master by Hana (Hyang-Ah) Kim · 4 years ago
  59. f2a7c11 Update default latest version for gopls (#3229) by Rebecca Stambler · 4 years ago
  60. 12fd44a remove format setting from package.json (#3223) by Rebecca Stambler · 4 years ago
  61. 6e78a05 src: restart language server automatically when its configuration changes by Rebecca Stambler · 4 years ago
  62. 70e7c4b src/goLanguageServer.ts: add go.trace.server configuration by Hana (Hyang-Ah) Kim · 4 years ago
  63. 5abbe38 sync: merge microsoft/vscode-go@92fd305 into master by Hana (Hyang-Ah) Kim · 4 years ago
  64. 92fd305 docs: update gopls related documentation (#3203) by Hyang-Ah Hana Kim · 4 years ago
  65. adf7410 sync: merge microsoft/vscode-go@e8e97e5 into master by Hana (Hyang-Ah) Kim · 4 years ago
  66. e8e97e5 test/gopls: fix the lint error (#3209) by Hyang-Ah Hana Kim · 4 years ago
  67. b5d4c6d Changelog prep for 0.14.2 by Ramya Achutha Rao · 4 years ago
  68. c565b21 goImports: avoid collapsing new imports into pseudo import line (#3045) by Hyang-Ah Hana Kim · 4 years ago
  69. be40927 test/gopls: fix the lint error by Hana (Hyang-Ah) Kim · 4 years ago
  70. 43548fa sync: merge microsoft/vscode-go@f3dd04b into master by Hana (Hyang-Ah) Kim · 4 years ago
  71. f3dd04b test/gopls: initial test setup for gopls and hover tests (#3157) by Hyang-Ah Hana Kim · 4 years ago
  72. 7a57e56 src/goLanguageServer.ts: respect configuration changes on server restart (#3186) by Rebecca Stambler · 4 years ago
  73. 605f182 Prep changelog for 0.14.2 by Ramya Achutha Rao · 4 years ago
  74. 740d7eb Improve 'bad access' error message (#3196) by polinasok · 4 years ago
  75. 65ede88 Handle unexpected proxy query results gracefully #3204 (#3205) by neclepsio · 4 years ago
  76. b9fd380 src/goLanguageServer: fix missing gopls detection logic (#3197) by Hyang-Ah Hana Kim · 4 years ago
  77. d538ccc sync: merge microsoft/vscode-go@d3c0757 into master by Hana (Hyang-Ah) Kim · 4 years ago
  78. d3c0757 Map remote go module cache to local module cache (#3079) by Felipe Munhoz · 4 years ago
  79. b06de5b sync: merge microsoft/vscode-go@dfa9cbb into master by Hana (Hyang-Ah) Kim · 4 years ago
  80. dfa9cbb Revert to kill just the process for go-outline #3178 by Ramya Achutha Rao · 4 years ago
  81. 4957f66 sync: merge microsoft/vscode-go@46dfb5a into master by Hana (Hyang-Ah) Kim · 4 years ago
  82. 46dfb5a Fix #2551 : Code coverage disappears when typing a character (#2853) by Kegsay · 4 years ago
  83. 893c23e Run format post prettier dependency update by Ramya Achutha Rao · 4 years ago
  84. 28e2d9f Logic for gopls updater to accept a pre-release version (#3014) by Hyang-Ah Hana Kim · 4 years ago
  85. 6c737b3 Fix: convert fillstruct's output to character offset (#2611) by mo2zie · 4 years ago
  86. 7d50d75 README: Add additional info on debug adapter compilation (#2402) by Luis GG · 4 years ago
  87. 1c314d4 Match the version of @types/vscode with vscode engine by Ramya Achutha Rao · 4 years ago
  88. 702572e Use tree-kill to cancel running tests by Ramya Achutha Rao · 4 years ago
  89. 0240062 docs: replace wiki links with relative links (#3188) by Hyang-Ah Hana Kim · 4 years ago
  90. ad7a1d9 Remove obsolete note on needing cert for delve by Ramya Achutha Rao · 4 years ago
  91. ffc1a56 Add note about needing WSL 2 on Windows 10 to use delve (#3167) by Mike Patnode · 4 years ago
  92. f56369c package.json: update all dependencies (#3182) by Rebecca Stambler · 4 years ago
  93. 02900e7 sync: merge microsoft/vscode-go@c8ed3d8 into master by Hana (Hyang-Ah) Kim · 4 years ago
  94. c8ed3d8 remove fallbacks for lsp features that cannot be opted-out of (#3156) by Rebecca Stambler · 4 years ago
  95. 3b9c40b upgrade all dependencies by Rebecca Stambler · 4 years ago
  96. a823f46 sync: merge microsoft/vscode-go@383c0c0 by Hana (Hyang-Ah) Kim · 4 years ago
  97. 383c0c0 Fix missing brace in placeholder for launch file snippet (#3155) by tom-shan · 4 years ago
  98. a5e40ca Place the go runtime base path to the front of PATH (#3159) by Hyang-Ah Hana Kim · 4 years ago
  99. bc1a24c 0.14.1 by Ramya Achutha Rao · 4 years ago
  100. 0b5a013 Update language client to v6 by Ramya Achutha Rao · 4 years ago