We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers#creating-a-custom-dev-container-configuration
nano
EDITOR
The text was updated successfully, but these errors were encountered:
Some of this may fall under personalizing Codespaces, rather than having configuration for this repo - see https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account. Quite possibly, the only config that should be in this repo's devcontainer.json should be the extensions (which I should recommend in this repo's .vscode directory - see #17).
devcontainer.json
.vscode
Sorry, something went wrong.
Looking at https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/setting-up-your-nodejs-project-for-codespaces#step-2-add-a-dev-container-configuration, I may be able to base my config on the existing Node templates. Main changes I'd want to make:
git
postCreateCommand
npm ci
No branches or pull requests
https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers#creating-a-custom-dev-container-configuration
nano
(should be handled by settingEDITOR
env var)The text was updated successfully, but these errors were encountered: