DEV Community

Cover image for Configurar terminal de Git Bash en Vcode
Manuel Ortega Carcamo for 4GeeksAcademy

Posted on

1

Configurar terminal de Git Bash en Vcode

Para los usuarios que utilizan sistemas operativo Windows, es necesario instalar una terminal para poder utilizar los comandos que se usan en servidores Linux.

¿Qué necesito instalar?

Debemos instalar la terminal Git Bash

¿Como configurar Visual Studio Code para usar Git Bash?

Debemos seguir estos pasos:

  • Copiar la ruta donde se instalo Git Bash, en mi caso fue en la carpeta c:\Program Files\Git\git-bash.exe.
    Alt Text

  • Abrir Visual Studio Code y en el menú superior seleccionar la opción File luego Preferences luego Settings.
    Alt Text

  • Se nos desplegará una pantalla con opciones y debemos seleccionar la que dice Extensions
    Alt Text

  • En la opción Explorer Kind, seleccionamos la opción external y luego pegamos la ruta donde se encuentra instalada Git-Bash, en mi caso era c:\Program Files\Git\git-bash.exe.
    Alt Text

  • Luego debemos abrir una nueva terminal
    Alt Text

  • Y debería verse de esta forma
    Alt Text

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay