Skip to content

Instantly share code, notes, and snippets.

@Klerith
Last active December 3, 2024 22:44
Show Gist options
  • Save Klerith/1a2801452e4abbb30ff29a1da0cbc057 to your computer and use it in GitHub Desktop.
Save Klerith/1a2801452e4abbb30ff29a1da0cbc057 to your computer and use it in GitHub Desktop.

Instalaciones recomendadas - Curso de ionic

Instalaciones Necesarias

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

Extensiones de VSCode

Configuración del Bracket Pair Colorizer 2

Bracket Pair Colorizer 2

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

Tema que estoy usando en VSCode:

@Walrusjp
Copy link

Walrusjp commented Dec 3, 2024

que versión de angular es la que maneja?

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