mozilla / assay

A Firefox Addons review tool disguised as a VSCode extension
Mozilla Public License 2.0
9 stars 3 forks source link

[BUG] Edge Case - File Opened Without Workspace Activates Assay #124

Closed chrstinalin closed 1 month ago

chrstinalin commented 2 months ago

When files are opened without a workspace, Assay is activated. This means that, for one, lints will be cleared if any modifications are made, even if the file isn't an add-on file.

Assay needs to make an additional check: if workspace does not exist, check any file URIs directly.