Michael H
0b7a6024e0
vscode extention: fix oom with test explorer from too many files ( #21744 )
...
### What does this PR do?
Limit to only 5k test files for initial scan + ignore node_modules for
subdirs.
### How did you verify your code works?
manual
2025-08-10 21:36:04 -07:00
Michael H
f4116bfa7d
followup for vscode test runner ( #21024 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-21 23:21:05 -07:00
Jarred Sumner
f380458bae
Add remoteRoot/localRoot mapping for VSCode ( #19884 )
...
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com >
Co-authored-by: robobun <robobun@oven.sh >
2025-07-18 04:19:15 -07:00
Michael H
8898c4c455
Vscode test runner support ( #20645 )
2025-07-13 21:57:44 -07:00
Jarred Sumner
3f360b0682
chore: format packages/scripts folder ( #19611 )
...
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2025-05-12 17:12:17 -07:00
Mark Sheinkman
60eb2c4ecb
vscode extention - support test names with special characters ( #17915 )
2025-03-05 14:49:49 -08:00
Bryce
baca1f4634
Fix VSCode Extension to Support Next.js Route Group File Paths on CodeLens Actions ( #17724 )
2025-02-26 16:27:20 -08:00
Michael H
f2d955f686
vscode extension: use new debug terminal provider ( #15801 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2024-12-16 17:29:12 -08:00
Michael H
56ad4cc4a6
simplify vscode extension title ( #15519 )
2024-12-02 06:29:07 -08:00
Alistair Smith
08222eda71
fix: Connect with 1 socket to new env var but still work with js debug terminal ( #15458 )
2024-11-27 20:47:23 -08:00
Jarred Sumner
c3d9e8c7af
Fix crash in Bun v1.1.36 caused by VSCode extension update
2024-11-25 19:09:34 -08:00
Alistair Smith
39af2a0a56
Fix VSCode extension hanging ( #15407 )
2024-11-25 12:43:46 -08:00
Alistair Smith
4117af6e46
feat(vscode-extension) error reporting, qol ( #15261 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
Co-authored-by: Ashcon Partovi <ashcon@partovi.net >
Co-authored-by: Electroid <Electroid@users.noreply.github.com >
Co-authored-by: Meghan Denny <meghan@bun.sh >
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com >
2024-11-22 02:55:21 -08:00
Jarred Sumner
1e932ff38b
[VSCode extension] Add [eval with bun] code lens on untitled, unsaved scratch JavaScript files ( #14983 )
2024-11-07 12:30:38 -08:00
Ashcon Partovi
117e1b3883
bun run prettier (#14153 )
...
Co-authored-by: Electroid <Electroid@users.noreply.github.com >
2024-09-24 22:46:18 -07:00
snwy
722e3fa481
fix for windows debug support ( #14048 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2024-09-21 00:20:33 -07:00
Jarred Sumner
cd6785771e
run prettier and add back format action ( #13722 )
2024-09-03 21:32:52 -07:00
Ashcon Partovi
3c7b9353e1
Fix rendering of bun.lockb in vscode extension
2023-09-20 17:39:33 -07:00
Ashcon Partovi
64a717ab33
Run bun fmt
2023-09-20 17:24:09 -07:00
JeremyFunk
711a2bcdd1
Fix various bugs in vscode extension ( #5772 )
...
* Fix bugs
* Fix bugs
* Revert "Fix bugs"
This reverts commit 608639eb22 .
2023-09-20 10:09:51 -07:00
Jarred Sumner
9d3f60d44e
Prettier
2023-09-18 21:30:17 -07:00
JeremyFunk
c6b25adeea
Implement VSCode tasks for bun ( #5529 )
...
* Fix VSCode extension configuration documentation
* Fix config descriptions
* Fix typo
* Implement bun.lockb highlighter
* Update style
* Improve styling
* Revert bunlock change
* Implement bun tasks
* Revert change
* Package json codelens
* Fixes
* Refactor
2023-09-17 08:59:01 -07:00
JeremyFunk
8eabb4d1d5
Improve rending of lockfiles in VSCode extension ( #4652 )
...
* Fix VSCode extension configuration documentation
* Fix config descriptions
* Fix typo
* Implement bun.lockb highlighter
* Update style
* Improve styling
* Revert bunlock change
2023-09-15 13:25:44 -07:00
Colin McDonnell
48cf9dddcb
Update commands
2023-09-01 21:35:34 -07:00
Ashcon Partovi
f0f91a2a31
Fix debug console from appears on start
2023-09-01 19:34:57 -07:00
Ashcon Partovi
94a4cda713
Add configuration options to extension
2023-09-01 18:56:25 -07:00
Ashcon Partovi
eeb683d977
Fix run button starting cwd at /
2023-09-01 15:35:14 -07:00
Ashcon Partovi
2b421be06f
Fix breakpoint on entry for extension
2023-09-01 10:19:14 -07:00
Ashcon Partovi
40d749b480
JavaScript Debug Terminal == Bun Terminal
2023-08-31 23:19:04 -07:00
Ashcon Partovi
bd7262f037
Fix vscode debug terminal
2023-08-31 00:18:59 -07:00
Ashcon Partovi
f2553d2454
More support for DAP ( #4380 )
...
* Fix reconnect with --watch
* Support setVariable
* Support setExpression
* Support watch variables
* Conditional and hit breakpoints
* Support exceptionInfo
* Support goto and gotoTargets
* Support completions
* Support both a URL and UNIX inspector at the same time
* Fix url
* WIP, add timeouts to figure out issue
* Fix messages being dropped from debugger.ts
* Progress
* Fix breakpoints and ref-event-loop
* More fixes
* Fix exit
* Make hovers better
* Fix --hot
2023-08-29 23:44:39 -07:00
Jarred Sumner
ed5dc5bbf9
@electroid's dap changes ( #4367 )
...
* Rework terminal, launch is still WIP
* Use the proper Terminal profile API
* More changes
* progress
---------
Co-authored-by: Ashcon Partovi <ashcon@partovi.net >
2023-08-27 09:03:15 -07:00
Ashcon Partovi
2a9e967fd1
More improvements to debugger support ( #4345 )
...
* More fixes for dap
* More changes
* More changes 2
* More fixes
* Fix debugger.ts
* Bun Terminal
2023-08-26 02:34:25 -07:00
Ashcon Partovi
1480889205
Improved support for debug-adapter-protocol ( #4186 )
...
* 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 >
2023-08-24 22:53:34 -07:00