Respect adaptedType field on direct adapter annotation
[hiphop-php.git] / hhvm.code-workspace
blobb2965d4a0270f87ffed669c97566758b3f3c9596
2   "folders": [
3     {
4       "path": "."
5     }
6   ],
7   "settings": {
8     "nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
9     "nix.enableLanguageServer": true,
10     "terminal.integrated.profiles.linux": {
11       "Nix Shell": {
12         "path": "nix-shell"
13       }
14     },
15     "terminal.integrated.profiles.osx": {
16       "Nix Shell": {
17         "path": "nix-shell"
18       }
19     },
20     "cmake.configureArgs": [
21       "-C",
22       "${env:CMAKE_INIT_CACHE}"
23     ],
24     "cmake.buildDirectory": "${workspaceFolder}/_build"
25   },
26   "extensions": {
27     "recommendations": [
28       "arrterian.nix-env-selector",
29       "jnoortheen.nix-ide",
30       "ms-vscode.cpptools-extension-pack"
31     ]
32   }