You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@shahar-h thank you for the issue!
At the moment, we already have an existing issue tracking the feature #4731. I will close this one as it's a duplicate.
Description
Currently there is no limit to opened files size. as a result, when opening a huge file it could lead to out of memory issues.
Reproduction Steps
openssl rand -base64 $((1024*1024*1024)) >> large.out
When trying the same in vscode the following error message appears:
The text was updated successfully, but these errors were encountered: