Infinite-3D
Results
2
comments of
Infinite-3D
The limit of 100kb (100,000 bytes) seems to be hardcoded in VSCode [here](https://github.com/microsoft/vscode/blob/f125afbc800ec611f5a9ab1333c769832ce424b3/src/vs/editor/common/services/editorSimpleWorker.ts#L492). It would be nice if there was a setting to increase this.
I think this is a VSCode issue rather than a Prettier one. The same thing happens with other formatters such as [CSharpier ](https://github.com/belav/csharpier) and the 100k limit is hardcoded in...