-
Notifications
You must be signed in to change notification settings - Fork 0
/
CarpeD.code-workspace
43 lines (43 loc) · 1.53 KB
/
CarpeD.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
42
43
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorTheme": "GitHub 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"
},
"extensions": {
"recommendations": [
// "pranaygp.vscode-css-peek", //CSS PEEK
// "donjayamanne.githistory",// GIT HISTORY
// "codezombiech.gitignore",// GIT IGNORE
// "ritwickdey.liveserver",//LIVE SERVER
// "dbaeumer.vscode-eslint",// eslint
// "oderwat.indent-rainbow",// rainbow indentation
// "tabnine.tabnine-vscode",// tab nine
// "zobo.php-intellisense",// intelli sense
// "xdebug.php-debug",// debug php
// "pkief.material-icon-theme",// icon theme
// "bmewburn.vscode-intelephense-client",// intele phense
// "gruntfuggly.todo-tree",// Arbol
// "alefragnani.bookmarks",// Markadores
// "aaron-bond.better-comments"// coments
]
}
}