1. 7301453 extension: update gopls v0.20.0-pre.1 settings by Gopher Robot · 2 days ago master
  2. 8dccbfd CHANGELOG.md: add release heading for v0.49.0 by Gopher Robot · 12 days ago
  3. 3bd2f89 extension/package.json: update version to 0.50.0-dev by Gopher Robot · 3 weeks ago v0.49.0
  4. fd2ae27 CHANGELOG.md: add release heading for v0.48.0 by Gopher Robot · 3 weeks ago
  5. 2d39a61 extension/test/integration: update debug config for remote mode by Hongxiang Jiang · 3 weeks ago
  6. d47e01a CHANGELOG.md: add release heading for v0.47.4 by Gopher Robot · 4 weeks ago
  7. 1729b34 extension: update gopls v0.19.1 settings by Gopher Robot · 4 weeks ago v0.47.4
  8. b81dc3d extension/src/goLint: adding .exe extension to the binary name on Windows by Takuto Nagami · 4 weeks ago
  9. ea77a56 extension: update gopls v0.19.0 settings by Gopher Robot · 5 weeks ago
  10. 51b64ed extension/package.json: treat *.s files as Go Assembly, language go.asm by Alan Donovan · 6 weeks ago
  11. 707321c CHANGELOG.md: add release heading for v0.47.3 by Gopher Robot · 6 weeks ago
  12. c5eb522 extension/tools: mark gomodifytags replaced by gopls by Hongxiang Jiang · 6 weeks ago v0.47.3
  13. 0acba5f extension: update gopls v0.19.0-pre.1 settings by Gopher Robot · 6 weeks ago
  14. 3673270 extension/package.json: upgrade @types/vscode and vscode engine by Hongxiang Jiang · 7 weeks ago
  15. 9493800 extension/src: call gopls command for modify tags by Madeline Kalilh · 5 months ago
  16. 0b77054 extension/src/goLint: enabled to override `path-mode` flag by logica0419 · 3 months ago
  17. 04fc87c CHANGELOG.md: add release heading for v0.47.2 by Gopher Robot · 3 months ago
  18. d1526fa extension/src/goLint: adding `--path-mode=abs` flag for golangci-lint v2 by logica0419 · 3 months ago v0.47.2
  19. 5e6ba19 extension/src/goLint: adding golangci-lint-v2 to lintTool by logica0419 · 4 months ago
  20. f122b06 extension/src/goDebugConfiguration: fix debugging package urls by Ethan Reesor · 4 months ago
  21. 6e371c5 extension/package-lock.json: run npm audit fix by Hongxiang Jiang · 4 months ago
  22. 55e8698 extension/src: collect third party tool usage by Hongxiang Jiang · 4 months ago
  23. ebc887f extension/src: use enum for telemetry key by Hongxiang Jiang · 4 months ago
  24. 5496123 extension/src: remove sampling and machine ID from telemetry service by Hongxiang Jiang · 4 months ago
  25. e8cc021 extension/src: rename telemetry state starting to running by Hongxiang Jiang · 4 months ago
  26. 20e9536 extension: use Delve's guess-substitute-path-helper when available by aarzilli · 6 months ago
  27. 1b300c4 extension/src: change function doc using JSDoc by Hongxiang Jiang · 4 months ago
  28. 77a4fdb extension/src/goTest: fix debug subtest at cursor by Ethan Reesor · 4 months ago
  29. eeb3c24 docs/contributing: add missing ` by lqw@wsl · 4 months ago
  30. 4370329 extension/src/debugAdapter: fix broken link in README.md by lqw@wsl · 4 months ago
  31. e9409b1 extension/src/language: remove interface wrapping LanguageServerConfig by Hongxiang Jiang · 5 months ago
  32. 3a91503 src/extensionAPI: expose isPreview by Ethan Reesor · 5 months ago
  33. 8115161 tools/goplssetting: read enum key and enum value status by Hongxiang Jiang · 5 months ago
  34. 97c9ecd extension/src: add integration test for package symbols outline by Madeline Kalil · 5 months ago
  35. b1e08da CHANGELOG.md: update change log to reflect recent changes by Hongxiang Jiang · 5 months ago
  36. e988883 CHANGELOG.md: add release heading for v0.46.1 by Gopher Robot · 5 months ago
  37. 82dc98b CHANGELOG.md: add release heading for v0.47.1 by Gopher Robot · 5 months ago
  38. 7a2c835 extension/src/language: check token field existence before assertion by Hongxiang Jiang · 5 months ago v0.47.1
  39. 25da974 extension/src: add separator in command go.environment.choose by Hongxiang Jiang · 5 months ago
  40. 1579d6e CHANGELOG.md: add release heading for v0.47.0 by Gopher Robot · 5 months ago
  41. d30437c extension/package.json: update version to 0.48.0-dev by Gopher Robot · 5 months ago v0.47.0
  42. 2f76c77 CHANGELOG.md: add release heading for v0.46.0 by Gopher Robot · 5 months ago
  43. 39786ea extension: update gopls v0.18.1 settings by Gopher Robot · 5 months ago
  44. 13f8edb extension: update gopls v0.18.1-pre.1 settings by Gopher Robot · 5 months ago
  45. c08eba5 extension: update gopls v0.18.0 settings by Gopher Robot · 5 months ago
  46. 1cd4a9a extension/test/gopls: add integration test for gopls.vulncheck by Hongxiang Jiang · 5 months ago
  47. 3d2f1cf CHANGELOG.md: add release heading for v0.45.2 by Gopher Robot · 5 months ago
  48. 784f2a1 extension: update gopls v0.18.0-pre.5 settings by Gopher Robot · 5 months ago v0.45.2
  49. f0d9221 extension/src/language: surface code action error as notification by Hongxiang Jiang · 5 months ago
  50. e10c953 extension/src: reload package symbol for only go file and file scheme by Hongxiang Jiang · 5 months ago
  51. 726029b build: surface error when noticing test failure by Hongxiang Jiang · 5 months ago
  52. 20da28f extension/test: move codelens test with invalid name to separate module by Hongxiang Jiang · 5 months ago
  53. 05a7746 extension: update gopls v0.18.0-pre.2 settings by Gopher Robot · 5 months ago
  54. ba356fd CHANGELOG.md: add release heading for v0.45.1 by Gopher Robot · 5 months ago
  55. 2882143 extension/src: skip tool existence check if replaced by gopls by Hongxiang Jiang · 5 months ago v0.45.1
  56. 8dc2b5a extension/src: add package outline to changelog by Madeline Kalilh · 5 months ago
  57. 84d8e2e extension/src: add package symbols view by Madeline Kalilh · 6 months ago
  58. af102aa extension: update gopls v0.18.0-pre.1 settings by Gopher Robot · 5 months ago
  59. 84fc37a extension/src: support stream $/progress message in log style by Hongxiang Jiang · 6 months ago
  60. 0575f50 extension/src/goToolsInformation: remove outdated TODO by Oleksandr Redko · 6 months ago
  61. 831ca25 docs: replace kokoro with LUCI in contribution guide by Hongxiang Jiang · 6 months ago
  62. 771091a extension/tools/release: skip validation for dir in zip by Hongxiang Jiang · 6 months ago
  63. 8b6e6f8 build: migrate "./all.bash ci" script test to go test by Hongxiang Jiang · 6 months ago
  64. 2e07aa3 build: migrate script trigger test to go test trigger by Hongxiang Jiang · 6 months ago
  65. 7df3953 extension/tools/release: add env var to control test skipping by Hongxiang Jiang · 6 months ago
  66. f10960f extension/tools/goplssetting: interpret deprecation message from apijson by Hongxiang Jiang · 6 months ago
  67. fe8bfac package.json: deprecate goformat by Oleksandr Redko · 6 months ago
  68. 3fec532 docs/wiki.go: replace info.txt with wiki.go by Hongxiang Jiang · 6 months ago
  69. e85cb10 ToggleGCDetails: change UI text by Alan Donovan · 7 months ago
  70. 5e506ea docs,extension/package.json: fix typos by Oleksandr Redko · 7 months ago
  71. 5bef85b extension/src/goTest.ts: fix testFunctions filter by vaniog · 7 months ago
  72. 58145f9 extension: update gopls v0.17.1 settings by Gopher Robot · 7 months ago
  73. 1345b89 CHANGELOG.md: add release heading for v0.45.0 by Gopher Robot · 7 months ago
  74. a59ce5a extension/package.json: update version to 0.46.0-dev by Gopher Robot · 7 months ago v0.45.0
  75. 80730a6 CHANGELOG.md: add release heading for v0.44.0 by Gopher Robot · 7 months ago
  76. 800cdac extension: update gopls v0.17.0 settings by Gopher Robot · 7 months ago
  77. 8ea0861 CHANGELOG.md: add release heading for v0.43.4 by Gopher Robot · 8 months ago
  78. 0f1f427 CHANGELOG.md: add missing entries for v0.44.0 by Hana (Hyang-Ah) Kim · 8 months ago v0.43.4
  79. a40e797 extension: update gopls v0.17.0-pre.4 settings by Gopher Robot · 8 months ago
  80. 3e4432b extension/src/goTest: do not open Debug Console when debug.internalConsoleOptions is neverOpen by Poletansky Viktor · 8 months ago
  81. b770fb8 CHANGELOG.md: add release heading for v0.43.3 by Gopher Robot · 8 months ago
  82. d7a2ad5 extension/src: disable code lenses when Go Companion is active by Ethan Reesor · 8 months ago v0.43.3
  83. 3ec24ac Snippets: remove the comma from the placeholder in `forr` by imbant · 8 months ago
  84. d7a44e3 extension: fix go.mod retract block syntax highlight by Frank · 8 months ago
  85. 9eedcfc extension/package.json: sync with gopls v0.17.0-pre.2 settings by Hana (Hyang-Ah) Kim · 8 months ago
  86. a5f8780 docs: update debugging references by Emmanuel Ferdman · 9 months ago
  87. 97b664f extension/src/goTelemetry: increase telemetry prompt rate to 100% by Hana (Hyang-Ah) Kim · 9 months ago
  88. 33b0b78 extension/src/goTest: disable when exp-vscode-go is installed by Ethan Reesor · 10 months ago
  89. 866878e internal/vscgo: convert pprof to json by Ethan Reesor · 9 months ago
  90. 4457dbf extension/src: cleanup extension api by Ethan Reesor · 9 months ago
  91. acda2ca extension/test/gopls/telemetry: allow more time for vscgo build by Hana (Hyang-Ah) Kim · 9 months ago
  92. 884a05c extension/test/integration: make debug tests less verbose by Hana (Hyang-Ah) Kim · 9 months ago
  93. c94bf09 extension/test: restore process.env modified during testing by Hana (Hyang-Ah) Kim · 9 months ago
  94. e4a498e extension/src/goTools.ts: remove unused prerelease version info by Hana (Hyang-Ah) Kim · 10 months ago
  95. c717881 go.mod: require go1.23.1, update golang.org/x/telemetry by Hana (Hyang-Ah) Kim · 9 months ago
  96. bea7919 extension/tools/goplssetting: handle enum types by Hana (Hyang-Ah) Kim · 10 months ago
  97. e22a80d extension/tools/goplssetting: update copy of gopls json-api types by Hana (Hyang-Ah) Kim · 10 months ago
  98. 538900f extension: update go to go1.23.1 by Hana (Hyang-Ah) Kim · 10 months ago
  99. 151e9d9 extension/test/runTest.ts: disable D-Bus comm for test execution by Hana (Hyang-Ah) Kim · 9 months ago
  100. dc68451 extension/test/runTest.ts: set GOTOOLCHAIN=local by Hana (Hyang-Ah) Kim · 9 months ago