generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,7 @@ sudo apt install code | |
``` | ||
|
||
Relevant Extensions to install: | ||
+ Python, Pylance, and Python Debugger | ||
+ Docker | ||
+ Dev Containers | ||
+ Black Formatter | ||
|
@@ -75,6 +76,7 @@ Relevant Extensions to install: | |
- Set `editor.formatOnSave` to `true`. | ||
+ autoDocstring | ||
- You can choose the docstring format of your preference. | ||
+ GitLens | ||
|
||
## 4. Connect to GitHub with SSH | ||
+ Generate new ssh key, `ssh-keygen -t ed25519 -C "[[email protected]]"` | ||
|