-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvs-code-settings
More file actions
37 lines (37 loc) · 1.24 KB
/
Copy pathvs-code-settings
File metadata and controls
37 lines (37 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
settings: 1
{
"workbench.startupEditor": "newUntitledFile",
"workbench.colorCustomizations": {
"sideBar.background": "#282c34",
"tab.inactiveBackground": "#282c34",
"dropdown.background": "#282c34",
"editorGroupHeader.tabsBackground": "#282c34",
},
"workbench.colorTheme": "One Monokai",
"workbench.iconTheme": "material-icon-theme",
"editor.formatOnSave": true,
"php.validate.executablePath": "/opt/lampp/bin/php",
"editor.minimap.enabled": false,
"editor.wordWrap": "on",
"editor.fontFamily": "Victor Mono", //Victor Mono Fira Code
"editor.fontLigatures": true,
"editor.fontWeight": "400",
"editor.fontSize": 22,
"editor.renderIndentGuides": false,
"editor.selectionHighlight": false,
"editor.occurrencesHighlight": false,
"window.zoomLevel": -1,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"workbench.activityBar.visible": true,
"workbench.statusBar.visible": true,
"window.menuBarVisibility": "default",
"window.titleBarStyle": "custom",
"breadcrumbs.enabled": false,
"editor.renderWhitespace": "none",
"explorer.openEditors.visible": 0
}