-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
23 lines (23 loc) · 900 Bytes
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"breadcrumbs.enabled": true,
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "none",
"files.autoSave": "off",
"files.eol": "\n",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Community Material Theme Darker High Contrast",
"intelephense.format.enable": false,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"php.suggest.basic": true,
"php.executablePath": "E:\\bin\\php74\\php.exe",
"intelephense.environment.documentRoot": "./public/",
"intelephense.environment.includePaths": [
"/srv/src/bang/v3",
"w:/src/bang/v3"
],
"editor.renderLineHighlight": "all",
"python.autoComplete.extraPaths": [],
"python.pythonPath": "E:\\bin\\python3\\python.exe",
"editor.insertSpaces": false,
"php.memoryLimit": "4096M"
}