TIL how to turn off the setting in VS Code that drives me NUTS!
- When you click a file from VS Code File Explorer (or Dendron Worskpace), and the file does NOT open in a new VS Code tab, but instead opens in the current tab!
- Set the
workbench.enable.enablePreview
option to unchecked.
- Now each file you click will open a new VS Code tab