Skip to content

Commit 23ce729

Browse files
committed
Merge branch 'feat-commands' of https://github.com/CSC207-2022F-UofT/mcpm
2 parents 70b510f + cc3f16b commit 23ce729

File tree

5 files changed

+683
-1
lines changed

5 files changed

+683
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"java.configuration.updateBuildConfiguration": "interactive"
2+
"java.configuration.updateBuildConfiguration": "interactive",
3+
"java.checkstyle.configuration": "${workspaceFolder}\\.github\\checkstyle.xml",
4+
"java.checkstyle.version": "10.5.0"
35
}

0 commit comments

Comments
 (0)