remove leaky ServerTransport method
[hiphop-php.git] / hhvm.code-workspace
blobce5dc4c3f92ecdb957a6fbaf84fdd9cddce9c83b
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.buildDirectory": "${workspaceFolder}/_build"
21   },
22   "extensions": {
23     "recommendations": [
24       "arrterian.nix-env-selector",
25       "jnoortheen.nix-ide",
26       "ms-vscode.cpptools-extension-pack"
27     ]
28   }