Since our configuration file is technically a javascript file, escape sequences apply for \ character. On windows you have to specify paths with \ and thus your config has to contain paths like C:\\Users\\etc\\
Also explain that ~ can be used to expand to home path (even on Windows!)
Since our configuration file is technically a javascript file, escape sequences apply for
\character. On windows you have to specify paths with\and thus your config has to contain paths likeC:\\Users\\etc\\Also explain that
~can be used to expand to home path (even on Windows!)