mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-17 17:30:17 -04:00
11 lines
213 B
JSON
11 lines
213 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"backend"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"eslint.workingDirectories": [
|
|
"./compass",
|
|
]
|
|
}
|