diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..ac5a5fb --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,10 @@ +{ + "recommendations": [ + "ms-vscode.makefile-tools", + "timonwong.shellcheck", + "eugenwiens.bitbake", + "kweihmann.oelint-vscode", + "lextudio.restructuredtext", + "trond-snekvik.simple-rst" + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..86af9a6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,12 @@ +{ + "files.watcherExclude": { + "**/build/cache/**": true, + "**/build/downloads/**": true, + "**/build/sstate-cache/**": true, + "**/build/tmp/**": true, + "**/documentation/_build/**": true, + "**/build/workspace": true + }, + "python.formatting.provider": "black", + "editor.rulers": [80,100,120] +} \ No newline at end of file