Skip to content

Instantly share code, notes, and snippets.

@rbatty19
Last active May 15, 2019 12:15
Show Gist options
  • Save rbatty19/07998e588e3e14ccb2d6f974a75454d9 to your computer and use it in GitHub Desktop.
Save rbatty19/07998e588e3e14ccb2d6f974a75454d9 to your computer and use it in GitHub Desktop.
Configuraciones Personalizadas
// Mia Actual - current mine (abajo está la general)
{
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
/*Git Bash*/
//"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"files.autoSave": "afterDelay",
"workbench.colorTheme": "Solarized Light",
"workbench.iconTheme": "material-icon-theme",
"typescript.updateImportsOnFileMove.enabled": "always",
"explorer.confirmDragAndDrop": false,
"sync.gist": "0acb403d38230f8d23705b546eaf4f5b",
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80,
"[markdown]": {
"editor.wordWrap": "wordWrapColumn",
"editor.quickSuggestions": false
},
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.minimap.enabled": true, //scrollmap
"window.zoomLevel": 0,
"editor.largeFileOptimizations": false,
"java.errors.incompleteClasspath.severity": "ignore",
"window.menuBarVisibility": "default",
"php.validate.executablePath": "C:\\xampp\\php\\php.exe",
"prettier.singleQuote": true,
"prettier.trailingComma": "all",
"prettier.printWidth": 100,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.panel.defaultLocation": "bottom",
"python.jediEnabled": false,
"explorer.confirmDelete": false,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
// General
{
"files.autoSave": "afterDelay",
"editor.minimap.enabled": false,
"editor.tabSize": 2,
/*Bash on Ubuntu (on Windows)*/
// "terminal.integrated.shell.windows": "C:\\Windows\\System32\\bash.exe",
/*Command Prompt*/
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
/* PowerShell*/
//"terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
/*Git Bash*/
//"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
//"workbench.colorTheme": "Requiem (rober19)",
"vsicons.projectDetection.autoReload": true,
"workbench.iconTheme": "vscode-icons",
// "editor.rulers": [
// 80
// ],
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80,
"[markdown]": {
"editor.wordWrap": "wordWrapColumn",
"editor.quickSuggestions": false
},
"javascript.updateImportsOnFileMove.enabled": "always"
}
{
"GistID":"0acb403d38230f8d23705b546eaf4f5b"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment