Minor thing but nevertheless surprising at first sight: is the following a bug in Julia VS Code extension or a feature?
# VS Code 1.54.3 Win10; Julia extension 1.1.38
b = 1 # CTRL + ENTER shows value in terminal
# Nothing prints out for next line commented with semicolon at the end
b = 1 # note;
I think I observed the same in jupyter the other day, where I commented out the last line of a cell which has a semicolon at the end and the output was still surpressed