-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
"terminal.integrated.shell.windows" in last update #123069
Comments
Same for me. (well, in a sense) preferably, at least for me, is the option to set the new "terminal.integrated.defaultProfile.windows" configuration per workspace, e.g.: motivation: |
I've got the same issue here as well. Default terminal per workspace no longer available. All the tasks which depend on custom(default) shell, stopped working. New terminal "features" don't help. |
After the april update all my profiles defined at |
I've tried and it doesn't work for my configuration. When you say "it's fixed", what do you mean? It behaves like before by default or i have to do something in the settings? This is an exemple of what doesn't work: This works with march version and doesn't with this version. It sends wrong command line arguments to my script, they are split into chunks. the command "node" is sent to my script without the arguments, or something like this. There is a problem with command line arguments of vsc task, at least. There are maybe other issues. I don't understand this part of vscode. I selected MSDOS shell because i know msdos and I wrote my scripts for msdos and vsc with command line arguments. I don't know what doesn't work. At least the arguments are not sent correctly. I don't know powershell. It could be related to powershell or related to a regression bug of vsc tasks arguments. Edit: Sorry i edit my message because i lost my temper :) I rewrote something cooler. Regards |
@elazarcoh workspace terminal settings now require |
I added the configuration |
I don't know what is a "workspace profile". I had a normal configuration with cmd.exe shell and no settings or "profiles". The commands which are valid ms dos commands don't work anymore. The command line arguments which are a feature of |
@bonjourjoel can you share your settings.json file? Specifically any setting with "terminal" in the key |
I have my settings in the workspace, not in settings.json. Here they are |
@bonjourjoel I expect setting |
Yes thanks, it seems to work. I ran a few tests and if I understand correctly, this |
@bonjourjoel sorry, docs coming soon microsoft/vscode-docs#4526. Because of these reports, I'm going to swap the priority of |
Please put in the doc how to use cmd.exe as vsc's shell. Thanks. |
Hi, I wake up this morning and I can't work any more. I Spent 2 hours trying to find out what happened. It turns out there was a visual studio code auto update and the setting "terminal.integrated.shell.windows": "C:\Windows\System32\cmd.exe" was deprecated. Instead there is some sort of powershell, i am not sure.
Anyway it doesn't behave the same way and all my compile scripts don't work any more. I had to uninstall vscode and install the march version, while disabling updates for good.
I am not sure what this is about. Do you know what you did to the shell that caused so much regression on my configuration?
The text was updated successfully, but these errors were encountered: