Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 634 Bytes

NOTES.md

File metadata and controls

11 lines (7 loc) · 634 Bytes

Some random notes

Symlink to make VSCode understand includes

The Atom extension allows you to set the directory used for #include. Sadly, the VSCode extension does not. But that's a quick fix. You just make a symlink (directory junction) between the two directories.

In my case. I use OneDrive to sync between the two computers I use. Documentation on using mklink can be found here on HowToGeek.

mklink /J "c:\Users\xxx\Documents\Tabletop Simulator" "c:\Users\xxx\OneDrive\Documents\Tabletop Simulator"