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

[Bug]: It is not possible to have multi-row cells with tables #347

Open
MaJerle opened this issue Feb 24, 2022 · 3 comments
Open

[Bug]: It is not possible to have multi-row cells with tables #347

MaJerle opened this issue Feb 24, 2022 · 3 comments
Labels
bug up for grab Pull requests are welcome.

Comments

@MaJerle
Copy link

MaJerle commented Feb 24, 2022

Expected behavior

No matter which writing I use from below listed...

+-----+-----+-----+-----+
| a   | b   | c   | d   |
+=====+=====+=====+=====+
| v   | c1  | c2  | c3  |
| d   |-----+-----+-----+
| d   | c4  | c6  | c8  |
+-----+-----+-----+-----+
+-----+-----+-----+-----+
| a   | b   | c   | d   |
+=====+=====+=====+=====+
| v   | c1  | c2  | c3  |
+ d   +-----+-----+-----+
| d   | c4  | c6  | c8  |
+-----+-----+-----+-----+

Auto formatter will always do this after I hit enter inside table

+-----+-----+-----+-----+
| a   | b   | c   | d   |
+=====+=====+=====+=====+
| v   | c1  | c2  | c3  |
+-----+-----+-----+-----+
|     | c4  | c6  | c8  |
+-----+-----+-----+-----+

Actual behavior

I want him to keep my multi-row cell as I define them

Detailed steps

The steps are,

Extension information

169.0.0

Visual Studio Code information

1.64.2

Operating system information

Windows 10

Python information

3.10

Sphinx information

4

Contents of conf.py

No response

Relevant log output

No response

@MaJerle MaJerle added the bug label Feb 24, 2022
lextm added a commit that referenced this issue Feb 24, 2022
@lextm
Copy link
Member

lextm commented Feb 24, 2022

It takes a while to fix the reformat method, so before a permanent fix is in place, you might use editor.tableEditor.reformat.disabled (in release 170.0.0) to disable its reformat effect.

@MaJerle
Copy link
Author

MaJerle commented Feb 24, 2022

OK thx for prompt answer. I actually like reformat features as it does very nice job :)

Will keep this in mind, hopefully we see an update soon. Keep up the great work

@lextm lextm added the up for grab Pull requests are welcome. label Mar 9, 2022
@dignin
Copy link

dignin commented Oct 6, 2022

I currently have to stay with v166.0.0, every time I update I can't create tables or edit tables (auto-adjustment) Is this issue related or should I make a new one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug up for grab Pull requests are welcome.
Projects
None yet
Development

No branches or pull requests

3 participants