mozilla / assay

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

rootFolder affectsConfiguration Event Not Fired #84

Closed chrstinalin closed 2 months ago

chrstinalin commented 2 months ago

VS Code sometimes does not fire the rootFolder affectsConfiguration event when the extension itself is the one who updates it via getRootFolderPath(), breaking the functionality to set the root to read-only. This can be circumvented by directly calling the update in getRootFolderPath().