aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json25
1 files changed, 16 insertions, 9 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 203b3f0..b7efc67 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,11 +1,18 @@
{
- "python.testing.unittestArgs": [
- "-v",
- "-s",
- "./src/locusts-r-us",
- "-p",
- "test_*.py"
- ],
- "python.testing.pytestEnabled": false,
- "python.testing.unittestEnabled": true,
+ "python.testing.unittestArgs": [
+ "-v",
+ "-s",
+ "./src/locusts-r-us",
+ "-p",
+ "test_*.py"
+ ],
+ "python.testing.pytestEnabled": false,
+ "python.testing.unittestEnabled": true,
+ "eslint.workingDirectories": [
+ {
+ "mode": "auto"
+ }
+ ],
+ "C_Cpp.default.compileCommands": "/home/user/src/locusts/libocusts/builddir/compile_commands.json",
+ "C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild"
} \ No newline at end of file