janisdd / vscode-edit-csv

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

Edit csv button not displayed #123

Closed aoyama-val closed 1 year ago

aoyama-val commented 1 year ago

What OS?

Description

"Edit csv" button is not displayed. The filetype is CSV. スクリーンショット 2023-05-22 10 33 05

Steps to reproduce

Just open this sample.csv.

janisdd commented 1 year ago

Have you installed the extension? Or is it disabled?

Does it work with other files?

aoyama-val commented 1 year ago

Yes, I have. It is enabled, but not activated. It does not work with any file.

image

"Edit csv" from the command palette works.

janisdd commented 1 year ago

Do you use the insider version or github.dev or something special? Or do you have the .csv file extension mapped to a different file type (search in settings for associations and look for Files: Associations)?

aoyama-val commented 1 year ago

Ah, I don't know where this came from, but it was there:

    "csv-edit.hideOpenCsvEditorUiActions": false,

Sorry for the trouble, closing the issue.