aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-vscode/src/features/lockfile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-20Fix rendering of bun.lockb in vscode extensionGravatar Ashcon Partovi 1-5/+2
2023-09-17Implement VSCode tasks for bun (#5529)Gravatar JeremyFunk 2-0/+147
* 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