mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-08-20 00:58:33 +02:00
16 lines
204 B
Plaintext
16 lines
204 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "Git Repo Root",
|
|
"path": "."
|
|
},
|
|
{
|
|
"name": "Plugin Source",
|
|
"path": "navigator"
|
|
}
|
|
],
|
|
"settings": {
|
|
"jest.disabledWorkspaceFolders": ["Git Repo Root"]
|
|
}
|
|
}
|