janisdd / vscode-edit-csv

vs code extension to edit csv files with an excel like table ui
MIT License
220 stars 32 forks source link

default Fixed columns not working #97

Closed thomasluxton closed 2 years ago

thomasluxton commented 2 years ago

What OS?

Windows

Description

Setting the Fixed Columns Left parameter in the settings doesn't seem to fix the first row. Manually adjusting the value in the gui, seems to re-enable the feature. image

Expected behavior

When opening csvs that the first column is fixed by default

Steps to reproduce

  1. Edit the config, set the "Fixed columns Left" to 1
  2. Open up a new csv file
  3. note that the left column is not fixed.
  4. adjust the fixed columns from 1 > 0 then 0 > 1 and note that the first column is now fixed.
janisdd commented 2 years ago

Can confirm this. However, this only occurs if the option has header is also enabled. It also breaks if has header is manually toggled in the read options.

A fix will be shipped with the next update