Skip to content

Instantly share code, notes, and snippets.

@Klerith
Last active May 15, 2024 03:14
Show Gist options
  • Save Klerith/384b707f9b08698655280a3d4cc4da12 to your computer and use it in GitHub Desktop.
Save Klerith/384b707f9b08698655280a3d4cc4da12 to your computer and use it in GitHub Desktop.
Instalaciones del curso de TypeScript
@albbeltran
Copy link

Hola, dado que la extensión de Bracket Pair 2 fue deprecada ya que VSC ya incorpora la funcionalidad por defecto, les dejo el código para cambiar los colores a los que adjuntó Fernando.

Deben ir a Settings > Workbech > Appearance > Buscar la opción "Color Customizations" y dar click en "Edit in settings.json"

Una vez en el archivo settings.json, pegan lo siguiente dentro del objeto "workbench.colorCustomizations":

    "editorBracketHighlight.foreground1": "#fafafa",
    "editorBracketHighlight.foreground2": "#9F51B6",
    "editorBracketHighlight.foreground3": "#F7C244",
    "editorBracketHighlight.foreground4": "#F07850",
    "editorBracketHighlight.foreground5": "#9CDD29",
    "editorBracketHighlight.foreground6": "#0098FA",
    "editorBracketHighlight.unexpectedBracket.foreground": "#e04147"

¡Y listo!

@perch33
Copy link

perch33 commented May 13, 2024

@sebasgrandes muchas gracias ese tema esta genial. es mas atractivo para leer el código.

@Natalia-Guerrero-IM
Copy link

Hola! Alguno sabe como instalar adonis js para Visual studio code?

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