Is there a way to change the environment font size in Visual Studio Code? Stuff like IntelliSense box, debug panel, file names, etc.
I know how to change the editor\
Just copy "editor.fontSize": 18 into your setting.json of the editor.
"editor.fontSize": 18
setting.json
Pressing Control+Shift+P and then typing "settings" will allow you to easily find the user or workspace settings file.