Skip to content

Commit

Permalink
Improve VSCode config (JabRef#9218)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Oct 7, 2022
1 parent edd6a86 commit 22f4705
Show file tree
Hide file tree
Showing 3 changed files with 417 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"vscjava.vscode-java-pack"
"vscjava.vscode-java-pack",
"vscjava.vscode-gradle",
"shengchen.vscode-checkstyle"
]
}
},
Expand Down
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"java.configuration.updateBuildConfiguration": "interactive",
"java.format.settings.url": "/config/VSCode Code Style.xml",
"java.checkstyle.configuration": "${workspaceFolder}/config/checkstyle/checkstyle_reviewdog.xml",
"java.checkstyle.version": "10.3.4",
}
Loading

0 comments on commit 22f4705

Please sign in to comment.