Skip to content

Conversation

plemarquand
Copy link
Contributor

@plemarquand plemarquand commented Sep 29, 2025

Description

A .bsp folder was considered a valid workspace folder, but the extension activation events in the package.json were not configured to search for it, meaning another valid file/folder for activation had to be present. If that was the case, then the .bsp folder would be discovered correctly, but not if it was the only file/folder in the folder that would activate the extension.

Add it to the list of valid activation file types. Also clean up this code path a bit, ignoring common folders we shouldn't search for projects.

Tasks

  • Required tests have been written
  • Documentation has been updated
  • Added an entry to CHANGELOG.md if applicable

A .bsp folder was considered a valid workspace folder, but the extension
acitvation events in the package.json were not configured to search for
it, meaning another valid file/folder for activation had to be present.
If that was the case, then the .bsp folder would be discovered
correctly, but not if it was the only file/folder in the folder that
would activate the extension.

Add it to the list of valid activation file types. Also clean up this
code path a bit, ignoring common folders we shouldn't search for
projects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant