We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Shell commands in tasks does not get run if there's a startup call linked to the integrated terminal.
shell.bat echo Test
echo Test
Steps to Reproduce:
"terminal.integrated.shell.windows": "C:\\Windows\\system32\\cmd.exe", "terminal.integrated.shellArgs.windows": [ "/k .\\shell.bat" ],
with this task :
"version": "2.0.0", "tasks": [{ "taskName": "Hello World!", "command": "echo Hello World!", "type": "shell", "presentation": { "echo": true, "reveal": "always", "focus": false, "panel": "shared" } }
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered:
Dups #32955
Sorry, something went wrong.
dbaeumer
No branches or pull requests
Shell commands in tasks does not get run if there's a startup call linked to the integrated terminal.
shell.bat
echo Test
Steps to Reproduce:
with this task :
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: