vscode-edit-csv icon indicating copy to clipboard operation
vscode-edit-csv copied to clipboard

default Fixed columns not working

Open thomasluxton opened this issue 2 years ago • 1 comments

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.

thomasluxton avatar Jul 27 '22 15:07 thomasluxton

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

janisdd avatar Jul 29 '22 14:07 janisdd