I have Shell launcher installed on VS Code. I've been trying to run cmder through the VS Code integrated terminal, but everytime I run it, this error pops up.

The configuration of cmder is:
"shellLauncher.shells.windows": [
{
"shell": "D:\\cmder\\Cmder.exe",
"label": "Cmder",
"args": ["/k D:\\cmder\\vendor\\init.bat"]
},
],
I do have a vscode.bat file as instructed here, and did try the configuration presented there and this did not help.
Is there something I am missing here?
OS: Windows 10 x64
Cmder: ConEmu 161206 [64]
VS Code: 1.29.1
I have Shell launcher installed on VS Code. I've been trying to run cmder through the VS Code integrated terminal, but everytime I run it, this error pops up.
The configuration of cmder is:
I do have a
vscode.batfile as instructed here, and did try the configuration presented there and this did not help.Is there something I am missing here?