From 711a2bcdd1a6bb7ab9029625b28517254cfdcd3e Mon Sep 17 00:00:00 2001 From: JeremyFunk Date: Wed, 20 Sep 2023 19:09:51 +0200 Subject: Fix various bugs in vscode extension (#5772) * Fix bugs * Fix bugs * Revert "Fix bugs" This reverts commit 608639eb2214fdf4310477051ce47d20702b5dd0. --- packages/bun-vscode/example/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'packages/bun-vscode/example') diff --git a/packages/bun-vscode/example/package.json b/packages/bun-vscode/example/package.json index 91055b5f5..eed10159d 100644 --- a/packages/bun-vscode/example/package.json +++ b/packages/bun-vscode/example/package.json @@ -8,8 +8,10 @@ "mime-db": "^1.52.0" }, "scripts": { - "run": "hello.js", - "start": "bun hello.js" + "run": "node hello.js", + "start": "hello.js", + "start:bun": "bun hello.js", + "start:bun:quotes": "bun run hello.js" }, "trustedDependencies": [ "mime" -- cgit v1.2.3