ConEmu LauncherThis extension has been inspired by ConEmu, a great console replacement. I've been using it for years now and really cannot imagine life without it on Windows. I know there are other great replacements but this suits me best so far. However internal console terminal in VS Code does not like me or I don't like it... I always forget. No offence for it but I just prefer to have consistent console experience no matter what IDE I use. I'm constantly switching between console and Code but I lacked the ability to quickly navigate to a file I'm working on in console. This isn't necessary for git but for some actions I've noticed it would be nice to have such possibility. Writing extensions for Code is really easy so here we are... FeaturesExtension contributes one command:
This command can be executed directly from Command Pallete or from keyboard shortcut (default: Shift-Alt-C) It's also available from few other places shown below:
To overwrite default Command Prompt (plain old ugly cmd) shortcut with ConEmu just put the following section into keybindings.json
RequirementsThis extension is meant to be used only on Windows as obviously ConEmu is available there. It won't crash on other systems though, but won't work there as well. Extension SettingsThis extension contributes the following settings:
Release Notes1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Enjoy! |