https://github.com/pghacking/.devcontainer
Unofficial devcontainer config for Postgres
https://github.com/pghacking/.devcontainer
devcontainer postgresql vscode
Last synced: 8 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T11:20:23.000Z (over 1 year ago)
- Last Synced: 2025-01-17T12:33:35.679Z (over 1 year ago)
- Topics: devcontainer, postgresql, vscode
- Language: Dockerfile
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - .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)