mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-01 08:59:46 +02:00
9 lines
215 B
JSON
9 lines
215 B
JSON
{
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
|
|
"git.detectWorktrees": true,
|
|
"git.worktreeIncludeFiles": [
|
|
"api/.env",
|
|
"api/.env.test",
|
|
"ui/.env"
|
|
]
|
|
}
|