-
Notifications
You must be signed in to change notification settings - Fork 325
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
Breaks Tab key, ignoring VSCode settings and inserting spaces instead #1146
Comments
Did you check the tab size at the right bottom corner? In Markdown files it is often automatically set to 2. The tab key should work as expected if you have the tab size configured as 4. |
Did test again, and it's always 3 spcaces with this extension installed. Even if I set use tabs and tab size = 8. From extension list with query "@installed markdown" only this extension installed. With this extension disabled tab size works as expected. Version: 1.69.0 (user setup) Could some other extension conflict with this? |
more tests: Extensions - Disable all installed - reload. only remote ssh from microsoft enabled and this one, and the problem exists. |
Alright, I get the point from your last GIF. By default, the "indentation" inside a Markdown list is changed to "adaptive" mode. That's why you get 3 spaces right after an ordered list and 2 for an unordered list. Please change |
Problem
When this extension is enabled, the tab key inserts two spaces instead of how the VSCode editor is configured.
How to reproduce
Disabling this extension eliminates the issue so this extension is likely doing something funky.
Configuration
Default
Environment
Name: Markdown All in One
Id: yzhang.markdown-all-in-one
Description: All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more)
Version: 3.4.3
Publisher: Yu Zhang
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
VSCode About
Version: 1.68.1
Commit: 30d9c6cd9483b2cc586687151bcbcd635f373630
Date: 2022-06-14T12:52:13.188Z
Electron: 17.4.7
Chromium: 98.0.4758.141
Node.js: 16.13.0
V8: 9.8.177.13-electron.0
OS: Darwin x64 19.6.0
The text was updated successfully, but these errors were encountered: