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

Ability to change internal console refresh rate. #23212

Closed
ghost opened this issue Mar 25, 2017 · 1 comment
Closed

Ability to change internal console refresh rate. #23212

ghost opened this issue Mar 25, 2017 · 1 comment
Assignees
Labels
*as-designed Described behavior is as designed

Comments

@ghost
Copy link

ghost commented Mar 25, 2017

When i debug my apps in VSCode's internal console output updates not so fast as in external terminal, so i think that it has refresh rate or something, i'd be really happy if i can select it.

Also the output of internal console can't display unicode chars sometimes, it display it as chars...

@Tyriar
Copy link
Member

Tyriar commented Mar 29, 2017

@BladeMight you cannot change the refresh rate, it updates up to 60 fps (depends on Chromium). When there is a lot of output there is some optimizations I made that allow it to skip additional frames in order to process the output faster, resulting in commands finishing faster. You can read some more about the recent performance improvements that were made here #17875

If you want to follow up on the unicode issue, could you create an issue via Help > Report issue and provide a screenshot and the content of your settings.json? Also if you're on macOS/Linux could you show the output of echo $LANG?

@Tyriar Tyriar closed this as completed Mar 29, 2017
@Tyriar Tyriar added the *as-designed Described behavior is as designed label Mar 29, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*as-designed Described behavior is as designed
Projects
None yet
Development

No branches or pull requests

1 participant