update workspace to exclude build artifact path

This commit is contained in:
Adil Hafeez 2026-02-10 13:37:31 -08:00
parent 25693c36ee
commit 97bcd8cabb
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -22,6 +22,12 @@
}
],
"settings": {
"search.exclude": {
"**/target": true
},
"files.exclude": {
"**/target": true
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true