new file: .vscode/casa.full-stack.code-workspace
This commit is contained in:
@@ -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
47
.vscode/casa.full-stack.code-workspace
vendored
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user