Add configuration to use built-in test explorer in VS Code (#6505)

* Add configuration files to make tests runnable in VS Code

* Add default configs/fix tests when run from VS Code

* Fix typo

* Add release notes
This commit is contained in:
Julian Dominguez-Schatz
2025-12-29 17:40:20 -05:00
committed by GitHub
parent cc60d8e716
commit 65da89efeb
10 changed files with 65 additions and 5 deletions

7
.vscode/settings.default.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.defaultFormatter": "oxc.oxc-vscode",
"vitest.nodeEnv": {
"NODE_OPTIONS": "--experimental-vm-modules --import ./packages/sync-server/register-loader.mjs --trace-warnings"
}
}