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.

Tab indentation is disabled

See original GitHub issue

What is the problem?

I wrote markdown document for converting pandoc. My indent settings is set to “Indent using Tabs”. When pressing tab key for writing ordered or unordered lists, double or triple spaces were inserted before list (double spaces for unordered list and triple spaces for ordered list).

How can I reproduce it?

My environment is VSCode Ver. 1.29.1 on Linux Mint 19 Cinnamon edition (64bit).

  1. Initialize VSCode ($HOME/.vscode and $HOME/.config/Code are removed).
  2. Launch VSCode.
  3. Create and save a new markdown document.
  4. Set to “Indent using tabs” of indent setting by clicking status bar.
  5. Write ordered and unordered lists (Each list has two lists).
  6. Press tab key on a child list and confirm of indentation by tab (In this time, I confirmed that the indent is tab).
  7. Install Markdown All in One.
  8. Reload VSCode to enable the extension.
  9. Confirm status for indentation by repeating procedure 3 to 6 (The issue was occured).

Is there any error message in the console?

No.

Issue Analytics

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

github_iconTop GitHub Comments

4reactions
yzhang-ghcommented, Dec 15, 2018

Could you please test on the dev build? There is a new option

image

4reactions
garykingcommented, Dec 13, 2018

Probably related: My indent settings are spaces: 4, and yet this update makes tab-indents only indent 2 spaces. So it is just ignoring indent settings completely.

Also, VSC 1.3 released a few hours ago has a new feature that allows you to specify what extension version you want installed, so you can now easily freeze this extension to v1.70.

Read more comments on GitHub >

github_iconTop Results From Across the Web

IntelliJ sets tabs instead of spaces for indents, despite tabs ...
The issue now is on another project I'm participating in. When I make indents there, does IntelliJ use tabs instead of spaces. Checking...
Read more >
space-tab-mixed-disabled - HTMLHint
Blank-space (space and tab) characters should not be mixed in the beginning of any line.
Read more >
Tabs and indents settings does not work
Hello,. I have a problem with tab and indents settings. In settings->codestyle->php->tabs&indents I have set tab character for indent.
Read more >
Disable indentation in Notepad++ - Super User
For my version of Notepad++ (8.2.1), go to Settings>Preferences>Auto-Completion, and un-check the Auto-indent check box.
Read more >
indent - ESLint - Pluggable JavaScript Linter
'tab') { console.log('Each next indentation will increase on 4 spaces'); } ... "ignoredNodes" can be used to disable indentation checking for any AST...
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