mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:00:06 -05:00
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:
committed by
GitHub
parent
cc60d8e716
commit
65da89efeb
7
.vscode/settings.default.json
vendored
Normal file
7
.vscode/settings.default.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user