aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: b7efc6706487f5afbfb4320e41b054d1e6b0ccfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"
}