diff --git a/.code-workspace b/.code-workspace deleted file mode 100644 index 3556464..0000000 --- a/.code-workspace +++ /dev/null @@ -1,17 +0,0 @@ -{ - "folders": [ - { - "path": "." - }, - ], - "settings": { - "files.exclude": { - "**/*.tsx": true, - "**/*.css": true, - "**/*.json": true, - "node_modules": true, - "lib": true - }, - "ansible.python.interpreterPath": "/bin/python3" - } -} \ No newline at end of file diff --git a/.vscode/casa.full-stack.code-workspace b/.vscode/casa.full-stack.code-workspace new file mode 100644 index 0000000..3ba9e37 --- /dev/null +++ b/.vscode/casa.full-stack.code-workspace @@ -0,0 +1,47 @@ + +{ + "folders": [ + { + "path": "../", + "name": "homesrv01" + }, + { + "path": "../../mosquitto" + }, + { + "name": "kb", + "path": "../../kb" + }, + { + "name": "kb/kb", + "path": "../../kb/kb" + }, + { + "path": "../../lms" + }, + { + "path": "../../homeAssistant" + } + ], + "settings": { + "files.exclude": { + "**/.git": true, + "**/.svn": true, + "**/.hg": true, + "**/CVS": true, + "**/.DS_Store": true, + "**/Thumbs.db": true, + "kb": true, + + }, + + "ansible.python.interpreterPath": "/bin/python", + "cSpell.words": [ + "lmscommunity", + "localtime", + "lyrionmusicserver", + "rclone", + "reverseproxy" + ] +} +} \ No newline at end of file