aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-debug-adapter-protocol (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-26Terminal works, launch is being reworkeddap3Gravatar Ashcon Partovi 3-243/+344
2023-08-26Bun TerminalGravatar Ashcon Partovi 1-12/+15
2023-08-25More fixesGravatar Ashcon Partovi 1-3/+29
2023-08-25More changes 2Gravatar Ashcon Partovi 1-5/+13
2023-08-25More changesGravatar Ashcon Partovi 1-59/+61
2023-08-25More fixes for dapGravatar Ashcon Partovi 19-457/+3829
2023-08-24Improved support for `debug-adapter-protocol` (#4186)Gravatar Ashcon Partovi 21-0/+5644
* Improve support for \`debug-adapter-protocol\` * More improvements, fix formatting in debug console * Fix attaching * Prepare for source maps * Start of source map support, breakpoints work * Source map support * add some package.jsons * wip * Update package.json * More fixes * Make source maps safer if exception occurs * Check bun version if it fails * Fix console.log formatting * Fix source maps partly * More source map fixes * Prepare for extension * watch mode with dap * Improve preview code * Prepare for extension 2 --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>