An open API service indexing awesome lists of open source software.

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

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.