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