Skip to content

Commit

Permalink
Step 2 done
Browse files Browse the repository at this point in the history
  • Loading branch information
KatoNamus committed Oct 24, 2023
1 parent eed1d4e commit 8749685
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,19 @@
"image": "mcr.microsoft.com/vscode/devcontainers/universal:latest",

"remoteUser": "codespace",
"overrideCommand": false
"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 8749685

Please sign in to comment.