Skip to content

Instantly share code, notes, and snippets.

View rbatty19's full-sized avatar
🏠

Roberto Batty rbatty19

🏠
  • Globant
  • Cartagena, Colombia
  • 12:46 (UTC -05:00)
View GitHub Profile
@rbatty19
rbatty19 / resMsg.json
Last active April 3, 2019 21:22
Dynamic Message
{
"found": "Encontrado",
"file": "Archivo",
"please_login": "Ingrese aquí",
"publications": "Publicaciones",
"publication": "Publicacion",
"summary": "Resumen",
"chat": "Chat",
"chats": "Mensajes",
"post": "Publicar",
@rbatty19
rbatty19 / cloudSettings
Last active July 27, 2020 19:51
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-07-27T19:51:12.998Z","extensionVersion":"v3.4.3"}
@rbatty19
rbatty19 / config_vscode.json
Last active May 15, 2019 12:15
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",