Files
casa/casa.full-stack.code-workspace
Márcio Fernandes 5a9f1df663
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 27s
added vscode devcontainer with kubectl
add  wyoming-whisper k3s deplyoment
2025-05-21 19:25:43 +00:00

49 lines
629 B
Plaintext

{
"folders": [
{
"path": "./",
"name": "homesrv01"
},
{
"path": "../homeAssistant"
},
{
"path": "../lms"
},
{
"path": "../mosquitto"
},
{
"name": "kb",
"path": "../kb"
},
// {
// "name": "kb/kb",
// "path": "../../kb/kb"
// }
],
"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"
]
}
}