diggyk / fildir

VSCode extension: Filtered Directories
GNU General Public License v3.0
6 stars 0 forks source link

Doesn't work if already using vscode workspaces #1

Open knownasilya opened 1 year ago

knownasilya commented 1 year ago

The ui flickers when you add a filter in a workspaces project but doesn't show up. The added item does show up in the Fildir panel though.

diggyk commented 1 year ago

Can you give me some repro steps so I can check it out?

diggyk commented 1 year ago

@knownasilya let me know if you have repro steps for me.

knownasilya commented 1 year ago

Add a file like my-workspace.code-workspace with content like:

{
  "folders": [
    {
      "path": "my-app-folder"
    },
  ],
  "settings": {
  }
}

Now open that folder with vscode, then try using fildir.

diggyk commented 1 year ago

I'll repro and debug. Thanks for the report!