Re-enable recording of extended-reasons through tyvar expansion
[hiphop-php.git] / clang.code-workspace
blob895a775a8f064041e16906cbbd02e7f61e76849c
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.buildDirectory": "${workspaceFolder}/_build"
27   },
28   "extensions": {
29     "recommendations": [
30       "arrterian.nix-env-selector",
31       "jnoortheen.nix-ide",
32       "ms-vscode.cpptools-extension-pack"
33     ]
34   }