From f7e13f5917e176fd44a80479ab06eb61e34dd138 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 9 Aug 2024 09:05:18 -0500 Subject: feat: Add Node.js Signed-off-by: Matt Strapp --- .vscode/settings.json | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to '.vscode/settings.json') 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 -- cgit v1.2.3