Skip to content
New issue

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

Warn the user about very large files #5

Closed
GaryHughes opened this issue Sep 22, 2019 · 1 comment
Closed

Warn the user about very large files #5

GaryHughes opened this issue Sep 22, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@GaryHughes
Copy link
Owner

vscode actively degrades performance for large files and over a certain limit hides them completely. Warn the user about this if they try and format very large files.

microsoft/vscode#32118

@GaryHughes GaryHughes added the enhancement New feature or request label Sep 22, 2019
@GaryHughes GaryHughes added this to the 1.0 milestone Sep 24, 2019
@GaryHughes GaryHughes self-assigned this Sep 24, 2019
@GaryHughes
Copy link
Owner Author

It's not currently possible to differentiate between no file and a too large file - this is a known issue. microsoft/vscode#31078.

I've added an explicit warning if there is no active document telling the user that the file may be too large.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant