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

Add VS Code settings and update Makefile #80

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sgdxbc
Copy link
Contributor

@sgdxbc sgdxbc commented Dec 6, 2024

The .settings/org.eclipse.jdt.core.prefs is read by VS Code Java extension. The content is three fold: the first part is auto-generated by extension so I keep it as is. The second part is for suppress "unused" warnings on the handleXX and onXX private methods which are actually used through reflection. The last part is for formatter. I figure out a set of options that are "backward compatible" i.e. it would not modify an empty solution.

The settings are mostly for handout (though dslabs develop may also benefit), so Makefile is also updated to copy it into handout bundle. This should improve development experience when working on solutions with VS Code. For example, now can hit "format document" without messing any comment in the skeleton.

@sgdxbc
Copy link
Contributor Author

sgdxbc commented Jan 17, 2025

Updated with a settings file dedicated for handout.

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.

1 participant