mirror of
https://github.com/katanemo/plano.git
synced 2026-04-24 16:26:34 +02:00
update workspace to exclude build artifact path
This commit is contained in:
parent
25693c36ee
commit
97bcd8cabb
1 changed files with 6 additions and 0 deletions
|
|
@ -22,6 +22,12 @@
|
|||
}
|
||||
],
|
||||
"settings": {
|
||||
"search.exclude": {
|
||||
"**/target": true
|
||||
},
|
||||
"files.exclude": {
|
||||
"**/target": true
|
||||
},
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "ms-python.black-formatter",
|
||||
"editor.formatOnSave": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue