code-with-codespaces
code-with-codespaces copied to clipboard
Develop code using GitHub Codespaces and Visual Studio Code!
### Summary Following the steps in the course to continuously create new codespace, until step 3, we may reach the maximum number of active codespaces (typically two) and have to...
### Summary Make the adjustment in step 4 more fun by creating a small command to run instead of having to call the whole path. ### Changes Create the alias...
### Summary ### Changes Closes: ### Task list - [ ] For workflow changes, I have verified the Actions workflows function as expected. - [ ] For content changes, I...
### Summary ### Changes Closes: ### Task list - [ ] For workflow changes, I have verified the Actions workflows function as expected. - [ ] For content changes, I...
### Summary GitHub Codespaces is a development environment that's hosted in the cloud. ### Changes - Added a new file here: `.devcontainer/devcontainer.json` Closes: ### Task list - [x] For workflow...
### Summary ### Changes Closes: ### Task list - [ ] For workflow changes, I have verified the Actions workflows function as expected. - [ ] For content changes, I...
Typo fixed ### Summary ### Changes Closes: ### Task list - [ ] For workflow changes, I have verified the Actions workflows function as expected. - [ ] For content...
[Bug]
### Summary #### "Command not found" error when running `sl` too soon after opening a codespace After opening a new codespace and running the `setup.sh` script, running the `sl` command...
### Summary The postCreateCommand in the devcontainer.json has to be updated so that the setup.sh file gets executed on creation of the codespace. Only after this is done, we can...
Change the greeting from "Hello" to "Ola, Djalma Silva" in the HTML file.