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
I get the error spawn E2BIG which aparently is related to the size of the selection. How can I solve this?
spawn E2BIG
My system is Ubuntu 22.04 jammy, VScode 1.92.0, Node.js 20.14.0
I dont know if this is relevant. getconf ARG_MAX is 2097152 And my file size (the selection size) is 586553 bytes.
getconf ARG_MAX
2097152
586553
Many thanks!
Alejandro
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get the error
spawn E2BIG
which aparently is related to the size of the selection.How can I solve this?
My system is Ubuntu 22.04 jammy, VScode 1.92.0, Node.js 20.14.0
I dont know if this is relevant.
getconf ARG_MAX
is2097152
And my file size (the selection size) is
586553
bytes.Many thanks!
Alejandro
The text was updated successfully, but these errors were encountered: