mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
👕 Fixes JSON lint issue
This commit is contained in:
parent
43e6fa95bb
commit
5d58577ec9
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
|||
"**/__pycache__/**": true,
|
||||
"**/deps/**": true,
|
||||
".Trash-0/**": true,
|
||||
".nfs**": true,
|
||||
".nfs**": true
|
||||
},
|
||||
"search.exclude": {
|
||||
"**/__pycache__/**": true,
|
||||
"**/deps/**": true,
|
||||
".Trash-0/**": true,
|
||||
".Trash-0/**": true
|
||||
},
|
||||
"terminal.integrated.copyOnSelection": true,
|
||||
"yaml.customTags": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue