We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix evandrocoan/PackagesManager@f4538c3 Fixed PackagesManager crashing on Linux after upstream update
Set "linux": ["oscrypto", "urllib", "curl", "wget"] and figure out why Sublime Text plugin_host is crashing.
"linux": ["oscrypto", "urllib", "curl", "wget"]
plugin_host
The current workaround implemented by the mentioned commit was to set "oscrypto" as last, instead of first. This started happening after merge commit:
"oscrypto"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fix evandrocoan/PackagesManager@f4538c3 Fixed PackagesManager crashing on Linux after upstream update
Set
"linux": ["oscrypto", "urllib", "curl", "wget"]
and figure out why Sublime Textplugin_host
is crashing.The current workaround implemented by the mentioned commit was to set
"oscrypto"
as last, instead of first. This started happening after merge commit:The text was updated successfully, but these errors were encountered: