From 5cfe401b8cb600750bef42db1295aa7f3f06ab5d Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 1 Dec 2024 23:20:56 -0600 Subject: [PATCH] workspace --- README.md | 2 +- ad-nix.code-workspace | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 19308f1..ff4ab88 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ Needs a `git.nix` file. Example below: userEmail = "32917998+jsl12@users.noreply.github.com"; }; } -``` \ No newline at end of file +``` diff --git a/ad-nix.code-workspace b/ad-nix.code-workspace index 6378d7e..9f92932 100644 --- a/ad-nix.code-workspace +++ b/ad-nix.code-workspace @@ -1,14 +1,17 @@ { "folders": [ - { - "path": "/srv/appdaemon/ad-nix" - }, { "path": "/usr/src/app" }, { "path": "/conf" - } + }, + { + "path": "/srv/appdaemon/snippets" + }, + { + "path": "/srv/appdaemon/ad-nix" + }, ], "settings": { "python.defaultInterpreterPath": "/usr/src/app/.venv/bin/python3"