eeditiones / tei-publisher-vscode

TEI Publisher Extension for Visual Studio Code
14 stars 8 forks source link

Lookup tool incompatible with VS Code 1.57 #7

Closed nathangibson closed 3 years ago

nathangibson commented 3 years ago

Our team loves this extension, it makes our lives (i.e. personography tagging) so much easier!

However, after updating to VS Code 1.57, the lookup function stopped working. Queries that are otherwise found in the lookup (e.g. "Johannes") report "Found 0 items". Also, the search icon has changed to a plain box (as though the icon resource can no longer be loaded?).

Could this be related to the new "Workspace trust" features introduced in 1.57? I have "trusted" the workspace, so as far as I know the extensions should be enabled. Even if I explicitly add tei-publisher-vscode as a trusted extension, it doesn't help.

Workaround: Turn off auto-update and install v1.56. Then the extension works.

Have tried 1.1.0 and at least one earlier version on Mac 10.14.6.

Happy to provide debugging info if you let me know how.

Screen Shot 2021-06-21 at 12 40 24 PM

FYI @wsalesky

wolfgangmm commented 3 years ago

Thanks for reporting. It indeed seems to be a permission problem for loading the script and icons, which I have not been able to understand yet. I'll continue investigating...

wolfgangmm commented 3 years ago

Version 1.1.1 should fix the problem.

nathangibson commented 3 years ago

@wolfgangmm Thanks so much for the prompt response!

nathangibson commented 3 years ago

@wolfgangmm FYI, this is working for me now :-)