Skip to content

Commit

Permalink
update codespace diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobFerdinand committed Mar 6, 2024
1 parent 1b1dea7 commit 26740e7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/diagrams/codespaces.d2
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ VSCode : {
shape: image
icon: ./src/diagrams/img/connect-to-codespace.png
}

select-codespace : {
label: "Auswahl des richtigen vorab erstellen Codespace aus dem richtigen Repository"
}

connect-to -> connect-to-codespace -> select-codespace

Expand All @@ -72,7 +76,9 @@ VSCode : {

search -> show-and-run-command -> enter-connect-to-codespace -> select-codespace

select-codespace : {
label: "Auswahl des richtigen vorab erstellen Codespace aus dem richtigen Repository"
strg-shift-p : {
label: "Strg + Shift + P"
}

strg-shift-p -> enter-connect-to-codespace
}

0 comments on commit 26740e7

Please sign in to comment.