Implement interaction termination tests
[hiphop-php.git] / clang.code-workspace
blob86a5bf4adbe0d18173e404229e7924430d5c8d4c
2   "folders": [
3     {
4       "path": "."
5     }
6   ],
7   "settings": {
8     "nixEnvSelector.nixFile": "${workspaceRoot}/shell_clang.nix",
9     "nix.enableLanguageServer": true,
10     "terminal.integrated.profiles.linux": {
11       "Nix Shell": {
12         "path": "nix-shell",
13         "args": [
14           "shell_clang.nix"
15         ]
16       }
17     },
18     "terminal.integrated.profiles.osx": {
19       "Nix Shell": {
20         "path": "nix-shell",
21         "args": [
22           "shell_clang.nix"
23         ]
24       }
25     },
26     "cmake.configureArgs": [
27       "-C",
28       "${env:CMAKE_INIT_CACHE}"
29     ],
30     "cmake.buildDirectory": "${workspaceFolder}/_build"
31   },
32   "extensions": {
33     "recommendations": [
34       "arrterian.nix-env-selector",
35       "jnoortheen.nix-ide",
36       "ms-vscode.cpptools-extension-pack"
37     ]
38   }