Skip to content

Instantly share code, notes, and snippets.

@Klerith
Last active March 14, 2024 15:17
Show Gist options
  • Save Klerith/67058c9ad01e32214901fab5f664ec4f to your computer and use it in GitHub Desktop.
Save Klerith/67058c9ad01e32214901fab5f664ec4f to your computer and use it in GitHub Desktop.
Flutter: Curso de Flutter - Instalaciones recomendadas

Programas

git config --global user.name "Tu nombre"
git config --global user.email "Tu correo"

Plugins

Temas que estoy usando:

Configuración del Bracket Pair Colorizer 2

"bracket-pair-colorizer-2.colors": [
    "#fafafa",
    "#9F51B6",
    "#F7C244",
    "#F07850",
    "#9CDD29",
    "#0098FA"
],

Opcionales

@amigos81
Copy link

amigos81 commented Aug 7, 2022

Excelente....

@chicho69-cesar
Copy link

Muchas Gracias!!!!

@estemoca
Copy link

Gracias fernando

@Diego9713
Copy link

Muchas gracias!!

@xoctuchan
Copy link

Muchas gracias Fernando

@albinrk10
Copy link

gracias

@CarlosOV
Copy link

Excelente, muy buen comienzo del curso!

@YosephGX
Copy link

Tercer curso ya con usted profe herrera, vamos a a ello :)

@XxManuelTorresxX
Copy link

XxManuelTorresxX commented Mar 24, 2023

@Klerith Deberías actualizar la lista de plugins, hay muchos que están deprecados. (observación)

Lista de plugins deprecados:

  • Bracket Pair Colorizier
  • Terminal

@edicoolrap
Copy link

Saludos profe, Dios lo bendiga

@abkrim
Copy link

abkrim commented Jun 24, 2023

@XxManuelTorresxX para las brackets, ya estan incluidas en el core de Visual Code, edita el setting.json

"editor.bracketPairColorization.enabled": true, 
"editor.guides.bracketPairs": "active"

Terminal is already in core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment