Skip to content

Restore preference for large CSV files #165

Answered by mechatroner
fsgeek91 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there, and thanks for the feedback!
Short answer: you can try to adjust "editor.largeFileOptimizations": false setting, see: https://stackoverflow.com/questions/53625687/what-is-the-largest-filesize-supported-by-vs-code-syntax-highlighting

Unfortunately, very large files is an unsolvable problem as of now, because VSCode just disables all extension features if the files are bigger than a certain size. There might be also a "mid-range" of file sizes that are fixable with editor.largeFileOptimizations. Another option is to run standalone rbql cli command via pip install rbql if you want to use Python version or npm install rbql for JS version https://pypi.org/project/rbql/ https://www.np…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fsgeek91
Comment options

Answer selected by fsgeek91
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants