You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!)