1. 6658964 docs/dlv-dap.md: update remote debugging section by Polina Sokolova · 2 years, 10 months ago
  2. f2477e0 src/debugAdapter: send continued event on step requests by Suzy Mueller · 2 years, 10 months ago
  3. 2e0c640 src/goMain: let go.locate.tools print tools versions by Hana · 2 years, 10 months ago
  4. b9b3b47 README.md: encourage stackoverflow for Q&A by Hana · 2 years, 10 months ago
  5. e6b8fe7 src/goInstallTools.ts: correct spacing in error message on Go not found by Michael Currin · 2 years, 10 months ago
  6. 80c1b5c tools/relnotes: make some changes to generate release notes for gopls by Rebecca Stambler · 2 years, 10 months ago
  7. 2e8e703 src/goDebugConfiguration: dlv-dap doesn't expect 'wd' by Polina Sokolova · 2 years, 11 months ago
  8. 15aaa8c src/goDebugFactory,src/goDebug: only add --log-output flag if --log is set by Suzy Mueller · 2 years, 11 months ago
  9. 93a6e13 package.json: add go.terminal.activateEnvironment setting by Hana · 2 years, 11 months ago
  10. 29634d6 .github/workflows: add go1.17 rc1 in the long tests by Hana · 2 years, 11 months ago
  11. b10aae5 src/config.ts: add Gitpod to the known cloud-based IDEs by Sven Efftinge · 2 years, 11 months ago
  12. 805b29c src/goTest.ts: prompt for subtest name if there is no subtest at cursor by Suzy Mueller · 2 years, 11 months ago
  13. 800dd70 tools: include script to help generate CHANGELOG by Suzy Mueller · 3 years, 9 months ago
  14. dee3427 docs: add minimum VS Code engine to troubleshooting guide by Rebecca Stambler · 3 years ago
  15. 58226c9 src/goDebugConfiguration: always set cwd in attach mode & legacy adapter by Hana · 2 years, 11 months ago
  16. 72e205b docs/dlv-dap.md: update dlv-dap documentation by Suzy Mueller · 2 years, 11 months ago
  17. 48418d4 test/integration/goDebug: enable set breakpoints while running tests by Suzy Mueller · 3 years ago
  18. c3516da test/integration/goDebug: enable tests for delve flags by Suzy Mueller · 3 years ago
  19. 9b2405c test/integration/goDebug: enable tests skipped in dlv-dap mode by Suzy Mueller · 3 years ago
  20. d0699a0 docs/dlv-dap: fix typos and errors in formatting by Hana · 3 years ago
  21. 39d70a6 docs/dlv-dap: add features and images by Hana · 3 years ago
  22. a5d232d tools/generate: make debug property order deterministic by Hana · 3 years ago
  23. 289a9ef docs/contributing.md: update docs to reflect npm version requirements by Suzy Mueller · 3 years ago
  24. c6c97b9 tools/generate: generate debug configuration table by Hana · 3 years ago
  25. b2119e2 package.json: change version to v0.27.0-dev by Hana · 3 years ago
  26. 689bf6f CHANGELOG.md: v0.26.0 change log & mention dlv-dap in README.md by Hana · 3 years ago
  27. dac1500 package.json: update debug configuration by Hana · 3 years ago
  28. 7280045 tools/generate: simplify Properties parsing by Hana · 3 years ago
  29. 2debbe8 .vscode/launch.json: Launch tools/generate by Hana · 3 years ago
  30. 27bbf42 src/goToolsInformation: update dlv-dap@688f94a by Hana · 3 years ago
  31. f3b52e4 test/integration: use MockCfg for debug setting test by Hana · 3 years ago
  32. c3047d2 src/goLanguageServer: send only file URIs to gopls by Hana · 3 years ago
  33. b70f3c0 docs/troubleshooting: ask to use '-rpc.trace' when collecting traces by Hana · 3 years ago
  34. 1bc09d8 src/goDebugConfiguration: resolve relative paths used in cwd, output, program by Hana · 3 years ago
  35. ac7b209 package-lock.json: npm audit fix by Hana · 3 years ago
  36. 4574878 package.json: pick up gopls@v0.7.0 settings and update tools version by Hana · 3 years ago
  37. 7ea6b76 src/goDebugConfiguration: default to dlv-dap in preview mode by Hana · 3 years ago
  38. e7e25d2 Revert ".github/workflows: use 'stable' version for release-nightly" by Hyang-Ah Hana Kim · 3 years ago
  39. 570a0a4 src/goModules.ts: open go.mod after init by Suzy Mueller · 3 years ago
  40. 936ecdf .github/workflows: use 'stable' version for release-nightly by Hana · 3 years ago
  41. a1d1329 src/goImport: use gopls methods to list and add contextual imports by Marwan Sulaiman · 3 years ago
  42. 03a8315 src/goDebugFactory.ts: fix problem with attach requests by Suzy Mueller · 3 years ago
  43. 82d2b5d src/goTest: Add command Test Function At Cursor or Test Previous by Mislav Marohnić · 3 years ago
  44. 505ad8d build/all.bash: use go install for tool installation by Hana · 3 years ago
  45. e7c91ef package-lock.json: npm audit fix by Hana · 3 years ago
  46. 616928d .github/workflows: use tmp dir as working dir when installing tools by Hana · 3 years ago
  47. ab4f21a src/goDebugConfiguration: let vscode resolve pick process by Suzy Mueller · 3 years ago
  48. ecf30b7 src/goLanguageServer: migrate opt-out survey to Qualtrics by Todd Kulesza · 3 years ago
  49. 4cb78f6 src/goLint: handle the case where no editor is active by Hana · 3 years ago
  50. c5070dc CHANGELOG.md: v0.25.1 updates by Hana · 3 years ago
  51. b79bdf9 test/integration/goDebug.test.ts: include the debugger logging in tests by Suzy Mueller · 3 years ago
  52. 9b2b1ef src/goToolsInformation: update dlv-dap version by Hana · 3 years ago
  53. d88ee9b src/goDebugFactory: respond with error if dlv dap failed to start by Hana · 3 years, 1 month ago
  54. fe7b40b src/goEnvironmentStatus: avoid TypeError for notification closed without action by Hana · 3 years, 1 month ago
  55. f22b65a src/goLint: fix type error caused by a bug in goLint by Hana · 3 years, 1 month ago
  56. b6a3630 src/goDebugFactory: connect after createDebugAdapterDescriptor by Hana · 3 years, 1 month ago
  57. cbdd328 src/goSurvey: double survey probability and send half to v2 survey by Hana · 3 years, 1 month ago
  58. 4510773 src/goSurvey: increase the prompt probability to 0.03 by Todd Kulesza · 3 years, 1 month ago
  59. ad1dcce test/integration/goDebug.test.ts: accept 'exception' as stopped reason by Suzy Mueller · 3 years, 1 month ago
  60. c54f5e6 package.json: set virtualWorkspaces capability to false by Hana · 3 years, 1 month ago
  61. 9fa871b src/goMain: warn users if go.goroot is set by Hana · 3 years, 1 month ago
  62. 0f4b38f tools/generate.go: update gopls and dlv-dap versions in generate by Suzy Mueller · 3 years, 1 month ago
  63. 39445e1 src/goDebugConfiguration: use fileWorkspaceFolder in multi root workspace by Suzy Mueller · 3 years, 1 month ago
  64. 961ab1c src/goLogging: fix the default logger by Hana · 3 years, 1 month ago
  65. 646faec package.json: use the updated workspace trust API by Hana · 3 years, 1 month ago
  66. e8dc6c4 package.json: remove 'init' debug attribute by Hana · 3 years, 1 month ago
  67. b9f1961 [release] Update CHANGELOG by Suzy Mueller · 3 years, 1 month ago
  68. 64592bc src/debugAdapter: default path separator to '/' by Suzy Mueller · 3 years, 1 month ago
  69. a2c2efc package.json: bump dev version number to 0.26.0-dev by Suzy Mueller · 3 years, 1 month ago
  70. 7340877 [release] Update CHANGELOG for v0.25.0 by Suzy Mueller · 3 years, 1 month ago
  71. 4bae281 src/goDebugConfiguration.ts: add substitutePath to go.delveConfig by Suzy Mueller · 3 years, 1 month ago
  72. d9fd8f0 docs: update dlv-dap.md by Luis Gabriel Gomez · 3 years, 1 month ago
  73. cea0269 test/integration/goDebug: wait for debug adapter dispose in teardown test by Hana · 3 years, 1 month ago
  74. 41c5ee9 test/integration/goDebug.test.ts: use dc.on to wait for output event by Suzy Mueller · 3 years, 1 month ago
  75. 50efa73 test/integration/goDebug: modify teardown+cleanup test by Hana · 3 years, 1 month ago
  76. 8803f91 docs: update outdated lint tool documentation in features.md by Rob Findley · 3 years, 1 month ago
  77. 6571316 .github/workflows: move dlv to dlv-dap before getting dlv again by Suzy Mueller · 3 years, 1 month ago
  78. 54986cd docs/settings.md: update gopls settings by Suzy Mueller · 3 years, 1 month ago
  79. c7fcd42 .github/workflows: change tabs to spaces by Suzy Mueller · 3 years, 1 month ago
  80. f5ef2de .github/workflows: install stable delve version for testing by Suzy Mueller · 3 years, 1 month ago
  81. c522170 test/integration/goDebug.test.ts: fix listening for output event by Suzy Mueller · 3 years, 1 month ago
  82. ad0e420 src/goDebugFactory: log console message with info level by Hana · 3 years, 1 month ago
  83. 07fe3d3 src/goDebugFactory: disable logDest support on windows by Hana · 3 years, 1 month ago
  84. a7f91bb src/goTools: update dlv-dap version by Hana · 3 years, 1 month ago
  85. 4e3fc58 src/goMain: overwrite process.env[GOROOT] if go.goroot is set by Hana · 3 years, 2 months ago
  86. 730d202 test/integration/goDebug: make logDest file less flaky by Hana · 3 years, 1 month ago
  87. a73da23 test/integration/goDebug: output trace for dlv dap cleanup test by Hana · 3 years, 1 month ago
  88. c807011 Revert "Revert "src/goDebugFactory: use --log-dest to capture dlv logs and add logDest"" by Hana · 3 years, 1 month ago
  89. 7bfa543 src/goLanguageServer: disable the language features for unrecognized workspace types by Hana · 3 years, 1 month ago
  90. a031e96 src/goDebugConfiguration.ts: use `program` to determine mode if file by Suzy Mueller · 3 years, 1 month ago
  91. 9005b0c package.json: recognize 'stopOnEntry' in attach mode by Hana · 3 years, 1 month ago
  92. 8fa9dbd src/goDebugConfiguration.ts: disable warning about using 'cwd' in dap by Suzy Mueller · 3 years, 1 month ago
  93. cdbf062 goLanguageServer: only prompt for the survey when working on Go code by Rebecca Stambler · 3 years, 1 month ago
  94. 5f1faa3 goSurvey: pull survey logic out of goLanguageServer.ts by Rebecca Stambler · 3 years, 1 month ago
  95. b1cb6c5 src/util: adjust go dev version regex by Hana · 3 years, 1 month ago
  96. ae07a73 test/integration/goDebug.test.ts: set 'output' for tests by Suzy Mueller · 3 years, 1 month ago
  97. bdd4acd src/goLanguageServer: prompt for the survey regardless of gopls usage by Rebecca Stambler · 3 years, 1 month ago
  98. e3bcd86 src/goDebugFactory: send SIGINT to delve and avoid treekill by Hana · 3 years, 1 month ago
  99. acc65d3 src/goDebugConfiguration.ts: show warning for dlv-dap with dlvLoadConfig by Suzy Mueller · 3 years, 1 month ago
  100. 7a1a338 test/integration/goDebug: don't wait for debug client to stop in teardown by Suzy Mueller · 3 years, 1 month ago