https://github.com/taki-on/swift_codespaces
Swift 5 in GitHub Codespaces
https://github.com/taki-on/swift_codespaces
codespaces swift5
Last synced: 6 months ago
JSON representation
Swift 5 in GitHub Codespaces
- Host: GitHub
- URL: https://github.com/taki-on/swift_codespaces
- Owner: taki-on
- License: mit
- Created: 2020-06-10T21:22:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T22:40:06.000Z (over 5 years ago)
- Last Synced: 2024-08-04T10:07:52.751Z (over 1 year ago)
- Topics: codespaces, swift5
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 39
- Watchers: 3
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift 5 in GitHub Codespaces
Do you want to play with Swift 5 in GitHub Codespaces? Just copy this container configuration in your repository and launch your codespace! ♪┏(・o・)┛♪┗ ( ・o・) ┓♪
You get the tools to compile your Swift 5 code in your codespace.
You get syntax highlights, autocompletion, code collapsing and more!
# Acknowledgement
This container configuration is based on the pre-built container configuration for Swift 4 by Microsoft you can find [here](https://github.com/microsoft/vscode-dev-containers/tree/master/containers/swift-4).
This configuration enables [Swift Development Enviroment VS Code extension](https://github.com/vknabel/vscode-swift-development-environment) in your codespace. All features you will get can be found in the extension docs.
# Contribution
Something does not work, and you do not know how to proceed? Open an issue :)
Something seems odd or does not work, and you know how to fix it? Simply open a PR :)