[go: up one dir, main page]

  1. c8ab8fb extension/src: replace tools information map with Map<string, Tool> by Hongxiang Jiang · 8 days ago master
  2. bca1404 src: skip version check for golangci-lint by Hongxiang Jiang · 8 days ago
  3. b108487 extension/src/language: attach selected range to hover request by Hongxiang Jiang · 2 weeks ago
  4. 5b8a911 extension/src/utils: Support exported environment variables with go.testEnvFile by Simon Apen-Sadler · 2 weeks ago
  5. ddc8268 extension/src: use full path mode when running go test by Hongxiang Jiang · 3 weeks ago
  6. 6f77bbd extension/src: remove gopls issue report prompting by Madeline Kalil · 4 weeks ago
  7. 721a8ca CHANGELOG.md: add release heading for v0.51.0 by Gopher Robot · 5 weeks ago
  8. cc5b5f7 extension/package.json: update version to 0.52.0-dev by Gopher Robot · 5 weeks ago v0.51.0
  9. ba0e2b1 CHANGELOG.md: add release heading for v0.50.0 by Gopher Robot · 5 weeks ago
  10. 85d7f0c CHANGELOG.md: add release heading for v0.49.1 by Gopher Robot · 7 weeks ago
  11. bae5a1d survey: add developer survey sub module and release instructions by Hongxiang Jiang · 7 weeks ago survey/v0.1.0 v0.49.1
  12. 57683f2 extension/src/developerSurvey: append source query parameter to url by Hongxiang Jiang · 7 weeks ago
  13. 631364b extension/package.json: fix typo in debug/callstack/context by Druzhkov Sergei · 3 months ago
  14. 3243d2a extension/src: fetch latest developer survey config from vscode-go module by Hongxiang Jiang · 8 weeks ago
  15. 4fcd1d8 extension/src/goTest: save only dirty files by tamayika · 8 weeks ago
  16. 3988749 extension/src: rename developer survey config with state by Hongxiang Jiang · 8 weeks ago
  17. a3bbaa9 extension/src: collecting telemetry for command and trigger by Hongxiang Jiang · 10 weeks ago
  18. f1c5335 extension/src: rename latestToolVersion to latestModuleVersion by Hongxiang Jiang · 9 weeks ago
  19. fa1bd8a extension/test/integration: fix timeout flakiness caused by the dlv command by Hongxiang Jiang · 9 weeks ago
  20. ea1c220 extension/src: add generate test command using gopls.add_test by Hongxiang Jiang · 10 weeks ago
  21. 02af254 extension: replace logOutputChannel append/appendLine with info by Hongxiang Jiang · 2 months ago
  22. 7fd8e3d extension/src: show output channel upon failure by Hongxiang Jiang · 2 months ago
  23. 0baf320 extension: update gopls v0.20.0 settings by Gopher Robot · 2 months ago
  24. 7301453 extension: update gopls v0.20.0-pre.1 settings by Gopher Robot · 3 months ago
  25. 8dccbfd CHANGELOG.md: add release heading for v0.49.0 by Gopher Robot · 3 months ago
  26. 3bd2f89 extension/package.json: update version to 0.50.0-dev by Gopher Robot · 3 months ago v0.49.0
  27. fd2ae27 CHANGELOG.md: add release heading for v0.48.0 by Gopher Robot · 3 months ago
  28. 2d39a61 extension/test/integration: update debug config for remote mode by Hongxiang Jiang · 4 months ago
  29. d47e01a CHANGELOG.md: add release heading for v0.47.4 by Gopher Robot · 4 months ago
  30. 1729b34 extension: update gopls v0.19.1 settings by Gopher Robot · 4 months ago v0.47.4
  31. b81dc3d extension/src/goLint: adding .exe extension to the binary name on Windows by Takuto Nagami · 4 months ago
  32. ea77a56 extension: update gopls v0.19.0 settings by Gopher Robot · 4 months ago
  33. 51b64ed extension/package.json: treat *.s files as Go Assembly, language go.asm by Alan Donovan · 4 months ago
  34. 707321c CHANGELOG.md: add release heading for v0.47.3 by Gopher Robot · 4 months ago
  35. c5eb522 extension/tools: mark gomodifytags replaced by gopls by Hongxiang Jiang · 4 months ago v0.47.3
  36. 0acba5f extension: update gopls v0.19.0-pre.1 settings by Gopher Robot · 4 months ago
  37. 3673270 extension/package.json: upgrade @types/vscode and vscode engine by Hongxiang Jiang · 4 months ago
  38. 9493800 extension/src: call gopls command for modify tags by Madeline Kalilh · 8 months ago
  39. 0b77054 extension/src/goLint: enabled to override `path-mode` flag by logica0419 · 6 months ago
  40. 04fc87c CHANGELOG.md: add release heading for v0.47.2 by Gopher Robot · 6 months ago
  41. d1526fa extension/src/goLint: adding `--path-mode=abs` flag for golangci-lint v2 by logica0419 · 6 months ago v0.47.2
  42. 5e6ba19 extension/src/goLint: adding golangci-lint-v2 to lintTool by logica0419 · 7 months ago
  43. f122b06 extension/src/goDebugConfiguration: fix debugging package urls by Ethan Reesor · 7 months ago
  44. 6e371c5 extension/package-lock.json: run npm audit fix by Hongxiang Jiang · 6 months ago
  45. 55e8698 extension/src: collect third party tool usage by Hongxiang Jiang · 7 months ago
  46. ebc887f extension/src: use enum for telemetry key by Hongxiang Jiang · 7 months ago
  47. 5496123 extension/src: remove sampling and machine ID from telemetry service by Hongxiang Jiang · 7 months ago
  48. e8cc021 extension/src: rename telemetry state starting to running by Hongxiang Jiang · 7 months ago
  49. 20e9536 extension: use Delve's guess-substitute-path-helper when available by aarzilli · 9 months ago
  50. 1b300c4 extension/src: change function doc using JSDoc by Hongxiang Jiang · 7 months ago
  51. 77a4fdb extension/src/goTest: fix debug subtest at cursor by Ethan Reesor · 7 months ago
  52. eeb3c24 docs/contributing: add missing ` by lqw@wsl · 7 months ago
  53. 4370329 extension/src/debugAdapter: fix broken link in README.md by lqw@wsl · 7 months ago
  54. e9409b1 extension/src/language: remove interface wrapping LanguageServerConfig by Hongxiang Jiang · 7 months ago
  55. 3a91503 src/extensionAPI: expose isPreview by Ethan Reesor · 8 months ago
  56. 8115161 tools/goplssetting: read enum key and enum value status by Hongxiang Jiang · 8 months ago
  57. 97c9ecd extension/src: add integration test for package symbols outline by Madeline Kalil · 8 months ago
  58. b1e08da CHANGELOG.md: update change log to reflect recent changes by Hongxiang Jiang · 7 months ago
  59. e988883 CHANGELOG.md: add release heading for v0.46.1 by Gopher Robot · 7 months ago
  60. 82dc98b CHANGELOG.md: add release heading for v0.47.1 by Gopher Robot · 7 months ago
  61. 7a2c835 extension/src/language: check token field existence before assertion by Hongxiang Jiang · 7 months ago v0.47.1
  62. 25da974 extension/src: add separator in command go.environment.choose by Hongxiang Jiang · 7 months ago
  63. 1579d6e CHANGELOG.md: add release heading for v0.47.0 by Gopher Robot · 7 months ago
  64. d30437c extension/package.json: update version to 0.48.0-dev by Gopher Robot · 7 months ago v0.47.0
  65. 2f76c77 CHANGELOG.md: add release heading for v0.46.0 by Gopher Robot · 7 months ago
  66. 39786ea extension: update gopls v0.18.1 settings by Gopher Robot · 8 months ago
  67. 13f8edb extension: update gopls v0.18.1-pre.1 settings by Gopher Robot · 8 months ago
  68. c08eba5 extension: update gopls v0.18.0 settings by Gopher Robot · 8 months ago
  69. 1cd4a9a extension/test/gopls: add integration test for gopls.vulncheck by Hongxiang Jiang · 8 months ago
  70. 3d2f1cf CHANGELOG.md: add release heading for v0.45.2 by Gopher Robot · 8 months ago
  71. 784f2a1 extension: update gopls v0.18.0-pre.5 settings by Gopher Robot · 8 months ago v0.45.2
  72. f0d9221 extension/src/language: surface code action error as notification by Hongxiang Jiang · 8 months ago
  73. e10c953 extension/src: reload package symbol for only go file and file scheme by Hongxiang Jiang · 8 months ago
  74. 726029b build: surface error when noticing test failure by Hongxiang Jiang · 8 months ago
  75. 20da28f extension/test: move codelens test with invalid name to separate module by Hongxiang Jiang · 8 months ago
  76. 05a7746 extension: update gopls v0.18.0-pre.2 settings by Gopher Robot · 8 months ago
  77. ba356fd CHANGELOG.md: add release heading for v0.45.1 by Gopher Robot · 8 months ago
  78. 2882143 extension/src: skip tool existence check if replaced by gopls by Hongxiang Jiang · 8 months ago v0.45.1
  79. 8dc2b5a extension/src: add package outline to changelog by Madeline Kalilh · 8 months ago
  80. 84d8e2e extension/src: add package symbols view by Madeline Kalilh · 8 months ago
  81. af102aa extension: update gopls v0.18.0-pre.1 settings by Gopher Robot · 8 months ago
  82. 84fc37a extension/src: support stream $/progress message in log style by Hongxiang Jiang · 8 months ago
  83. 0575f50 extension/src/goToolsInformation: remove outdated TODO by Oleksandr Redko · 8 months ago
  84. 831ca25 docs: replace kokoro with LUCI in contribution guide by Hongxiang Jiang · 8 months ago
  85. 771091a extension/tools/release: skip validation for dir in zip by Hongxiang Jiang · 9 months ago
  86. 8b6e6f8 build: migrate "./all.bash ci" script test to go test by Hongxiang Jiang · 9 months ago
  87. 2e07aa3 build: migrate script trigger test to go test trigger by Hongxiang Jiang · 9 months ago
  88. 7df3953 extension/tools/release: add env var to control test skipping by Hongxiang Jiang · 9 months ago
  89. f10960f extension/tools/goplssetting: interpret deprecation message from apijson by Hongxiang Jiang · 9 months ago
  90. fe8bfac package.json: deprecate goformat by Oleksandr Redko · 9 months ago
  91. 3fec532 docs/wiki.go: replace info.txt with wiki.go by Hongxiang Jiang · 9 months ago
  92. e85cb10 ToggleGCDetails: change UI text by Alan Donovan · 9 months ago
  93. 5e506ea docs,extension/package.json: fix typos by Oleksandr Redko · 10 months ago
  94. 5bef85b extension/src/goTest.ts: fix testFunctions filter by vaniog · 10 months ago
  95. 58145f9 extension: update gopls v0.17.1 settings by Gopher Robot · 10 months ago
  96. 1345b89 CHANGELOG.md: add release heading for v0.45.0 by Gopher Robot · 10 months ago
  97. a59ce5a extension/package.json: update version to 0.46.0-dev by Gopher Robot · 10 months ago v0.45.0
  98. 80730a6 CHANGELOG.md: add release heading for v0.44.0 by Gopher Robot · 10 months ago
  99. 800cdac extension: update gopls v0.17.0 settings by Gopher Robot · 10 months ago
  100. 8ea0861 CHANGELOG.md: add release heading for v0.43.4 by Gopher Robot · 10 months ago