Autoscroll VSCode Debug Console
1 min read

Autoscroll VSCode Debug Console

I found it annoying my VS Code debug console was not auto scrolling. It turns out enabling Word Wrap turns off autoscroll.

Turn off word wrap for vscode autoscroll
Turn off word wrap

In order to turn off word wrap:
1) Open up your settings.
2) Go to Debug > Console > Word Wrap
3) Uncheck the box