Fix tree command in tree context _setting_.json
- Update tree command to properly exclude __pycache__ and .pytest_cache directories.
This commit is contained in:
parent
f510d1de62
commit
ad9ec2291c
@ -2,5 +2,5 @@
|
||||
"name": "tree",
|
||||
"description": "Directory structure of workspace",
|
||||
"edit": true,
|
||||
"command": ["tree -I __pycache__|\\.pytest_cache"]
|
||||
"command": ["tree -I \"__pycache__|\\.pytest_cache\""]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user