Maintain invariant that a specialization can only exist if there is only one support bit
[hiphop-php.git] / hhvm.code-workspace
blobc6163550c860678a0ea8f58160ba75f9d0421608
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   },
25   "extensions": {
26     "recommendations": [
27       "arrterian.nix-env-selector",
28       "jnoortheen.nix-ide",
29       "ms-vscode.cpptools-extension-pack"
30     ]
31   }