-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Change to Powershell breaks workflow for Elixir #21753
Comments
Please file this to the vscode powershell extension here https://github.com/PowerShell/vscode-powershell |
This started happening since #16838 @Tyriar @toshuo Just to confirm, make sure your scenario still works if you set the following setting:
If it does work, we need to figure out why those |
How do I enter that setting? Here is some more debugging info: PowerShell path:
Trying to run mix:
Trying to start phoenix server with iex
|
Have you found this? http://stackoverflow.com/questions/40011452/cannot-run-elixir-application-from-powershell You can change the setting by opening the settings: |
I had seen that SO piece, but couldn't find a way to disable the powershell I also spent a good deal of time trying to fix the problem with |
Re changing the default shell: I had tried that and it hadn't worked but I now see that it just required a restart after editing the settings.json. This is still a major issue, given that the default behavior of VSCode is now broken for one of the most compelling tech stacks. |
cc @Tyriar |
@toshuo Removing this alias from PowerShell is easy: Now you don't want to run that command every time, so add that command to your PowerShell profile script at |
VSCode Versions 1.9 - 2.0
Windows 10
Steps to Reproduce:
iex
andmix
tasks work as expected.iex
andmix
now fail.The text was updated successfully, but these errors were encountered: