Skip to content

Instantly share code, notes, and snippets.

@edgarjaviertec
Last active June 14, 2022 18:13
Show Gist options
  • Select an option

  • Save edgarjaviertec/757d4262081f3822fc8638788fbbe522 to your computer and use it in GitHub Desktop.

Select an option

Save edgarjaviertec/757d4262081f3822fc8638788fbbe522 to your computer and use it in GitHub Desktop.

Revisions

  1. edgarjaviertec revised this gist May 25, 2020. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions advertencia_lc_ctype_vscode.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    ## Corregir la advertencia 'LC_CTYPE' en VSCode

    Si al usar la terminal de 'Visual Studio Code' con 'Git Bash' en Windows 10 te sale este error:
    ```
    bash: warning: setlocale: LC_CTYPE: cannot change locale (es_419.UTF-8): No
  2. edgarjaviertec renamed this gist May 24, 2020. 1 changed file with 0 additions and 0 deletions.
  3. edgarjaviertec created this gist May 24, 2020.
    20 changes: 20 additions & 0 deletions advertencia_lc_type_vscode.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    Si al usar la terminal de 'Visual Studio Code' con 'Git Bash' en Windows 10 te sale este error:
    ```
    bash: warning: setlocale: LC_CTYPE: cannot change locale (es_419.UTF-8): No
    such file or directory
    ```

    #### Paso 1
    Haz clic en File > Preferences > Settings (Menú superior)

    ### Paso 2
    En la pestaña de "Settings" que se abrió, asegúrate de estar en la sub-pestaña "User"

    ### Paso 3
    Haz clic en Features > Terminal (Panel izquierdo)

    ### Paso 4
    Localiza la configuración "Detect Locale" y cámbialo de "auto" a "off"

    ### Paso 5
    Cierra el editor y vuelve a abrirlo