summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 1dca644..ed18637 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -17,8 +17,8 @@
"[java]": {
"editor.formatOnSave": true
},
- "java.testMethod": ["mvn", "test", "-Dtest=${class}#${method}"],
- "java.testClass": ["mvn", "test", "-Dtest=${class}"],
+ "java.testMethod": ["scripts/run_test.sh", "${class}", "${method}"],
+ "java.testClass": ["scripts/run_test.sh", "${class}"],
// "typescript.tsserver.trace": "verbose",
// "java.trace.server": "verbose",
} \ No newline at end of file