Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samrocketman/endless-sky-vscode-devcontainer
Portable Development Environments for the Endless Sky community.
https://github.com/samrocketman/endless-sky-vscode-devcontainer
endless-sky hacktoberfest vscode
Last synced: 21 days ago
JSON representation
Portable Development Environments for the Endless Sky community.
- Host: GitHub
- URL: https://github.com/samrocketman/endless-sky-vscode-devcontainer
- Owner: samrocketman
- Created: 2022-03-14T01:06:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T18:20:33.000Z (4 months ago)
- Last Synced: 2024-11-10T03:12:21.683Z (3 months ago)
- Topics: endless-sky, hacktoberfest, vscode
- Language: Dockerfile
- Homepage:
- Size: 168 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Endless Sky
VSCode Dev ContainersPortable development environments for the game [Endless Sky][es] and related
projects.[es]: https://endless-sky.github.io/
Available Dev Containers
------------------------| Dev Container | Upstream GitHub project |
| --------------------------- | ---------------------------------------------- |
| [endless-sky][esc] | [endless-sky/endless-sky][es-git] |
| [endless-sky-plugins][espc] | [EndlessSkyCommunity/endless-sky-plugins][esp] |[es-git]: https://github.com/endless-sky/endless-sky
[esc]: endless-sky
[esp]: https://github.com/EndlessSkyCommunity/endless-sky-plugins
[espc]: endless-sky-pluginsFeatures for developing Endless Sky
-----------------------------------The following features are available in the [endless-sky devcontainer][esc].
- `F5` keyboard shortcut will create a debug build of endless-sky and launch it
with a debugger attached.
- Run the same tasks as GitHub actions for pull requests.
- Tasks to automatically reformat your code in the same code style as the rest
of the project (reducing review friction).
- Fetch and automatically merged upstream endless-sky `master` branch.
- Automated `TODO` list navigation. When opening a file you'll get a list of
all commented TODOs in code.
- Graphical Git tree to easily see your code relative to other branches in
endless-sky.User Guide
----------See also the [user guide](docs/userguide.md) for additional information and
environment setup.