From b57e146e7a2b096f435c1855b451a53e72e3e1e2 Mon Sep 17 00:00:00 2001 From: xiazeyu_2011 Date: Tue, 17 Jul 2018 14:11:16 +0800 Subject: [PATCH] docs: migrated instructions to the wiki pages --- README.md | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/README.md b/README.md index 0895c2c..73d12ec 100644 --- a/README.md +++ b/README.md @@ -280,35 +280,8 @@ the `notepad.exe` won't be executed. Detailed usage of `%flag_exists%` can be seen by typing `%flag_exists% /?` in cmder. -This feature is usually for external execution. - -In my case, I use `cmder` as an **entry point** of my portable working system, - -and I [integrated VSCode with cmder](https://github.com/cmderdev/cmder/wiki/Seamless-VS-Code-Integration), it will **automatic execute VSCode** when I use `cmder.exe` to start. - -And when using integrated console in VSCode, VSCode **won't be executed again** as I use - -```json - -"terminal.integrated.shellArgs.windows": [ - "/k", - "%cmder_root%\\vendor\\init.bat", - "/noautorun" -], - -``` - -for `terminal.integrated.shellArgs.windows`, - -And here's the related fragment of my `user-profile.cmd`: - -```batch - -call %flag_exists% NOT "/noautorun" "cmd /c start %cmder_root%\bin\vsCode\Code.exe --user-data-dir %vsCodeUserData% --extensions-dir %vsCodeExtensionsDir% %* %vsCodeUserData%\code.code-workspace" - -``` - ### Integrating Cmder with [Hyper](https://github.com/zeit/hyper), [Microsoft VS Code](https://code.visualstudio.com/), and your favorite IDEs + Cmder by default comes with a vendored ConEmu installation as the underlying terminal emulator, as stated [here](https://conemu.github.io/en/cmder.html). However, Cmder can in fact run in a variety of other terminal emulators, and even integrated IDEs. Assuming you have the latest version of Cmder, follow the following instructions to get Cmder working with your own terminal emulator.