Add profile for cmder
See original GitHub issueSetting up a cmder profile is mentioned in https://code.visualstudio.com/docs/editor/integrated-terminal#_can-i-use-cmders-shell-with-the-terminal-on-windows, this should be auto detected. Note that this is a little different to other profiles in that we need to validate not just that the path
exists, but also C:\\cmder\\vendor\\bin\\vscode_init.cmd
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:10 (8 by maintainers)
Top Results From Across the Web
cmder/profile.ps1 at master - GitHub
cmder /vendor/profile.ps1 ... Use "%CMDER_ROOT%\config\user_profile.ps1" to add your own startup ... Add Cmder modules directory to the autoload path.
Read more >Terminal Profiles in Visual Studio Code
To create a new profile, run the Terminal: Select Default Profile command and activate the configure button on the right side of the...
Read more >How do I configure environment variables in cmder?
There is a user startup script in cmder\config\user-profile.cmd . To add items to your PATH, you can do the following;
Read more >Windows Terminal + Cmder = ❤️ - Medium
// Put settings here that you want to apply to all profiles. }, "list": [ { // Make changes here to the powershell.exe...
Read more >How to setup Cmder in VSCode in 2021 - DEV Community
Step 3: Open Settings.json in VSCode. Step 4: Create VSCode Integrated Terminal Settings. "terminal.integrated.profiles.windows": { "Cmder": ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Tracking adding these “unsafe” profiles back via a confirmation step in https://github.com/microsoft/vscode/issues/167721
@DRSDavidSoft I agree we should do this, plus the terminal profiles feature is much more mature now.