diff --git a/.vscode/settings.json b/.vscode/settings.json index b1311e382..7d4c0086b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -24,5 +24,8 @@ "runtimeArgs": ["--no-deprecation"] }, // Essentially disables bun test buttons - "bun.test.filePattern": "bun.test.ts" + "bun.test.filePattern": "bun.test.ts", + "playwright.env": { + "NODE_OPTIONS": "--no-deprecation --no-experimental-strip-types" + } }