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

Missing symbol in integrated terminal #40214

Closed
tomintaiga opened this issue Dec 14, 2017 · 3 comments
Closed

Missing symbol in integrated terminal #40214

tomintaiga opened this issue Dec 14, 2017 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal Integrated terminal issues

Comments

@tomintaiga
Copy link

  • VSCode Version: Code 1.18.1 (929bacb, 2017-11-16T18:34:22.110Z)
  • OS Version: Linux x64 4.4.0-101-generic
  • Extensions:
Extension Author (truncated) Version
beautify Hoo 1.1.1
dot Ste 0.0.1
python ms- 0.8.0
cpptools ms- 0.14.4
csharp ms- 1.13.1
RustyCode sav 0.19.1
cmake twx 0.0.17
vscode-lldb vad 0.7.1
cmake-tools vec 0.10.3

Steps to Reproduce:

  1. Open integrated terminal
  2. Type echo "pycache"

No symbols "__" while typing and in echo output. If I have such directory ant type "ls", symbols are shown.

Reproduces without extensions: Yes

@vscodebot vscodebot bot added the terminal Integrated terminal issues label Dec 14, 2017
@kyranf
Copy link

kyranf commented Dec 14, 2017

The integrated terminal cannot display the '_' char at all. I just had a 30 minute "wtf" moment where I was printing file names to cout in my C++ program running from the integrated terminal window, and the names were not showing the underscores so i thought maybe the underlying filename parsing code was breaking somehow.

The underscore characters are replaced by spaces in the output when printed. I figure this is exactly the same bug as I was having ,so I have not opened my own Issue

@Tyriar
Copy link
Member

Tyriar commented Dec 14, 2017

#35901

@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Dec 14, 2017
@vscodebot
Copy link

vscodebot bot commented Dec 14, 2017

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Dec 14, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal Integrated terminal issues
Projects
None yet
Development

No branches or pull requests

3 participants