Merge branch 'jarred/prepare-for-libuv' of https://github.com/oven-sh/bun into jarred/prepare-for-libuv

This commit is contained in:
Jarred Sumner
2023-09-09 15:13:58 -08:00
2 changed files with 3 additions and 4 deletions

6
.vscode/launch.json generated vendored
View File

@@ -307,11 +307,9 @@
"name": "bun install",
"program": "bun-debug",
"args": ["install"],
"cwd": "${fileDirname}",
"cwd": "/Users/jarred/Build/worky",
"console": "internalConsole",
"env": {
"BUN_DEBUG_QUIET_LOGS": "1"
}
"env": {}
},
{

View File

@@ -27,6 +27,7 @@
"editor.formatOnSave": true
},
"zig.zls.enableInlayHints": false,
"zig.zls.enabled": true,
"[jsx]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",