VS Code Setup
Add VS Code workspace settings:
-
.vscode/extensions.json
: Will ask user to install the recommended extensions for the project -
.vscode/settings.json
: project settings -
.vscode/tasks.json
: Automated task to run./gradlew eclipse
on startup to keep.classpath
file updated
Also cleanup ext.gradle