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

Incorrect path in Visual Studio after update #1610

Closed
tyler36 opened this issue Jan 9, 2018 · 4 comments
Closed

Incorrect path in Visual Studio after update #1610

tyler36 opened this issue Jan 9, 2018 · 4 comments

Comments

@tyler36
Copy link

tyler36 commented Jan 9, 2018

This was working for in Visual Studio yesterday.

    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
    "terminal.integrated.shellArgs.windows": [
        "/k",
        "%CMDER_ROOT%\\vendor\\init.bat"
    ],

Updated to latest CMDER v1.3.4 and now terminal always opens @ %userprofile%

OS: Win10

@kv-michal
Copy link

I have the same problem in Jetbrains IDEA.
Shell path in terminal settings:
"cmd" /k ""%CMDER_ROOT%\vendor\init.bat""

It doesn't work in v1.3.3+ (So I keep using v1.3.2. until this is fixed)

@Stanzilla
Copy link
Member

Stanzilla commented Jan 15, 2018

@tyler36 @misox-git can you test with latest master? Should have been fixed by #1416

Links are here https://ci.appveyor.com/project/MartiUK/cmder/build/1.0.521-master/artifacts

@kv-michal
Copy link

@Stanzilla latest master works. Thank you.

@tyler36
Copy link
Author

tyler36 commented Jan 16, 2018

@Stanzilla, works with the #1416 fix as advertised.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants