From be1f06a4aa6d4a2ac253b33b405fe96862d3c906 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 6 Aug 2024 14:01:38 -0500 Subject: Add .NET Signed-off-by: Matt Strapp --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.vscode/settings.json') diff --git a/.vscode/settings.json b/.vscode/settings.json index dae50b0..544ace5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,7 @@ "test_*.py" ], "python.testing.pytestEnabled": false, - "python.testing.unittestEnabled": true + "python.testing.unittestEnabled": true, + "C_Cpp.default.compileCommands": "/home/user/src/locusts-r-us/locusts/builddir/compile_commands.json", + "C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild" } \ No newline at end of file -- cgit v1.2.3