mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36: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": {
|
"settings": {
|
||||||
|
"search.exclude": {
|
||||||
|
"**/target": true
|
||||||
|
},
|
||||||
|
"files.exclude": {
|
||||||
|
"**/target": true
|
||||||
|
},
|
||||||
"[python]": {
|
"[python]": {
|
||||||
"editor.defaultFormatter": "ms-python.black-formatter",
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
||||||
"editor.formatOnSave": true
|
"editor.formatOnSave": true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue