i found some cool hidden gems in vscode's built-interminal that might make your life easier. did youknow there's a way to customizethe cursor visibility? it can bea game-changer if scrolling through longlogs or output takes the focus away from whatyou're actually coding.
also, check out this command:
workbench. action. toggleTerminalScrollingSensitivity
. toggleit between 'low', 'medium', and'high' to find your perfect balance. i switched itto low sensitivity when working with longterminal outputs - it's a huge relief on my eyes!
sooo here's the deal, have you tried these out? what tweaks or tips doyou use in vscode terminal that make development smoother for youteam?
link:
https://www.hongkiat.com/blog/optimize-visual-studio-code-terminal/