Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
J9414 committed Nov 4, 2023
1 parent f844bd6 commit 437a0eb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,21 @@

"remoteUser": "codespace",
"overrideCommand": false

,
// Add the IDs of extensions you want installed when the container is created.
"customizations": {
"vscode": {
"extensions": [
"GitHub.copilot"
]
},
"codespaces": {
"openFiles": [
"codespace.md"
]
}
}
,
"postCreateCommand": "echo '# Writing code upon codespace creation!' >> codespace.md"
}
1 change: 1 addition & 0 deletions codespace.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
### You are learning about codespaces!
# Writing code upon codespace creation!

0 comments on commit 437a0eb

Please sign in to comment.