cooklang / cooklang-swift

Cooklang parser implementation in Swift
https://cooklang.org
MIT License
38 stars 3 forks source link

Add GitHub Codespaces support #1

Closed iainsmith closed 3 years ago

iainsmith commented 3 years ago

Hey 👋,

This looks like a great package! This PR adds basic Codespace support via the default Swift community template.

I'm proposing we delete the LinuxMain & Manifest files and prefer swift build/test --enable-test-discovery going forward.

I am not super familiar with the .devcontainer setup, but it seems from the docs, that everything in the .devcontainer folder should be checked in.

I noticed a few limitations such as gh is no longer installed, but I'll try to look into those later down the line.

IMG_0032