diff --git a/.vscode/settings.json b/.vscode/settings.json index 1af9cbb13..f8aea1766 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,20 @@ { - "[*.inc]": { - "editor.defaultFormatter": "foxundermoon.shell-format" + "files.exclude": { + "**/node_modules": true, + "**/.git": true, + "**/.DS_Store": true, + "**/*.meta": true, + "library/": true, + "local/": true, + "temp/": true + }, + "search.exclude": { + "**/node_modules": true, + "**/bower_components": true, + "build/": true, + "temp/": true, + "library/": true, + "**/*.anim": true, + "config/boards/*": true } -} +} \ No newline at end of file diff --git a/armbian-build.code-workspace b/armbian-build.code-workspace new file mode 100644 index 000000000..876a1499c --- /dev/null +++ b/armbian-build.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file