Simplify typedef_result.mustache
[hiphop-php.git] / clang.code-workspace
blob984f2384d120229ed43b4b7fd2f968d7eb233fdc
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   },
31   "extensions": {
32     "recommendations": [
33       "arrterian.nix-env-selector",
34       "jnoortheen.nix-ide",
35       "ms-vscode.cpptools-extension-pack"
36     ]
37   }