workspace
This commit is contained in:
@@ -12,4 +12,4 @@ Needs a `git.nix` file. Example below:
|
|||||||
userEmail = "32917998+jsl12@users.noreply.github.com";
|
userEmail = "32917998+jsl12@users.noreply.github.com";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user