Closed iainsmith closed 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.
swift build/test --enable-test-discovery
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.
gh
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.