Skip to content

Commit

Permalink
included more vscode extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
bubl-ai authored Feb 18, 2024
1 parent c30c431 commit e7e8264
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _posts/2024-02-10-Raspberry-Pi-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ sudo apt install code
Relevant Extensions to install:
+ Docker
+ Dev Containers
+ Black Formatter
- Set `Editor: Default Formatter' as 'Black Formatter'.
- Go to `Black-formatter: Args` and set `--line-length=80`.
- Set `editor.formatOnSave` to `true`.
+ autoDocstring
- You can choose the docstring format of your preference.

## 4. Connect to GitHub with SSH
+ Generate new ssh key, `ssh-keygen -t ed25519 -C "[[email protected]]"`
Expand Down

0 comments on commit e7e8264

Please sign in to comment.