new file: .vscode/casa.full-stack.code-workspace

This commit is contained in:
2025-04-05 10:53:32 +01:00
parent 2ec0cef75b
commit 20710db837
2 changed files with 47 additions and 17 deletions

View File

@@ -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"
}
}

47
.vscode/casa.full-stack.code-workspace vendored Normal file
View File

@@ -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"
]
}
}