Is it possible to configure control + scroll-wheel to increase/decrease zoom in VS Code?
You can edit settings.json and add this line:
"editor.mouseWheelZoom": true
in newer versions :
File -> preferences -> settings -> search for "
mouse wheel zoom
"