rpeshkov / vscode-text-tables

VSCode extension that brings the power of Emacs table editing
MIT License
38 stars 14 forks source link

Format under cursor causes loss of data. #48

Open Muzamri opened 5 years ago

Muzamri commented 5 years ago

Hi,

I'm running Text Tables version 0.1.5.

Given:

| A| B|
| 1| 1|
| 0| 0|
|-1|-1|

Running format will render:

| A   | B   |
| 1   | 1   |
| 0   | 0   |
| --- | --- |

Thank you.