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
To prevent large files from opening, a confirmation was added with an associated setting to increase the limit. The limit is different depending on your connection:
desktop: local -> 1gb
desktop: remote -> 100mb
web: serverless (ex. vscode.dev) -> 50mb
web: serverfull (ex. Codespace) -> 10mb
Test in all 4 cases that you see the confirmation when opening a text file (requires the standard text editor) of that size. You can confirm and then still open the file and you can change the setting to bypass the confirmation.
Refs #170090
Complexity: 3
Create Issue
To prevent large files from opening, a confirmation was added with an associated setting to increase the limit. The limit is different depending on your connection:
1gb
100mb
50mb
10mb
Test in all 4 cases that you see the confirmation when opening a text file (requires the standard text editor) of that size. You can confirm and then still open the file and you can change the setting to bypass the confirmation.
Hint: how to create a large file: https://skorks.com/2010/03/how-to-quickly-generate-a-large-file-on-the-command-line-with-linux/
The text was updated successfully, but these errors were encountered: