How to enable line numbers in zen mode for VSCode?
In your settings.json
insert the line:
"zenMode.hideLineNumbers": false
HaaLeo's answer above gets the job done but it's far easier to do it through the UI.
ctrl + ,
to bring up the Settings page, type "Zen Mode" in the search bar and disable the "Zen Mode: Hide Line Numbers" option.