vscode-edit-csv
vscode-edit-csv copied to clipboard
default Fixed columns not working
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.
Expected behavior
When opening csvs that the first column is fixed by default
Steps to reproduce
- Edit the config, set the "Fixed columns Left" to 1
- Open up a new csv file
- note that the left column is not fixed.
- adjust the fixed columns from 1 > 0 then 0 > 1 and note that the first column is now fixed.
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