diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-05-13 10:22:40 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-05-13 11:55:38 -0500 |
commit | e57fe29b63b883e7e214d1b619bc6953b70fa489 (patch) | |
tree | e189d7d74b3666a18f8285fbf3ec467a6458b33e /.vscode | |
parent | Initial commit (diff) | |
download | locusts-e57fe29b63b883e7e214d1b619bc6953b70fa489.tar locusts-e57fe29b63b883e7e214d1b619bc6953b70fa489.tar.gz locusts-e57fe29b63b883e7e214d1b619bc6953b70fa489.tar.bz2 locusts-e57fe29b63b883e7e214d1b619bc6953b70fa489.tar.lz locusts-e57fe29b63b883e7e214d1b619bc6953b70fa489.tar.xz locusts-e57fe29b63b883e7e214d1b619bc6953b70fa489.tar.zst locusts-e57fe29b63b883e7e214d1b619bc6953b70fa489.zip |
Add autotools because why not
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 7082e0e..fec876f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,5 @@ { - "mesonbuild.configureOnOpen": true + "mesonbuild.configureOnOpen": true, + "C_Cpp.default.compileCommands": "/home/user/src/locusts-r-us/libocusts/builddir/compile_commands.json", + "C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild" }
\ No newline at end of file |