question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v0.17.1 prints `<tab>` string for every tab keystroke

See original GitHub issue

Describe the bug After updating to version v0.17.1 VSCodeVim now prints the <tab> string for every tab keystroke. Tried with a clean vscode install without any other extensions or custom settings and still getting the issue.

To Reproduce Press the tab key.

Expected behavior Print indentation instead of the <tab> string.

Screenshots screen shot 2018-12-28 at 6 41 33 pm

Environment (please complete the following information):

  • Extension (VsCodeVim) version: v0.17.1
  • VSCode version: 1.30.1
  • OS: OS X 10.14

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

6reactions
jpooncommented, Dec 28, 2018

Very interesting. Definitely a regression.

You can install a different version if you select the gear button on the extension menu.

2reactions
jpooncommented, Dec 28, 2018
Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I write a "tab" in Python? - Stack Overflow
This is the code: f = open(filename, 'w') f.write("hello\talex"). The \t inside the string is the escape sequence for the horizontal tabulation.
Read more >
tabwriter package - rsc.io/xstd/go1.17.1/text/tabwriter - Go Packages
Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.
Read more >
Inserting a tab character into a string - MATLAB Answers
Inserting a tab character into a string. Learn more about stringcat, strings MATLAB. ... I am attempting to insert a space into a...
Read more >
bat - crates.io: Rust Package Registry
A cat(1) clone with syntax highlighting and Git integration. Key Features • How To Use • Installation • Customization • Project goals, alternatives...
Read more >
Developer Guide — Spack 0.17.1 documentation
This gets us to the two key concepts in Spack's software design: ... flags for an existing command, make sure to update Spack's...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found