workspace

This commit is contained in:
John Lancaster
2024-12-01 23:20:56 -06:00
parent a905bff8b0
commit 5cfe401b8c
2 changed files with 8 additions and 5 deletions

View File

@@ -1,14 +1,17 @@
{ {
"folders": [ "folders": [
{
"path": "/srv/appdaemon/ad-nix"
},
{ {
"path": "/usr/src/app" "path": "/usr/src/app"
}, },
{ {
"path": "/conf" "path": "/conf"
} },
{
"path": "/srv/appdaemon/snippets"
},
{
"path": "/srv/appdaemon/ad-nix"
},
], ],
"settings": { "settings": {
"python.defaultInterpreterPath": "/usr/src/app/.venv/bin/python3" "python.defaultInterpreterPath": "/usr/src/app/.venv/bin/python3"