1. 4463476 test/integration/goDebug: get goroutines reliably in switch goroutine test by Hana · 3 years ago
  2. 57ba505 debugAdapter: fix missing file bug for remote debugging by JadenSimon · 3 years ago
  3. c5ca0dc test/integration/goDebug: skip more remote attach tests by Hana · 3 years ago
  4. a496b7a test/integration/goDebug: skip remote attach tests by Hana · 3 years ago
  5. 78b5f53 test/integration/goDebug: verify goroutines running before switch by Suzy Mueller · 3 years, 1 month ago
  6. 5e9eef4 Revert "src/goDebugFactory: use --log-dest to capture dlv logs and add logDest" by Hyang-Ah Hana Kim · 3 years, 1 month ago
  7. 71410c4 src/goDebugFactory: use --log-dest to capture dlv logs and add logDest by Hana · 3 years, 1 month ago
  8. b2f6fcf test/integration: disable broken setSelectedGo test by Hana · 3 years, 1 month ago
  9. 64ad2e0 src/goDebugFactory: start dlv dap process early by Hana · 3 years, 1 month ago
  10. 2e81d29 .github: stop sending feature requests to discussions/slacks by Hana · 3 years, 1 month ago
  11. 2875e05 package.json: add command to run 'go mod init' by Suzy Mueller · 3 years, 1 month ago
  12. 5bcfcac test/integration/goDebug: set mode to 'debug' or 'test' not 'auto' by Suzy Mueller · 3 years, 1 month ago
  13. 9bc6048 test/integration/goDebug.ts: check for incorrect output event noDebug by Suzy Mueller · 3 years, 1 month ago
  14. b7797c3 src/goDebugConfiguration.ts: replace resolvePath with resolveHomeDir by Suzy Mueller · 3 years, 1 month ago
  15. ec08530 src/debugAdapter: accept additional trace levels by Hana · 3 years, 1 month ago
  16. 5639184 src/welcome: avoid vscode.Uri.joinPath by Hana · 3 years, 1 month ago
  17. aabfc9f src/goTools: update dlv-dap @v1.6.1-0.20210419181450-2408ed87bf87 by Hana · 3 years, 1 month ago
  18. 5efb087 test/integration/statusbar: fix/delete broken tests by Hana · 3 years, 1 month ago
  19. e0e1e60 src/goDebugFactory: send teardown log to Go Debug channel by Hana · 3 years, 1 month ago
  20. cfc787e src/goDebugFactory: add GoDebugAdapterTrackerFactory by Hana · 3 years, 1 month ago
  21. 8755d84 src/goLogging: extend logging facility by Hana · 3 years, 1 month ago
  22. afa59f6 src/goTest.ts: add debug previous command by Suzy Mueller · 3 years, 1 month ago
  23. 015d002 src/goInstallTools: use GOBIN correctly installing dlv-dap/gocode-gomod by Hana · 3 years, 1 month ago
  24. 10509fb src/goCheck: add missing goplsConfig parameter to goLint by Rebecca Stambler · 3 years, 1 month ago
  25. 4b6f857 package.json: set editor.suggest.snippetsPreventQuickSuggestions to false by Rebecca Stambler · 3 years, 1 month ago
  26. a9b31d9 [release] Update CHANGELOG and LICENSE for v0.24.1 by Suzy Mueller · 3 years, 1 month ago
  27. 86f704a src/goDebugConfiguration: auto update dlv-dap if autoUpdates enabled by Suzy Mueller · 3 years, 1 month ago
  28. bd55732 src/goDebugFactory.ts: send the first error when starting dlv-dap by Suzy Mueller · 3 years, 1 month ago
  29. f607db9 test/runTest: stop creating ${workspaceFolder} directory by Hana · 3 years, 1 month ago
  30. ec040a9 .github/release_plan.md: add a template for the release plan by Suzy Mueller · 3 years, 1 month ago
  31. ce52d04 src/goTools: update dlv-dap latest version by Hana · 3 years, 1 month ago
  32. 18e3636 package.json: sync gopls settings to match v0.6.10 by Hana · 3 years, 1 month ago
  33. 4948401 src/goDebugFactory.ts: send terminated event on server start error by Suzy Mueller · 3 years, 1 month ago
  34. 6f9c0eb docs/dlv-dap.md: include go.delveConfig setting for debugAdapter by Suzy Mueller · 3 years, 1 month ago
  35. 337ae93 src/testUtils: tighten test function detection regex by Hana · 3 years, 1 month ago
  36. bded07b src/goDebugConfiguration.ts: clean up launch.json quickpick by Suzy Mueller · 3 years, 1 month ago
  37. c189ec0 src/goTest.ts: allow users to select default debug adapter by Suzy Mueller · 3 years, 1 month ago
  38. d5c8951 test/integration/goDebug: enable noDebug tests for dlv dap by Suzy Mueller · 3 years, 1 month ago
  39. 44b7d36 src/goDebugConfiguration: clean up launch config snippets by Hana · 3 years, 1 month ago
  40. d6e513e src/goDebugFactory.ts: fix output event destination by Suzy Mueller · 3 years, 1 month ago
  41. 1d549a2 src/goInstallTools: linkify dlv-dap installation instruction by Hana · 3 years, 1 month ago
  42. 1cacf9d docs/dlv-dap: add the link to the list of dlv-dap only features by Hana · 3 years, 1 month ago
  43. 66b684a test/integration/goDebug.test.ts: add test for runtime error by Suzy Mueller · 3 years, 1 month ago
  44. 25d2981 CHANGELOG.md: for v0.24.0 by Hana · 3 years, 1 month ago
  45. d7f3a5a package.json/package-lock.json: update dev version by Suzy Mueller · 3 years, 1 month ago
  46. 505f363 src/goTools: update latest version of dlv-dap by Suzy Mueller · 3 years, 1 month ago
  47. 8e70c58 src/goInstallTools.ts: update install instructions for dlv-dap by Suzy Mueller · 3 years, 1 month ago
  48. 33339e6 test/integration/goDebug.test.ts: remove '.only' from test by Suzy Mueller · 3 years, 1 month ago
  49. d1ca321 test/integration/goDebug.test.ts: enable switch goroutine test dap by Suzy Mueller · 3 years, 1 month ago
  50. d9fca4d src/goInstallTools: remove dlv-dap from missing tools by Suzy Mueller · 3 years, 1 month ago
  51. f56b715 src/goDebugFactory: output dlv dap command as console output event by Hana · 3 years, 1 month ago
  52. 471ed7e test/integration: use DelveDAPOutputAdapter in dlv-dap mode testing by Hana · 3 years, 1 month ago
  53. f8f5433 src/goDebugFactory: wait before killing the spawned dap server by Hana · 3 years, 1 month ago
  54. e545b83 test/integration: disable broken tests by Hana · 3 years, 1 month ago
  55. afbc36c .github/workflows: correct lint check condition by Hana · 3 years, 1 month ago
  56. 42de993 docs/dlv-dap: update installation instruction by Hana · 3 years, 1 month ago
  57. d04ba21 src/goDebugFactory: don't modify DebugConfiguration.port by Hana · 3 years, 1 month ago
  58. 4d9d401 test/integration/goDebug: enable set cwd tests for dlv dap by Suzy Mueller · 3 years, 1 month ago
  59. 8d0bd24 src/goTools.ts: add dlv-dap to the configured tools by Suzy Mueller · 3 years, 2 months ago
  60. 8b97b4b test/integration/goDebug: test to change to correct goroutine when stepping by Suzy Mueller · 3 years, 2 months ago
  61. ea2be8f package.json: delete go.overwriteGoplsMiddleware setting by Hana · 3 years, 2 months ago
  62. 51baf3c build,.github/workflows: install dlv-dap by Hana · 3 years, 2 months ago
  63. db3b594 src/goTools: update dlv-dap minimum required version by Hana · 3 years, 2 months ago
  64. 6f14773 src/goDebugFactory: don't use env['dlvPath'] by Hana · 3 years, 2 months ago
  65. 93ee1d2 src/goDebugFactory: add ProxyDebugAdapter&DelveDAPOutputAdapter by Hana · 3 years, 2 months ago
  66. ffc50bd CHANGELOG.md: prepare v0.23.3 by Hana · 3 years, 2 months ago
  67. 1410561 package.json: update webpack&webpack-cli dev dependencies by Hana · 3 years, 2 months ago
  68. caf19fa goLanguageServer: add go version and OS to the opt-out form by Rebecca Stambler · 3 years, 2 months ago
  69. 9806edd test/goDebug.test.ts: terminate running dlv process after each test by Suzy Mueller · 3 years, 2 months ago
  70. 3f78921 test/goDebug.test.ts: log dlv dap output to console by Suzy Mueller · 3 years, 2 months ago
  71. d2bffd2 src/goLanguageServer: add gopls version to opt-out survey by Rebecca Stambler · 3 years, 2 months ago
  72. 73e7c36 src/goLanguageServer: always check the version before crash report by Hana · 3 years, 2 months ago
  73. 9a9a216 src/goInstallTools: use go env -json to query go env vars by hoangnguyen · 3 years, 2 months ago
  74. 1a1e4ae src/goInstallTools: avoid error when tool is in dev version by Hana · 3 years, 2 months ago
  75. 09505e1 docs/dlv-dap.md: add initial documentation for dlv dap by Suzy Mueller · 3 years, 2 months ago
  76. a6df4c4 src/goInstallTools: install dlv-dap (dev version of dlv) by Hana · 3 years, 2 months ago
  77. d22e0f6 package.json: declare "Trusted Workspaces" support by Hana · 3 years, 2 months ago
  78. c70298b package.json: sync gopls settings@v0.6.7 by Hana · 3 years, 2 months ago
  79. c160471 goLanguageServer: correct default value for formatTool by Rebecca Stambler · 3 years, 2 months ago
  80. 7dac4c7 package-lock.json: regenerate package-lock.json by Hana · 3 years, 2 months ago
  81. 90370ab src/goTools: update min/latest gopls version to 0.6.6 by Hana · 3 years, 2 months ago
  82. 0058bd1 goInstallTools: don't lint with staticcheck when it's enabled in gopls by Rebecca Stambler · 3 years, 2 months ago
  83. 8f2bcc1 src: support custom formatTools with gopls enabled by Rebecca Stambler · 3 years, 3 months ago
  84. a319988 src/goInstallTools: use `go list` to check upgradability by Hana · 3 years, 3 months ago
  85. 3d30385 src/goDebugFactory: wait for dlv dap server to start in factory by Suzy Mueller · 3 years, 2 months ago
  86. 7bb2822 package-lock.json: npm audit fix by Hana · 3 years, 2 months ago
  87. f641be9 package.json: change the default format tool to goimports by Hana · 3 years, 2 months ago
  88. ac61291 package.json: update LSP and DAP libraries by Hana · 3 years, 3 months ago
  89. b085ad4 src/config: add toolsEnvVars to the config list to watch by Hana · 3 years, 2 months ago
  90. 977bb74 src/goTools: explicitly specify staticcheck, gotests package paths by Hana · 3 years, 2 months ago
  91. ace0cf7 tools: run gopls setting update in tools/generate.go by Hana · 3 years, 2 months ago
  92. 68e5a0b src/goModules: fix a bug in formatTool warning prompt by Hana · 3 years, 2 months ago
  93. 658a52b src/goLanguageServer: show command failure error messages from gopls by Hana · 3 years, 2 months ago
  94. fb5bc5b test/integration/goDebug: fix windows tests by Suzy Mueller · 3 years, 2 months ago
  95. a8bf0c2 CHANGELOG.md: v0.23.0 release note by Hana · 3 years, 2 months ago
  96. 5c340dd src/goDebugFactory: redirect stdout/stderr from dlv to Debug Console by Hana · 3 years, 2 months ago
  97. fd03282 src/goLint: switch the default lint tool to staticcheck by Hana · 3 years, 5 months ago
  98. a64f4f0 src/config: suppress welcome page & update check in cloud-based ides by Hana · 3 years, 2 months ago
  99. 0b1ae1d docs/settings.md: sync gopls settings @v0.6.6 by Hana · 3 years, 2 months ago
  100. f6391a2 src/goLanguageServer: replace [] foldingRange response with undefined by Hana · 3 years, 2 months ago