Skip to content
Discussion options

You must be logged in to vote

Thank you for the kind words! 🙌 Have you looked into customizing workbench.editorAssociations to get the behavior you want?

For example, if I set this in settings.json:

    "workbench.editorAssociations": {
        "*.csv": "default"
    }

Then it will open up CSVs in the default editor (just plain text) instead of the Data Explorer.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@boshek
Comment options

Answer selected by boshek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants