1. 9fce485 package.json: pin direct dependencies by Hana · 2 years, 4 months ago
  2. a22f335 docs/contributing.md: encourage npm ci instead of npm install by Hana · 2 years, 4 months ago
  3. 3e64075 test: use @vscode/test-electron instead of vscode-test by Hana · 2 years, 4 months ago
  4. c2fcb4e go.mod: update imports to latest versions by Praneeth · 2 years, 4 months ago
  5. a0af37b test: increase sleep time to wait for dlv cleanup by Suzy Mueller · 2 years, 4 months ago
  6. b65133f goDebug.test.ts: stat for output file multiple times by Suzy Mueller · 2 years, 4 months ago
  7. 62db19c goDebug.test.ts: update switch goroutine test by Suzy Mueller · 2 years, 4 months ago
  8. d2c9293 tools/generate.go: fix default value formatting for []string types by Hana · 2 years, 4 months ago
  9. 85f1be0 test: disable should cleanup when stopped by Suzy Mueller · 2 years, 4 months ago
  10. 7abeb7a package.json: use 'console' enums consistent with other extensions by Hana · 2 years, 4 months ago
  11. 1fa51bc package.json: add description of 'console' and 'asRoot' by Hana · 2 years, 4 months ago
  12. 8d2a31f src/goDebugFactory,goDebugConfiguration: adjust env computation by Hana · 2 years, 6 months ago
  13. a807c61 src/goDebugFactory: add support for `asRoot` property by Hana · 2 years, 6 months ago
  14. c4f5c25 test: disable switch goroutine tests by Suzy Mueller · 2 years, 4 months ago
  15. c132833 src/goDebugConfiguration: use 'dlv' instead of 'dlv-dap' binary by Hana · 2 years, 4 months ago
  16. 094f345 debugging.md: note that 'go build', not 'go run' must be used with dlv by Polina Sokolova · 2 years, 4 months ago
  17. 943ff11 src/goDebugFactory: support integrated/external console by Hana · 2 years, 6 months ago
  18. f4e5154 src/goDebugFactory: start dlv-dap lazily by Hana · 2 years, 6 months ago
  19. cd0a462 src/goDebugFactory: use --client-addr when console=integrated/external by Hana · 2 years, 6 months ago
  20. f4aa041 debugging.md: add a note about using --continue with remote server by Polina Sokolova · 2 years, 4 months ago
  21. f4f07b0 test: remove unused dlvDapSkipsEnabled variable by Suzy Mueller · 2 years, 4 months ago
  22. 143b6d9 workflow: enable tests with go1.18beta1 by Hana · 2 years, 5 months ago
  23. 691e15f src/goDebugFactory: improve start-up and session fail messages for remote dlv-dap by Polina Sokolova · 2 years, 5 months ago
  24. 25af90d src/goTest: fix output for subtests by Ethan Reesor · 2 years, 5 months ago
  25. 944fbf7 src/goTest: don't resolve tests in virtual files by Ethan Reesor · 2 years, 5 months ago
  26. 1dc72ce test: enable substitutePath tests for remote dlv-dap by Suzy Mueller · 2 years, 5 months ago
  27. efdf4bf test: enable disconnect remote dlv-dap test by Suzy Mueller · 2 years, 5 months ago
  28. bccac79 test: enable remote set breakpoints tests by Suzy Mueller · 2 years, 5 months ago
  29. 6de4255 test: enable basic remote tests by Suzy Mueller · 2 years, 5 months ago
  30. 482381f test: enable unknown request test by Suzy Mueller · 2 years, 5 months ago
  31. 1395952 README.md: update debugging video link by Suzy Mueller · 2 years, 5 months ago
  32. 08dacee src/goStatus: assign id/name to each status bar item by Hana · 2 years, 5 months ago
  33. 8c3683f README: add link to GopherCon Debugging Treasure Hunt presentation by Polina Sokolova · 2 years, 5 months ago
  34. e81d440 package.json: start v0.31.0 dev by Hana · 2 years, 5 months ago
  35. f5e6bec package.json: update gopls settings by Hana · 2 years, 5 months ago
  36. 30fbd83 src/goLanguageServer: enable tmpl (go template) processing by Hana · 2 years, 5 months ago
  37. 15a266b readme+welcome: announce remote attach debugging with dlv-dap by Polina Sokolova · 2 years, 5 months ago
  38. 34504fd docs/debugging.md: mention `dlv` command available in DEBUG CONSOLE by Hana · 2 years, 5 months ago
  39. f1dc083 CHANGELOG.md: list changes included in v0.30.0 by Hana · 2 years, 5 months ago
  40. e4cc6c3 tools/license.sh: recognize Python-2.0 and json-schema@0.4.0, and correct yarn.lock by Hana · 2 years, 5 months ago
  41. ed978a6 src/goDebugConfiguration: infer default mode property by Ryo Sakuma · 2 years, 5 months ago
  42. f5d1004 docs/debugging.md: add details for troubleshooting by Hana · 2 years, 5 months ago
  43. 5cb334d src/goToolsInformation: pin gofumports at v0.1.1 by Hana · 2 years, 5 months ago
  44. 511945e test/integration: add missing await in goDebugConfiguration tests by Hana · 2 years, 5 months ago
  45. 27bcdca src/goInstallTools: pin dlv-dap version @2f136727 by Hana · 2 years, 5 months ago
  46. bf2ce37 src/goDebugConfiguration.ts: allow users to debug with older versions of dlv-dap by Hana · 2 years, 5 months ago
  47. 7919ded README.md: fix the broken link for debugging by Hana · 2 years, 5 months ago
  48. 8dd6020 docs/debugging: include logpoints, remove stop conditions, revise faqs by Hana · 2 years, 5 months ago
  49. 28a97ef package-lock.json: update json-schema to 0.4.0 by Hana · 2 years, 5 months ago
  50. 7d023af package.json: update remote attach references to reflect dlv-dap support by Polina Sokolova · 2 years, 5 months ago
  51. 6320e8b docs/debugging.md: update on newly available traditional remote debugging via DAP by Polina Sokolova · 2 years, 5 months ago
  52. 4763647 stop debugger when delve remote connection ends by Diogo Correia · 2 years, 5 months ago
  53. 50b13f1 package.json: limit file search scope for extension activation by Hana · 2 years, 5 months ago
  54. 6448e9d goDebugConfiguration.test.ts: remove .only by Suzy Mueller · 2 years, 6 months ago
  55. ed9b7bc src/goDebugConfiguration: update list of delveConfig properties by Suzy Mueller · 2 years, 6 months ago
  56. 8a25201 src/goDebugFactory: let startAndConnectToServer return a socket by Hana · 2 years, 7 months ago
  57. 4983f1d docs: fix bold text error by konng · 2 years, 6 months ago
  58. 08f9065 src/testUtils: add test codelenses for Fuzz* functions by Hana · 2 years, 6 months ago
  59. ae78458 tsconfig.json: bump target to ES2017 by Ethan Reesor · 2 years, 7 months ago
  60. 32a5776 src/goTools.ts: disable lint tool if 'staticcheck' is true by Suzy Mueller · 2 years, 6 months ago
  61. cc34acf github/workflows: update lannonbr/vsce-action by Hana · 2 years, 6 months ago
  62. b2c00ac debug: allow debugAdapter=dlv-dap with remote attach mode by Polina Sokolova · 2 years, 6 months ago
  63. a445ec3 src/goSurvey: use our latest survey URL by Todd Kulesza · 2 years, 6 months ago
  64. 44e2d4d package.json: add config to hide system goroutines in debug by Suzy Mueller · 2 years, 6 months ago
  65. 18e3fca package.json: allow 'rr' as a valid delve backend by Hana · 2 years, 6 months ago
  66. 681be58 tools/installtools: add a helper to install Go tools for testing by Hana · 2 years, 6 months ago
  67. 5f4e3ca test/integration/goTest: temporarily disable profile tests by Hana · 2 years, 6 months ago
  68. 8750bb3 tsconfig.json: set esModuleInterop by Ethan Reesor · 2 years, 8 months ago
  69. 498123d package.json: add showRegisters to the delve config by Suzy Mueller · 2 years, 6 months ago
  70. 48c6022 package.json: start v0.30.0-dev by Hana · 2 years, 6 months ago
  71. 6df8886 CHANGELOG.md: summary of v0.29.0 by Hana · 2 years, 6 months ago
  72. 5bbdabb test/integration/goTest: log suspicious tests by Hana · 2 years, 6 months ago
  73. 6d4d3bf src/goInstallTools: use `go install -v` instead of `go install -x` by Hana · 2 years, 7 months ago
  74. dbf1440 goDeveloperSurvey: update link and start/end date by Rebecca Stambler · 2 years, 7 months ago
  75. 9a0cabf settings: update for gopls/v0.7.3 by Rebecca Stambler · 2 years, 7 months ago
  76. ee7c340 goLanguageServer: print out all GOPATHs when there are multiple by Rebecca Stambler · 2 years, 7 months ago
  77. 656865d src/goInstallTools: use `go install` for go1.16+ by Hana · 2 years, 7 months ago
  78. af8377d goSurvey: update language in Go Developer survey prompt by Rebecca Stambler · 2 years, 7 months ago
  79. 8ac427b test: fix broken debugger tests by Suzy Mueller · 2 years, 7 months ago
  80. bdb0b61 src/goTest: visualize profiles by Ethan Reesor · 2 years, 8 months ago
  81. 1f4e83b package.json: update mocha & run npm audit fix by Hana · 2 years, 7 months ago
  82. 4e2e945 src/goDebugConfiguration: handle directory with '.' in its name by Hana · 2 years, 7 months ago
  83. 337e533 src/goTest: show test output on run by Ethan Reesor · 2 years, 7 months ago
  84. 1f8bf32 src/goTest: add single-test debugging by Ethan Reesor · 2 years, 8 months ago
  85. afc7d07 goSurvey: add a setting to disable all survey prompts by Rebecca Stambler · 2 years, 7 months ago
  86. a90d590 src/goTest: update go.tests after resolving tests by Ethan Reesor · 2 years, 7 months ago
  87. e01db48 goDeveloperSurvey: prompt vscode-go users for the Go dev survey by Rebecca Stambler · 2 years, 7 months ago
  88. 5691e02 src/goDebugFactory: add program filepath to program error message by Polina Sokolova · 2 years, 7 months ago
  89. 9b3e92e CHANGELOG.md: v0.28.1 note by Hana · 2 years, 7 months ago
  90. 5ecabf9 src/goTest: populate tests for open docs on start by Ethan Reesor · 2 years, 8 months ago
  91. 079e752 src/goTest: ensure that cursorOrPrevious always saves by Mislav Marohnić · 2 years, 7 months ago
  92. 11afec4 src/goInstallTools: bugfix for grammar by James · 2 years, 8 months ago
  93. bf9a5a1 src/goImpl: allow `-` as an acceptable char for interface names (package/variable) by yinheli · 2 years, 8 months ago
  94. cfee3e1 src/goDebugConfiguration: take program verbatim with external adapter by Hana · 2 years, 8 months ago
  95. 022e403 package.json: add showLog/logOutput/dlvFlags to go.delveConfig setting by Hana · 2 years, 8 months ago
  96. 6f98706 src/goTest: add view for profiles by Ethan Reesor · 2 years, 8 months ago
  97. b82ed6c package.json: start v0.29.0-dev by Hana · 2 years, 8 months ago
  98. 0f196ff package.json: support testAtCursor (and co.) despite codelenses by Rebecca Stambler · 2 years, 8 months ago
  99. 171cc61 src/goToolPprof: execFile instead of exec by Ethan Reesor · 2 years, 8 months ago
  100. 0ae12d0 src/goTest/resolve: fix Windows path handling by Ethan Reesor · 2 years, 8 months ago