Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong blank space in Terminal when use cmder #13931

Closed
gengxuelei opened this issue Oct 18, 2016 · 2 comments
Closed

Wrong blank space in Terminal when use cmder #13931

gengxuelei opened this issue Oct 18, 2016 · 2 comments
Assignees
Labels
terminal General terminal issues that don't fall under another label upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@gengxuelei
Copy link

  • VSCode Version:1.6.1
  • OS Version:Win10

-Cmder Version:161009a [64 (Stable)

There is a wrong blank space after a commander in Terminal when use cmder's bash but it's ok when use cmd.exe .
There is a waring:'存储不足,无法处理此命令。' when use cmd.exe;
And there has no highlighting in Terminal .
image
image

image

@roblourens roblourens added the terminal General terminal issues that don't fall under another label label Oct 18, 2016
@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities upstream Issue identified as 'upstream' component related (exists outside of VS Code) labels Oct 18, 2016
@Tyriar
Copy link
Member

Tyriar commented Oct 18, 2016

This is likely an upstream issue https://github.com/sourcelair/xterm.js, potentially related to #10163

@gengxuelei
Copy link
Author

This bug has been fixed with vscode-1.11.1 & git-bash "2.12.2.windows.2",settings:
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",

if create a bashrc with "code ~/.bashrc", and enter under settings to this file, it's fine:

export LANG=en_US.utf-8
# 设置快速到达路径变量 cd $work
export work="/d/work"
# 设置ls添加颜色提示
alias ls='ls --show-control-chars -F --color'
alias ll='ls --show-control-chars -Falh --color'
# 快速打开资源管理器
alias e.='explorer .'
# wget设置不检查https证书
alias wgets='wget --no-check-certificate'

@Tyriar Tyriar removed bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities labels Apr 18, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
terminal General terminal issues that don't fall under another label upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

3 participants