diff --git a/.vscode/launch.json b/.vscode/launch.json index 7a75b5ce31..90bf06b044 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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": {} }, { diff --git a/.vscode/settings.json b/.vscode/settings.json index 425a6d1005..07aa48c533 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -27,6 +27,7 @@ "editor.formatOnSave": true }, "zig.zls.enableInlayHints": false, + "zig.zls.enabled": true, "[jsx]": { "editor.defaultFormatter": "esbenp.prettier-vscode",