mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-08-20 00:58:33 +02:00
21 lines
312 B
Plaintext
21 lines
312 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "Git Repo Root",
|
|
"path": "."
|
|
},
|
|
{
|
|
"name": "Plugin Source",
|
|
"path": "navigator"
|
|
}
|
|
],
|
|
"settings": {
|
|
"vitest.disabledWorkspaceFolders": [
|
|
"Git Repo Root"
|
|
],
|
|
"vitest.enable": true,
|
|
"vitest.showFailMessages": false,
|
|
"vitest.commandLine": "npx vitest"
|
|
}
|
|
}
|