-
-
Notifications
You must be signed in to change notification settings - Fork 4
cuts off after a certain number of characters #83
Comments
Hi @MagicDuck, thanks for the report. Can you provide a way to reproduce the issue? |
Hi @josephfrazier, first I want to apologize for that minimal issue report, I really appreciate the speed of this tool and your help! I was trying to use cat verylargejsfile.js | prettier_d --stdin --stdin-filepath verylargejsfile.js It will work just fine (Note: prettier = {
command = "prettier_d", -- cuts off large files
--command = "./node_modules/.bin/prettier", -- but this works fine
args = {"--stdin", "--stdin-filepath", "%filepath"},
isStdout = true,
rootPatterns = {".prettierrc", ".prettierrc.json"}
} Now, the thing is that diagnosticls works just fine with the regular |
Hmm, interesting, this appears not to be an issue with |
Oh, that's good to hear! To be honest, I'm not really maintaining |
closing, as this project is no longer maintained |
Seems like there is a specific buffer size after it will cut off the prettified output
The text was updated successfully, but these errors were encountered: