-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCollection.code-workspace
41 lines (41 loc) · 1.26 KB
/
Collection.code-workspace
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
38
39
40
41
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorTheme": "Default Dark+",
"files.autoSave": "off",
"editor.tabSize": 4,
"editor.cursorStyle": "line",
"editor.fontFamily": "Consolas, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.renderWhitespace": "selection",
"editor.multiCursorModifier": "alt",
"editor.insertSpaces": true,
"editor.wordWrap": "off",
"editor.autoClosingBrackets": "languageDefined",
"editor.minimap.enabled": false,
"editor.minimap.autohide": true,
"files.encoding": "utf8",
"terminal.explorerKind": "integrated",
"workbench.iconTheme": "material-icon-theme",
"svg.preview.background": "dark-transparent"
},
"extensions": {
"recommendations": [
"pranaygp.vscode-css-peek",
"donjayamanne.githistory",
"codezombiech.gitignore",
"ritwickdey.liveserver",
"dbaeumer.vscode-eslint",
"oderwat.indent-rainbow",
"tabnine.tabnine-vscode",
"zobo.php-intellisense",
"xdebug.php-debug",
"pkief.material-icon-theme",
"bmewburn.vscode-intelephense-client"
]
}
}