Cmder: Incorrect path in Visual Studio after update

Created on 9 Jan 2018  路  4Comments  路  Source: cmderdev/cmder

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

Most helpful comment

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

Thanks!

All 4 comments

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)

@tyler36 @misox-git can you test with latest master? Should have been fixed by https://github.com/cmderdev/cmder/pull/1416

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

@Stanzilla latest master works. Thank you.

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

Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

emesx picture emesx  路  3Comments

brunowego picture brunowego  路  3Comments

zsedcbm picture zsedcbm  路  3Comments

vincentntang picture vincentntang  路  3Comments

hyrious picture hyrious  路  3Comments