janisdd / vscode-edit-csv

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

Option to use the VS Code font family #89

Closed wtjones closed 2 years ago

wtjones commented 2 years ago

Version?

Feature

Currently the extension is using a variable-width font. When editing data, it is helpful to have a monospace font. I don't see an option to change the font, so maybe just use my current settings.

janisdd commented 2 years ago

Good idea, will ship with the next update.

The option will be called fontFamilyInTable. You can select sameAsCodeEditor to use the same font as the code editor.

For the docs: the css variable from vs code is --vscode-editor-font-family