PWABuilder icon indicating copy to clipboard operation
PWABuilder copied to clipboard

[VSCODE] Creating a new PWA Starter within an open directory adds two instances of the folder to appear in VS Code.

Open zateutsch opened this issue 2 years ago • 1 comments

What happened?

Think this is very much an edge case but:

If you have a directory open in VS Code and you create a new PWA within that directory, the PWA repo will also be added as a standalone directory in the workspace.

The workspace structure would look like this:

  • parent_directory
    • new_pwa
  • new_pwa

You end up with two references to the same folder open in the workspace. Harmless, but confusing.

What do you expect to happen?

If the new pwa belongs to a parent directory already open in the workspace, don't add it to the workspace.

Feel free to assign this to me. @jgw96

Are you using the latest version of the VS Code extension?

  • [X] I am using the latest version of the VS Code extension

zateutsch avatar Mar 30 '22 01:03 zateutsch

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

ghost avatar Apr 14 '22 02:04 ghost

Fixed with https://github.com/pwa-builder/PWABuilder/issues/3313

jgw96 avatar Aug 23 '22 18:08 jgw96