Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "${env:windir}" is not recognized. #54

Open
Aromatibus opened this issue Apr 8, 2020 · 0 comments
Open

The "${env:windir}" is not recognized. #54

Aromatibus opened this issue Apr 8, 2020 · 0 comments
Labels

Comments

@Aromatibus
Copy link

Can you solve it?

If the environment variable "%windir%" is specified in "shell", it is recognized as a command.
If the environment variable "${env:windir}" is specified in "shell", it is not recognized as a command.

I look forward to working with you.

  • Acknowledge.
  "shellLauncher.shells.windows": [
    {
      "shell": "%windir%\\system32\\cmd.exe", 
      "args": [
        "/c",
        "cd /d ${fileDirname}",
        " & ${env:VSCode}\\Git\\bin\\bash.exe",
      ],
      "label": "Bash"
    },
  ],
  • I don't recognize it.
  "shellLauncher.shells.windows": [
    {
      "shell": "${env:windir}\\system32\\cmd.exe", 
      "args": [
        "/c",
        "cd /d ${fileDirname}",
        " & ${env:VSCode}\\Git\\bin\\bash.exe",
      ],
      "label": "Bash"
    },
  ],
@Tyriar Tyriar added the bug label Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants