1. 99369b6 src/language/goLanguageServer: remove redundant error popups from custom error handler by Hana (Hyang-Ah) Kim · 1 year, 10 months ago
  2. 4dd972e src/language/goLanguageServer: do not require gopls when language server is disabled by Hana (Hyang-Ah) Kim · 1 year, 10 months ago
  3. ee683d7 vscode-go: add inlay hint settings to extension config by Jamal Carvalho · 1 year, 11 months ago
  4. 0848778 src/goVulncheck: add actions to upgrade modules by Hana (Hyang-Ah) Kim · 1 year, 11 months ago
  5. 78149ef src/goVulncheck: report unaffecting vulnerabilities separately by Hana (Hyang-Ah) Kim · 1 year, 11 months ago
  6. 445a42f tools/goplssetting: omit inlay hints from gopls settings by Jamal Carvalho · 1 year, 11 months ago
  7. 8dfd393 src/commands: catch errors when starting language server by Jamal Carvalho · 1 year, 11 months ago
  8. 16009b2 package.json: update dev version by Suzy Mueller · 1 year, 11 months ago
  9. 7efa03c .vscode: remove accidentally added MOCHA_GREP by Hana (Hyang-Ah) Kim · 1 year, 11 months ago
  10. 8500b02 CHANGELOG.md: update CHANGELOG for v0.34.0 by Suzy Mueller · 1 year, 11 months ago
  11. 704cd06 src/goEnvironmentStatus.ts: use vscode.env.shell to determine shell type by Jamal Carvalho · 1 year, 11 months ago
  12. c31bc21 tools: fix vet errors and add missing copyright headers by Hana (Hyang-Ah) Kim · 1 year, 11 months ago
  13. 58685fc tools/relnotes: Update gopls and vscode-go release note script by Dylan Le · 2 years ago
  14. 0522373 README.md: use wiki links instead of blob/master/docs by Hana (Hyang-Ah) Kim · 1 year, 11 months ago
  15. 50fd79b docs: delete unused pages, move test explorer doc back to src/goTest by Hana (Hyang-Ah) Kim · 1 year, 11 months ago
  16. 5246328 tools/docs2wiki: place source edit link instead of static footer by Hana (Hyang-Ah) Kim · 1 year, 11 months ago
  17. 5659cbc docs/faq.md: entries on formatting issues by Hana (Hyang-Ah) Kim · 1 year, 11 months ago
  18. 8bc0703 test/integration: reenable staticcheck and fix "Error checking" test by Hana (Hyang-Ah) Kim · 1 year, 11 months ago
  19. 8ebd092 docs/contributing: remove stale comment on window.openFoldersInNewWindow by Hana (Hyang-Ah) Kim · 1 year, 11 months ago
  20. 2773324 Revert ".github/workflows: lowercase github action names" by Hyang-Ah Hana Kim · 1 year, 11 months ago
  21. f12c1ee .github/workflows: lowercase github action names by Hana (Hyang-Ah) Kim · 1 year, 11 months ago
  22. 8032cf1 src/goToolsInformation: update hardcoded latest version of gopls for release by Suzy Mueller · 1 year, 11 months ago
  23. 6e5058c chore: Set permissions for GitHub actions by nathannaveen · 1 year, 11 months ago
  24. caee58d docs: update "debug a program as root" to work with snap and package tests by thediveo · 2 years ago
  25. 450ffa7 CHANGELOG.md: prepare for v0.33.1 by Hana (Hyang-Ah) Kim · 2 years ago
  26. 1cd7544 build/all.bash: rearrange test order by Hana (Hyang-Ah) Kim · 2 years ago
  27. 27ca045 package.json: sync doc with gopls@v0.8.4 by Hana (Hyang-Ah) Kim · 2 years ago
  28. 150c57f src/goVulncheck: show the vulncheck result in vulncheck.view by Hana (Hyang-Ah) Kim · 2 years ago
  29. 0d481b8 src/goMain: register VulncheckResultViewProvider by Hana (Hyang-Ah) Kim · 2 years ago
  30. dd2efbc test/gopls/vulncheck: increase 'populate webview' test timeout by Hana (Hyang-Ah) Kim · 2 years ago
  31. 69e5534 src/goVulncheck: add VulncheckResultViewProvider by Hana (Hyang-Ah) Kim · 2 years ago
  32. 84ac6ba docs/debugging.md: instruction for `console` and debugging as root by Hana (Hyang-Ah) Kim · 2 years ago
  33. c9cc7b4 test/integration/codelens: fix type error by Hana (Hyang-Ah) Kim · 2 years ago
  34. cdd8871 codelens: skip run-test and debug-test links and explorer entry for TestMain(*testing.M) by Polina Sokolova · 2 years ago
  35. 5c2db73 src/language: remove deep-equal dependency by Jamal Carvalho · 2 years ago
  36. 70500e7 vscode-go: update to LSP 3.17 and vscode-languageclient v8.0.0 by Jamal Carvalho · 2 years ago
  37. 1660a85 vscode-go: update @types/vscode and engines.vscode by Jamal Carvalho · 2 years ago
  38. 7c79ef4 vscode-go: unify tsconfig for build and test by Jamal Carvalho · 2 years ago
  39. 3b44015 test: fix type errors by Jamal Carvalho · 2 years ago
  40. 924ca36 src/goVulncheck: rename VulncheckResult to VulncheckReport by Hana (Hyang-Ah) Kim · 2 years ago
  41. 070d2fa src/goExplorer.ts: add handler registrations to disposables by Jamal Carvalho · 2 years ago
  42. b75abf0 test/integration: increase test timeout by Jamal Carvalho · 2 years ago
  43. 5a9bc67 vscode-go: make all context properties optional by Jamal Carvalho · 2 years ago
  44. ff8fb94 src/goMain.ts: move setGOROOTEnvVar to goEnv by Jamal Carvalho · 2 years ago
  45. 1ea929e src/goMain.ts: move tools update logic to goInstallTools by Jamal Carvalho · 2 years ago
  46. 47b1555 src/goMain.ts: cleanup activate function by Jamal Carvalho · 2 years ago
  47. a1303d3 src/goMain.ts: remove goCtx export by Jamal Carvalho · 2 years ago
  48. 41cf6d4 src/goMain.ts: move diagnostic collections to context by Jamal Carvalho · 2 years ago
  49. 7854360 src/goMain.ts: move runBuilds to commands by Jamal Carvalho · 2 years ago
  50. 4eef175 vscode-go: refactor various commands to factory pattern by Jamal Carvalho · 2 years ago
  51. 74c0476 src/goTest.ts: refactor goTest to factory pattern by Jamal Carvalho · 2 years ago
  52. 044fec8 vscode-go: refactor goDoctor, goFillStruct, and goImpl to factory pattern by Jamal Carvalho · 2 years ago
  53. b8c8806 src/goModifyTags.ts: refactor goModifyTags to factory pattern by Jamal Carvalho · 2 years ago
  54. 934fcc8 src/goMain.ts: refactor debugger factory activation by Jamal Carvalho · 2 years ago
  55. b0d0c71 src/goMain.ts: refactor codelens activation by Jamal Carvalho · 2 years ago
  56. 4ba68e0 src/goMain.ts: refactor welcome panel activation by Jamal Carvalho · 2 years ago
  57. d9980fd src/goVulncheck: replace gopls custom command with `gopls vulncheck` by Hana · 2 years ago
  58. 68e1355 src/goDocumentSymbols: refactor DocumentSymbolProvider to remove fallback code by Suzy Mueller · 2 years ago
  59. 43bc5f9 src/goDeveloperSurvey: prepare 2022 mid dev survey by Hana · 2 years ago
  60. 29bdea3 build/all.bash: disable packages.json setting test by Hana · 2 years ago
  61. eea25f4 src/goMain.ts: remove unused imports by Jamal Carvalho · 2 years ago
  62. c0f7791 src/commands: separate command logic from goMain.ts by Jamal Carvalho · 2 years ago
  63. cf8170e src/goMain.ts: simplify command registration by Jamal Carvalho · 2 years ago
  64. b83469b src/goFillStruct.ts: fix type error by Jamal Carvalho · 2 years ago
  65. 750ae4a src/context.ts: remove mutex from context by Jamal Carvalho · 2 years ago
  66. 71a933a src/commands: create startLanguageServer command by Jamal Carvalho · 2 years ago
  67. 5897ed5 src/language: create go extension context by Jamal Carvalho · 2 years ago
  68. 7c02b7d test/gopls: fix strict type errors by Jamal Carvalho · 2 years ago
  69. 8519776 test/gopls/testdata: update workspace testdata configuration by Hana · 2 years ago
  70. 4ad096e src/goVulncheck.ts: only run vulncheck for active editors of go files by Jamal Carvalho · 2 years ago
  71. 8abfcaa vscode-go: add strict typecheck step to CI by Jamal Carvalho · 2 years ago
  72. 01cc238 package.json: update typescript by Jamal Carvalho · 2 years ago
  73. 398f8dd src/debugAdapter: fix strict type errors by Jamal Carvalho · 2 years ago
  74. 492f2fc src/misc: fix strict type errors in various commands and data providers by Jamal Carvalho · 2 years ago
  75. 8de5e1f src/misc: fix strict type errors in util files by Jamal Carvalho · 2 years ago
  76. 8d8695b src/language: fix strict type errors by Jamal Carvalho · 2 years ago
  77. 1f5edd0 src/goTest: fix strict type errors by Jamal Carvalho · 2 years ago
  78. f08030f vscode-go: create separate tsconfig for builds by Jamal Carvalho · 2 years ago
  79. 5d06597 package.json: change version to v0.34.0-dev by Hana · 2 years ago
  80. 9227019 src/goLanguageServer: timeout LanguageClient.stop call by Hana · 2 years ago
  81. 27e8258 src/util.ts: throw error when getGoVersion fails by Jamal Carvalho · 2 years, 1 month ago
  82. 95b8c3a CHANGELOG.md: v0.33.0 change log by Hana · 2 years ago
  83. ef5ca7b src/goSurvey: include os & go version info in the user survey by Hana · 2 years ago
  84. 33d46b5 src/goDebugConfiguration: fix debugAdapter default selection by Hana · 2 years ago
  85. df181c8 package.json: clarify format and precedence of env-setting debug attributes by Polina Sokolova · 2 years ago
  86. e01cc4b src/goVulncheck: prevent concurrent command execution by Hana · 2 years ago
  87. 6a4ca67 src/goDebugConfiguration: default to dlv-dap for remote in preview mode by Polina Sokolova · 2 years ago
  88. f4ccfc9 envUtils.ts: log envFile load error by Polina Sokolova · 2 years ago
  89. d459a78 src/goExplorer.ts: show go explorer on extension activation by Jamal Carvalho · 2 years ago
  90. 8b84a39 tools/docs2wiki: remove redundant title by Hana (Hyang-Ah) Kim · 2 years, 1 month ago
  91. 9ea27e6 tools/docs2wiki: tool that rewrites local .md file urls with wiki links by Hana (Hyang-Ah) Kim · 2 years, 1 month ago
  92. 3b3ac3f docs: fix _Sidebar and add TOC to Home.md by Hana (Hyang-Ah) Kim · 2 years, 1 month ago
  93. 1e2bc88 .vscodeignore: ignore more config files by Hana · 2 years ago
  94. 097d627 build/all.bash: add go test in ci test by Hana · 2 years ago
  95. a87c062 src/goTools: install staticcheck@v0.2.2 when using go1.16 or older by Hana · 2 years, 1 month ago
  96. 3549a9a tools/installtools: install staticcheck@v0.2.2 for go < 1.17 by Hana · 2 years, 1 month ago
  97. 5127e14 src/goToolsInformation: mark go-outline as replacedByGopls by Hana · 2 years, 1 month ago
  98. 8b9a0e7 test/gopls/survey.test: removed the unread variable by Hana · 2 years, 1 month ago
  99. 7c3604a docs: update debug-adapter.md by vladislav doster · 2 years, 1 month ago
  100. ae41a2d docs: add Home/footer/sidebar/faq, move release_plan.md by Hana (Hyang-Ah) Kim · 2 years, 1 month ago