2022-06-23 17:21:06 +00:00
|
|
|
{
|
2022-11-23 21:42:32 +00:00
|
|
|
"python.defaultInterpreterPath": "/workspace/funkwhale/api/.venv/bin/python",
|
|
|
|
"python.testing.cwd": "/workspace/funkwhale/api",
|
|
|
|
"python.envFile": "/workspace/funkwhale/.gitpod/.env",
|
2022-11-27 12:15:43 +00:00
|
|
|
"python.testing.pytestArgs": ["--cov=funkwhale_api", "tests/"],
|
2022-11-23 21:42:32 +00:00
|
|
|
"python.testing.unittestEnabled": false,
|
|
|
|
"python.testing.pytestEnabled": true,
|
|
|
|
"vitest.enable": true,
|
2022-09-10 16:31:48 +00:00
|
|
|
"vitest.commandLine": "yarn vitest",
|
2022-11-27 12:15:43 +00:00
|
|
|
"i18n-ally.localesPaths": ["front/src/locales"],
|
2022-09-10 16:31:48 +00:00
|
|
|
"i18n-ally.pathMatcher": "*.json",
|
2022-11-27 12:15:43 +00:00
|
|
|
"i18n-ally.enabledFrameworks": ["vue"],
|
2022-09-10 16:31:48 +00:00
|
|
|
"i18n-ally.keystyle": "nested"
|
2022-08-31 22:36:40 +00:00
|
|
|
}
|