MarkMcCulloh / vscode-projen

Visual Studio Code Extension for Projen
https://marketplace.visualstudio.com/items?itemName=MarkMcCulloh.vscode-projen
Apache License 2.0
20 stars 1 forks source link

[Bug] Files still appear to be managed after projen eject #26

Closed Chriscbr closed 2 years ago

Chriscbr commented 2 years ago

Describe the bug If I run "projen eject" it seems like all of the files still appear to be managed by projen initially. I was able to fix it by reloading my window, but I wonder if there's a way to make this behavior automatic.

To Reproduce Steps to reproduce the behavior: Create a new projen project (npx projen new ...). Open it in VS Code with the extension, and check that config files are tagged "PJ" in the file explorer. Run npx projen eject from your command line. Check VS Code file explorer and files still appear to be tagged with "PJ".

Expected behavior I expected the file explorer to be updated with none of my files marked as projen managed.

Screenshots If applicable, add screenshots to help explain your problem.

OS macOS

MarkMcCulloh commented 2 years ago

Thanks for reporting this! It appears this bug also prevents files from ever losing the "PJ" if they ever stopped being managed by projen by any means (eject or otherwise).

The fix for this is available now in v0.0.30. If it's not resolved feel free to reopen this issue.