Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pghacking/.devcontainer
Unofficial devcontainer config for Postgres
https://github.com/pghacking/.devcontainer
devcontainer postgresql vscode
Last synced: 5 days ago
JSON representation
Unofficial devcontainer config for Postgres
- Host: GitHub
- URL: https://github.com/pghacking/.devcontainer
- Owner: pghacking
- License: mit
- Created: 2024-08-24T08:50:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T05:44:44.000Z (3 months ago)
- Last Synced: 2024-08-29T06:44:40.861Z (3 months ago)
- Topics: devcontainer, postgresql, vscode
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-postgres-hacking - .devcontainer - Junwang Zhao - Unofficial devcontainer config for Postgres (Core Hacking / Tools)
- awesome-postgres-hacking - .devcontainer - Junwang Zhao - Unofficial devcontainer config for Postgres (Core Hacking / Tools)
README
# Unofficial devcontainer config for Postgres
## Usage
```
cd
git clone --depth 1 https://github.com/pghacking/.devcontainer.git
code .
```If `code` doesn't work, please reference https://code.visualstudio.com/docs/setup/mac.
Open the **Command Palette** by typing `Cmd`+`Shift`+`P`(Mac)/`Ctrl`+`Shift`+`P`(Windows/Linux) and select `Dev Containers: Rebuild and Reopen in Container`.
You are all set.
**Caveat**
I'm using directories from my personal favorites. If you want to use different ones, please ensure they are consistent across launch.json, tasks.json, and the Dockerfile.
If you want to add more personal configurations(e.g. git alias), you can use a devcontainer dotfile repository.
See: [Personalizing with dotfile repositories](https://code.visualstudio.com/docs/devcontainers/containers#_personalizing-with-dotfile-repositories)