VS Code Setup
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
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
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.