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

The editor ignores tabSize in markdown files #62143

Closed
in-in opened this issue Oct 30, 2018 · 2 comments
Closed

The editor ignores tabSize in markdown files #62143

in-in opened this issue Oct 30, 2018 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-autoindent Editor auto indentation issues

Comments

@in-in
Copy link

in-in commented Oct 30, 2018

  • VSCode Version: 1.28.2 (1.29.0-insider)
  • OS Version: Linux Mint 19 Cinnamon

Steps to Reproduce:

  1. Create a markdown file with this content:
<!-- test.md -->
- item1
  - item2

It works as expected tabSize space: 2
18103001

  1. Add one more nested item and reopen this file:
<!-- test1.md -->
- item1
  - item2
    - item3

tabSize change to space: 4
18103002

Does this issue occur when all extensions are disabled?: Yes

My settings.json

{
    "editor.tabSize": 2,
    "editor.renderWhitespace": "all"
}
@vscodebot vscodebot bot added the insiders label Oct 30, 2018
@kieferrm
Copy link
Member

Confirmed. When you change the setting when the editor is open, the editor picks up the settings change. When you open an editor, after the setting is changed, the editor uses the default rather than the actual setting.

@in-in
Copy link
Author

in-in commented Oct 31, 2018

What settings did you mean? I did not touch the settings, they change themselves. That is why I opened this issue.

@vscodebot vscodebot bot removed the insiders label Dec 13, 2018
@rebornix rebornix added bug Issue identified by VS Code Team member as probable bug editor-autoindent Editor auto indentation issues labels Aug 2, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Sep 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug editor-autoindent Editor auto indentation issues
Projects
None yet
Development

No branches or pull requests

3 participants