Some checks failed
- Migrate to forgejo - Bump Rust & Node - Reformat project - Small script cleanup Reviewed-on: https://home.schmelczer.dev/git/git/andras/vault-link/pulls/189 Co-authored-by: Andras Schmelczer <andras@schmelczer.dev> Co-committed-by: Andras Schmelczer <andras@schmelczer.dev>
10 lines
271 B
JSON
10 lines
271 B
JSON
{
|
|
"jest.jestCommandLine": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
|
|
"jest.rootPath": "plugin",
|
|
"files.exclude": {
|
|
"**/dist": true,
|
|
"**/node_modules": true,
|
|
"**/.sqlx": true,
|
|
"**/target": true
|
|
}
|
|
}
|