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

Ghost symbols added to terminal commands causing them to fail #175852

Open
pilkjaer opened this issue Mar 2, 2023 · 4 comments
Open

Ghost symbols added to terminal commands causing them to fail #175852

pilkjaer opened this issue Mar 2, 2023 · 4 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug confirmation-pending remote Remote system operations issues terminal-input Relating to typing in the terminal not doing the right thing, IMEs not working, etc.
Milestone

Comments

@pilkjaer
Copy link

pilkjaer commented Mar 2, 2023

Does this issue occur when all extensions are disabled?: Not sure

VS Code version: Code 1.75.1 (441438a, 2023-02-08T21:32:34.589Z)
OS version: Windows_NT x64 10.0.19044
Modes:
Sandboxed: Yes
Remote OS version: Linux x64 3.10.0-1160.81.1.el7.x86_64

Steps to Reproduce:

  1. Type in command in the terminal
  2. Sometimes observe the error despite text in the terminal being correct.

This error happens several times per day and rather noticeable. Not sure if it's related to Swedish layout of the keyboard that I use.

Sometimes when typing commands in the terminal there are some ghost symbols being added that are not being displayed. I don't know where they come from. I use ssh connection to a Linux server and commands in the terminal are being executed there.

Here is an example of running git pull command in the terminal when logged in via ssh to my remote server:

$ git pull     
git: 'puöll' is not a git command. See 'git --help'.

$ git pull
git: 'pu�ll' is not a git command. See 'git --help'.

The most similar command is
        pull

$ git pull
remote: Counting objects: 1705, done
remote: Finding sources: 100% (688/688)
@vscodenpa
Copy link

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.76.0. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

@pilkjaer
Copy link
Author

pilkjaer commented Mar 2, 2023

Another example with usual shell commands:

$ ll -l
ls: cannot access ��-l: No such file or directory

@meganrogge meganrogge added bug Issue identified by VS Code Team member as probable bug terminal-shell-integration Shell integration infrastructure, command decorations, etc. labels Mar 2, 2023
@meganrogge meganrogge added this to the Backlog milestone Mar 2, 2023
@meganrogge meganrogge removed their assignment Dec 9, 2024
@Tyriar Tyriar added the *not-reproducible Issue cannot be reproduced by VS Code Team member as described label Dec 10, 2024
Copy link

We closed this issue because we are unable to reproduce the problem with the steps you describe. Chances are we've already fixed your problem in a recent version of VS Code. If not, please ask us to reopen the issue and provide us with more detail. Our issue reporting guidelines might help you with that.

Happy Coding!

@vs-code-engineering vs-code-engineering bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 10, 2024
@pilkjaer
Copy link
Author

I still have this issue and I experience it daily. I have Swedish keyboard layout active as default and I use SSH to my server. I wonder is that has something to do with it?

@Tyriar Tyriar added confirmation-pending remote Remote system operations issues terminal-input Relating to typing in the terminal not doing the right thing, IMEs not working, etc. and removed bug Issue identified by VS Code Team member as probable bug *not-reproducible Issue cannot be reproduced by VS Code Team member as described terminal-shell-integration Shell integration infrastructure, command decorations, etc. labels Dec 10, 2024
@Tyriar Tyriar reopened this Dec 10, 2024
@Tyriar Tyriar added the bug Issue identified by VS Code Team member as probable bug label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug confirmation-pending remote Remote system operations issues terminal-input Relating to typing in the terminal not doing the right thing, IMEs not working, etc.
Projects
None yet
Development

No branches or pull requests

4 participants