add tree context

This commit is contained in:
bobo.yang 2023-06-02 13:12:23 +08:00
parent 5c4e13d6ac
commit 6d57aaeb1f

View File

@ -0,0 +1,5 @@
{
"name": "tree",
"description": "Directory structure of workspace",
"command": ["tree", "-I", "__pycache__|\\.pytest_cache"]
}