Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev Container Support #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CEnnis91
Copy link

@CEnnis91 CEnnis91 commented Jun 6, 2023

Adds initial development container support within VS Code. This uses a gradle docker image as its base and builds the kotlin language server to improve Kotlin support within VS Code, in addition to getting debugging support working.

The language server seems to be in a bit of development limbo right now (see their GitHub for more info), but it works well enough and it's the only option available. This still not as integrated as IntelliJ IDEA, but it's not trying to be. This should provide a more lightweight option for others to contribute code with.

Included extensions:

Let me know if you want to tweak the dev container at all, as I made some assumptions on the environment. The Docker and EditorConfig extensions aren't strictly necessary, but I felt they were probably useful enough to include.

@hopskipnfall
Copy link
Owner

Sorry I just saw this PR. Thanks for doing this!!

@hopskipnfall
Copy link
Owner

Can you update the README with some basic instructions on how to get it running after cloning the repo?

Also I think we need to add emulinker/bin/ to the .gitignore

@hopskipnfall hopskipnfall linked an issue Aug 22, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VS Code for development
2 participants