1. 4ad096e src/goVulncheck.ts: only run vulncheck for active editors of go files by Jamal Carvalho · 2 years ago
  2. 8abfcaa vscode-go: add strict typecheck step to CI by Jamal Carvalho · 2 years ago
  3. 01cc238 package.json: update typescript by Jamal Carvalho · 2 years ago
  4. 398f8dd src/debugAdapter: fix strict type errors by Jamal Carvalho · 2 years ago
  5. 492f2fc src/misc: fix strict type errors in various commands and data providers by Jamal Carvalho · 2 years, 1 month ago
  6. 8de5e1f src/misc: fix strict type errors in util files by Jamal Carvalho · 2 years, 1 month ago
  7. 8d8695b src/language: fix strict type errors by Jamal Carvalho · 2 years, 1 month ago
  8. 1f5edd0 src/goTest: fix strict type errors by Jamal Carvalho · 2 years, 1 month ago
  9. f08030f vscode-go: create separate tsconfig for builds by Jamal Carvalho · 2 years, 1 month ago
  10. 5d06597 package.json: change version to v0.34.0-dev by Hana · 2 years ago
  11. 9227019 src/goLanguageServer: timeout LanguageClient.stop call by Hana · 2 years ago
  12. 27e8258 src/util.ts: throw error when getGoVersion fails by Jamal Carvalho · 2 years, 1 month ago
  13. 95b8c3a CHANGELOG.md: v0.33.0 change log by Hana · 2 years ago
  14. ef5ca7b src/goSurvey: include os & go version info in the user survey by Hana · 2 years ago
  15. 33d46b5 src/goDebugConfiguration: fix debugAdapter default selection by Hana · 2 years ago
  16. df181c8 package.json: clarify format and precedence of env-setting debug attributes by Polina Sokolova · 2 years ago
  17. e01cc4b src/goVulncheck: prevent concurrent command execution by Hana · 2 years ago
  18. 6a4ca67 src/goDebugConfiguration: default to dlv-dap for remote in preview mode by Polina Sokolova · 2 years ago
  19. f4ccfc9 envUtils.ts: log envFile load error by Polina Sokolova · 2 years ago
  20. d459a78 src/goExplorer.ts: show go explorer on extension activation by Jamal Carvalho · 2 years, 1 month ago
  21. 8b84a39 tools/docs2wiki: remove redundant title by Hana (Hyang-Ah) Kim · 2 years, 1 month ago
  22. 9ea27e6 tools/docs2wiki: tool that rewrites local .md file urls with wiki links by Hana (Hyang-Ah) Kim · 2 years, 1 month ago
  23. 3b3ac3f docs: fix _Sidebar and add TOC to Home.md by Hana (Hyang-Ah) Kim · 2 years, 1 month ago
  24. 1e2bc88 .vscodeignore: ignore more config files by Hana · 2 years, 1 month ago
  25. 097d627 build/all.bash: add go test in ci test by Hana · 2 years, 1 month ago
  26. a87c062 src/goTools: install staticcheck@v0.2.2 when using go1.16 or older by Hana · 2 years, 1 month ago
  27. 3549a9a tools/installtools: install staticcheck@v0.2.2 for go < 1.17 by Hana · 2 years, 1 month ago
  28. 5127e14 src/goToolsInformation: mark go-outline as replacedByGopls by Hana · 2 years, 1 month ago
  29. 8b9a0e7 test/gopls/survey.test: removed the unread variable by Hana · 2 years, 1 month ago
  30. 7c3604a docs: update debug-adapter.md by vladislav doster · 2 years, 1 month ago
  31. ae41a2d docs: add Home/footer/sidebar/faq, move release_plan.md by Hana (Hyang-Ah) Kim · 2 years, 1 month ago
  32. 33925ef .github/workflows: add wiki.yml that copies docs/ to wiki repo by Hana (Hyang-Ah) Kim · 2 years, 1 month ago
  33. 9c33653 package.json: update to moment 2.29.2 by Hana · 2 years, 1 month ago
  34. e599c1a all: gofmt by Russ Cox · 2 years, 1 month ago
  35. 8c5171d src/goVulncheck.ts: add package or workspace choice to vulncheck command by Suzy Mueller · 2 years, 1 month ago
  36. 1a65a12 src/goTest: Use more robust method to find module name in go.mod by Daniel Lipovetsky · 2 years, 1 month ago
  37. a387381 .github/workflows: update GabrielBB/xvfb-action and go versions by Hana · 2 years, 1 month ago
  38. 21fe4bb src/goMain: require configureLanguageServer for full activation by Hana · 2 years, 1 month ago
  39. d0de08d test/gopls/survey: stub vscode.env.openExternal by Hana · 2 years, 1 month ago
  40. 089cf13 docs/advanced.md: remove go1.18 section, rearrange contents by Hana · 2 years, 1 month ago
  41. 28583ae docs/contributing.md: discuss kokoro and how to use it by Hana · 2 years, 1 month ago
  42. 9e9244c src/goVulncheck.ts: create vulncheck command by Jamal Carvalho · 2 years, 1 month ago
  43. cc7344b Revert "build: run npm audit as part of ci test" by Hyang-Ah Hana Kim · 2 years, 1 month ago
  44. 47a586b package.json: sync gopls@v0.8.2 by Hana · 2 years, 1 month ago
  45. ea58fe1 debugging.md: add FAQ on debugging binaries with missing debug info by Polina Sokolova · 2 years, 1 month ago
  46. 106d188 build: run npm audit as part of ci test by Hana · 2 years, 1 month ago
  47. c5bd652 package.json: describe enum values of lintOnSave/vetOnSave by Hana · 2 years, 1 month ago
  48. aa3f7cc tools/installtools: remove temporarily hard-coded gopls version by Hana · 2 years, 1 month ago
  49. 0fa41b1 docs/contributing.md: add tips for contribution by Hana · 2 years, 1 month ago
  50. e2a7fb5 docs/debugging.md: fix the default of envFile by Hana · 2 years, 1 month ago
  51. d7f9578 src/language/goLanguageServer: restore gopls opt-out survey prompt by Hana · 2 years, 2 months ago
  52. e694981 package-lock.json: update minimist to v1.2.6 by Hana · 2 years, 2 months ago
  53. 3648e64 src/goExplorer.ts: make workspace go env editable via commands by Jamal Carvalho · 2 years, 2 months ago
  54. 7ab6cc5 src/goExplorer.ts: create opened files if they do not exist by Jamal Carvalho · 2 years, 2 months ago
  55. b0d47a8 src/goExplorer.ts: consolidate tools information into single tree item by Jamal Carvalho · 2 years, 2 months ago
  56. 3999594 package.json: add go icon to explorer view by Jamal Carvalho · 2 years, 2 months ago
  57. 78cc836 src/language: move legacy provider registration to a separate module by Hana · 2 years, 2 months ago
  58. cff188b src/language: move language features to the language directory by Hana · 2 years, 2 months ago
  59. c14a3ee test/integration: test go explorer tree view ui by Jamal Carvalho · 2 years, 2 months ago
  60. 4e80a4f src/goExplorer.ts: consolidate usage of go env command by Jamal Carvalho · 2 years, 2 months ago
  61. def9da9 src/goExplorer.ts: update tree item icons by Jamal Carvalho · 2 years, 2 months ago
  62. 5d86420 src/goExplorer.ts: display tools configuration detail in explorer view by Jamal Carvalho · 2 years, 2 months ago
  63. 3f5f0cd src/goExplorer.ts: add a go tree view to the explorer by Jamal Carvalho · 2 years, 2 months ago
  64. 8ab268f src/goDebugConfiguration: remove remote attach info pop-up by Polina Sokolova · 2 years, 2 months ago
  65. b48fe43 package.json: start v0.33.0 dev by Hana · 2 years, 2 months ago
  66. bf63e1e CHANGELOG.md: change log for v0.32.0 by Hana · 2 years, 2 months ago
  67. 2238caa package.json: reuse go.mod tmGrammar for go.work syntax highlight by Hana · 2 years, 2 months ago
  68. c783d6f src:goGenerateTests: fix lint by Hana · 2 years, 2 months ago
  69. 1cc1b7c src/goGenerateTests: fix method can not generate test in gopls document symbol by Pavle Lee · 2 years, 2 months ago
  70. aca26c6 src/goToolsInformation: update the latest gopls versions to v0.8.0 by Hana · 2 years, 2 months ago
  71. 03af3d4 package.json: sync gopls settings @ v0.8.0 by Hana · 2 years, 2 months ago
  72. 1274335 package.json: fix spelling for generateTestForPackage by Hana · 2 years, 2 months ago
  73. b6187d8 package.json: add go.toolsManagement.go by Hana · 2 years, 2 months ago
  74. 6399238 codereview.cfg: declare issue repo by Hana · 2 years, 2 months ago
  75. 09c4936 src/goEnv.ts: pass uri to getGoConfig by Jamal Carvalho · 2 years, 2 months ago
  76. 0f849d1 src/config: add ExtensionInfo to replace isInPreview/isInCloudIDE by Hana · 2 years, 2 months ago
  77. 0bd09b6 src/goMain: install tools for suggested updates if autoUpdate is on by Hana · 2 years, 2 months ago
  78. 2434bfa src/utils: add utils/README.md and move test_events.md to goTest by Hana · 2 years, 2 months ago
  79. acbe503 src/goImport,goOutline: check registered gopls commands by Hana · 2 years, 2 months ago
  80. 4aa4554 src/goLanguageServer: skip buildLanguageClient if it's disabled by Hana · 2 years, 2 months ago
  81. 073b8fc src/goLanguageServer: include go version in the gopls crash report by Hana · 2 years, 2 months ago
  82. e6dc469 src/goLanguageServer: sample half of gopls opt-out users for survey by Hana · 2 years, 2 months ago
  83. 4b6318c src/goLanguageServer: clean unused `surveyOnly` param by Hana · 2 years, 2 months ago
  84. 5494d35 src/goLanguageServer.ts: don't let config change trigger opt-out survey by Hana · 2 years, 3 months ago
  85. 2222461 src/goOutline.ts: use regexp to find package decl by Suzy Mueller · 2 years, 3 months ago
  86. 7bc14ec src/goStatus: add go.work to status bar quickpick by Suzy Mueller · 2 years, 3 months ago
  87. 16eadfa src/goMain: suggest tool updates if tools were compiled with old go by Hana · 2 years, 3 months ago
  88. 934911a src/goLanguageServer: cache language server info by Hana · 2 years, 3 months ago
  89. 28136c8 src/goOutline: use language server to get document symbols by Suzy Mueller · 2 years, 3 months ago
  90. af9afa3 src/goMain.ts: remove warning about dlv-dap in alternateTools by Hana · 2 years, 3 months ago
  91. bdcd7a6 src/goMain.ts: remove prompt for nightly extension users by Hana · 2 years, 3 months ago
  92. b3048fc src/goLanguageServer: use 1.42+ workspace.getConfiguration API by Hana · 2 years, 3 months ago
  93. 9156fb4 src/goMain: use inspectGoToolVersion instead of runGoVersionM by Hana · 2 years, 3 months ago
  94. 3e9fb0e src/util: remove vendoring support check by Hana · 2 years, 3 months ago
  95. 4435e8e src/util: fix vendor support check by Hana · 2 years, 3 months ago
  96. 37ffd3c test: update switch goroutine test by Suzy Mueller · 2 years, 4 months ago
  97. e04eb10 build: log shm size & increase shm size to 8G by Hana · 2 years, 3 months ago
  98. e50cf23 src/goPackages: make goListPkgs async and run go list with -e by Hana · 2 years, 3 months ago
  99. 5b290fa CHANGELOG.md: list changes for v0.31.1 by Hana · 2 years, 3 months ago
  100. fb8ba52 vscode-go: remove references to gopkgs by Jamal Carvalho · 2 years, 3 months ago