From 26c8820529a2df7fd3c7e6e825b03ec9ae8fdcc0 Mon Sep 17 00:00:00 2001 From: bubl-ai <155429313+bubl-ai@users.noreply.github.com> Date: Sun, 18 Feb 2024 00:08:11 -0800 Subject: [PATCH] updated default settings for containers --- _posts/2024-02-10-Raspberry-Pi-Setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/2024-02-10-Raspberry-Pi-Setup.md b/_posts/2024-02-10-Raspberry-Pi-Setup.md index d3e0848..705246c 100644 --- a/_posts/2024-02-10-Raspberry-Pi-Setup.md +++ b/_posts/2024-02-10-Raspberry-Pi-Setup.md @@ -71,13 +71,14 @@ Relevant Extensions to install: + Docker + Black Formatter - Set `Editor: Default Formatter' as 'Black Formatter'. - - Go to `Black-formatter: Args` and set `--line-length=80`. + - Go to `Black-formatter: Args` and set `--line-length=79`. - Set `editor.formatOnSave` to `true`. + autoDocstring - You can choose the docstring format of your preference. + GitLens + Dev Containers - Include all the previous extensions by identifier within `Dev Containers: Default Extensions` so all your extensions will always be installed. + - Update the dev.containers.defaultFeatures and include inside it all the settings you want to propagate to your containers. (e.g. all the black Formatter and autoDocstring settings) ## 4. Connect to GitHub with SSH + Generate new ssh key, `ssh-keygen -t ed25519 -C "[your_email@domain.com]"`