Skip to content

Commit

Permalink
Update VS Code config and README (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
slovdahl authored Feb 4, 2025
1 parent 916a585 commit 92d2755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"configurations": [
{
"name": "Marge",
"type": "python",
"type": "debugpy",
"request": "launch",
"python": "${workspaceFolder}/.venv/bin/python",
"cwd": "${workspaceFolder}",
Expand All @@ -15,7 +15,7 @@
},
{
"name": "pytest",
"type": "python",
"type": "debugpy",
"request": "launch",
"python": "${workspaceFolder}/.venv/bin/python",
"cwd": "${workspaceFolder}",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ ssh-keygen -t ed25519 -C marge-bot@invalid -f marge-bot-ssh-key -P ''
Add the public key (`marge-bot-ssh-key.pub`) to the user's `SSH Keys` in GitLab
and keep the private one handy.
### Running marge-bot in docker using SSH (what we do)
### Running marge-bot in docker using SSH
Assuming you have already got docker installed, the quickest and most minimal
way to run marge is like so (*but see note about passing secrets on the
Expand Down

0 comments on commit 92d2755

Please sign in to comment.