diff --git a/archgw.code-workspace b/archgw.code-workspace index 366191ef..dd8e9989 100644 --- a/archgw.code-workspace +++ b/archgw.code-workspace @@ -22,6 +22,12 @@ } ], "settings": { + "search.exclude": { + "**/target": true + }, + "files.exclude": { + "**/target": true + }, "[python]": { "editor.defaultFormatter": "ms-python.black-formatter", "editor.formatOnSave": true