https://github.com/backwardspy/pigeon-devcontainer
https://github.com/backwardspy/pigeon-devcontainer
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/backwardspy/pigeon-devcontainer
- Owner: backwardspy
- License: mit
- Created: 2024-09-07T16:10:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T11:50:11.000Z (over 1 year ago)
- Last Synced: 2025-02-15T15:45:26.692Z (over 1 year ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# pigeon devcontainer
it's pigeon's devcontainer base... you probably don't want to use this.
if for some reason you *do*, try something like this:
```json
{
"image": "ghcr.io/backwardspy/pigeon-devcontainer:latest",
// add whichever features you need
"features": {
"ghcr.io/devcontainers/features/python:1": {
"version": "3.12",
"installTools": false
},
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
},
// the image includes fish shell
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.defaultProfile.linux": "fish"
},
}
}
}
```