aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-vscode/src/features/tasks (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-20Run bun fmtGravatar Ashcon Partovi 1-3/+3
2023-09-20Fix various bugs in vscode extension (#5772)Gravatar JeremyFunk 1-7/+11
* Fix bugs * Fix bugs * Revert "Fix bugs" This reverts commit 608639eb2214fdf4310477051ce47d20702b5dd0.
2023-09-18PrettierGravatar Jarred Sumner 1-1/+1
2023-09-17Implement VSCode tasks for bun (#5529)Gravatar JeremyFunk 2-0/+256
* 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