infosec-intern / vscode-yara

VSCode extension for the YARA pattern matching language
MIT License
63 stars 14 forks source link

Webextension #57

Closed infosec-intern closed 2 years ago

infosec-intern commented 2 years ago

Closes #54

This PR rewrites many aspects of the extension to remove external libraries unavailable to web workers used by Web Extensions. That functionality was replaced with specific calls to the vscode library as outlined in https://code.visualstudio.com/api/extension-guides/web-extensions