microsoft / vscode-data-wrangler

Other
442 stars 20 forks source link

Default mode when entering from Explorer #261

Closed DavidP2Z closed 3 months ago

DavidP2Z commented 3 months ago

Type: Feature Request

Behaviour

Expected vs. Actual

There is a setting for the Viewing/Editing behaviour when entering the Data Wrangler from a notebook( dataWrangler.startInEditModeForNotebookEntrypoints).

It would be great to have the same choice when entering the Data Wrangler from a file in the Explorer view. Currently we go straight into editing mode. Perhaps an additional setting called dataWrangler.startEditMoreForExplorerEntrypoints?

Steps to reproduce:

  1. Locate file in the Explorer view, right click and chose Open in Data Wrangler

  2. Data Wrangler opens in Editing mode

Diagnostic data

{
  "installed": {
    "pandas": "2.2.2",
    "pyarrow": "17.0.0"
  },
  "required": {
    "pandas": "1.2.0"
  },
  "unsatisfied": []
}

Extension version: 1.6.0 VS Code version: Code 1.92.2 (fee1edb8d6d72a0ddff41e5f71a671c23ed924b9, 2024-08-14T17:29:30.058Z) OS version: Darwin x64 23.6.0 Modes:

pwang347 commented 3 months ago

Hi @DavidP2Z, thank you for opening this request! This issue seems like it is related https://github.com/microsoft/vscode-data-wrangler/issues/192 so I will close it as a duplicate. Please feel free to follow the other thread for any updates!