Skip to content

Commit

Permalink
updated default settings for containers
Browse files Browse the repository at this point in the history
  • Loading branch information
bubl-ai authored Feb 18, 2024
1 parent dd15aac commit 26c8820
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _posts/2024-02-10-Raspberry-Pi-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[[email protected]]"`
Expand Down

0 comments on commit 26c8820

Please sign in to comment.