-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Terminal name autocomplete (with TAB) shifts the completed string to left #17586
Copy link
Copy link
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)terminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another label
Description
- VSCode Version: Code 1.8.1 (ee428b0, 2016-12-19T14:49:23.350Z)
- OS Version: Windows_NT ia32 10.0.14393
- Extensions:
| Extension | Author | Version |
|---|---|---|
| html-snippets | abusaidm | 0.0.18 |
| vscode-javascript-snippet-pack | akamud | 0.1.5 |
| vscode-theme-onedark | akamud | 0.2.14 |
| vscode-eslint | dbaeumer | 1.1.0 |
| javadebugger | donjayamanne | 0.0.2 |
| jquerysnippets | donjayamanne | 0.0.1 |
| python | donjayamanne | 0.5.5 |
| beautify | HookyQR | 0.6.2 |
| vscode-icons | robertohuertasm | 4.0.5 |
| sass-indented | robinbentley | 1.2.1 |
Steps to Reproduce:
- Open a terminal
- Write a command with autocomplete (e.g cd To) and when you press TAB it autocompletes (to cd Today), but it shifts the string to the left in the path string making it almost unreadable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)terminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another label