https://github.com/bitpatty/ziglings-devcontainer
A VSCode dev container for doing Ziglings exercises
https://github.com/bitpatty/ziglings-devcontainer
Last synced: 2 months ago
JSON representation
A VSCode dev container for doing Ziglings exercises
- Host: GitHub
- URL: https://github.com/bitpatty/ziglings-devcontainer
- Owner: BitPatty
- Created: 2024-10-10T18:22:47.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-10-10T18:24:11.000Z (8 months ago)
- Last Synced: 2025-04-02T23:42:38.675Z (2 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ziglings Dev Container
This repository contains a [Dev Container](https://containers.dev/) configuration for doing [Ziglings exercises](https://codeberg.org/ziglings/exercises/).
It currently uses zig/ziglings version `0.12.0`.
## Prerequisites
This project requires VSCode and Docker to be installed.
## Setup
1. Clone this repository
```sh
git clone --depth 1 --branch 0.12.0-0 https://github.com/bitpatty/ziglings-devcontainer
```2. Enter the directory
```sh
cd ziglings-dev-container
```3. Open the directory in vscode:
```sh
code .
```4. Click the `Reopen in Container` button or run the command `Reopen in container`
5. Have fun 🙂
> Note: If the language server is showing you errors where there are none, try to run the `Zig Language Server: Start / Restart Server` in VSCode.