microsoft / vscode-data-wrangler

Other
419 stars 16 forks source link

Settings, Enabled File Types, is not taking effect #269

Open KelvinChung2000 opened 3 weeks ago

KelvinChung2000 commented 3 weeks ago

Environment data

Expected behaviour

In settings when the Enabled File Types for CSV is unticked, the file should not open with data wangler, or at least by default, should not open by it.

Actual behaviour

It is opening the CSV with the data wrangler.

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

  1. In settings, untick Data Wrangler: Enabled File Types, Comma-separated values.
  2. open a file with .csv extension
pwang347 commented 1 week ago

Hi @KelvinChung2000, just wanted to mention also that you may want to manually remove this config from your settings JSON for now:

image

You can access the settings JSON by running the command (open with Ctrl/Command+Shift+P):

image

Thanks!

KelvinChung2000 commented 1 week ago

That work, thanks.