28

Resolving Differences in Tool Paths

 5 years ago
source link: https://www.tuicool.com/articles/hit/J3MJz2r
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Synchronizing settings between my desktop, laptop, and studio workspace has been amazing for letting me constantly iterate on my development environment setup. I can make one change anywhere and use it to evolve my tools no matter where I’m working.

This is made possible by transferring information via GitHub Gists automatically with Shan Khan ’s Settings Sync extension . Unfortunately, support for the use of environment variables in VS Code’s settings is but only a requested feature for now. This means that while my settings will synchronize, I’ll have to adjust the paths every time I download it on any workstation besides the one that uploaded it.

Recently, I found a way to get around this issue: symbolic links .

What is a Symbolic Link?

As a concept, a symbolic link creates a soft link between point A and point B in your file system. Point A represents the “link” while point B provides the “destination”. Anything that tries to access point A will work from point B for any subsequent references for directories or files.

%5Cimages%5Cposts%5Cmklink.gif

Creating one will depend on your operating system and available tools, but the general idea is that you’ll use a command-line application. On Windows 10 , this is easily accomplished using mklink .

Be sure to be conscious of differences in jargon and terminology, such as the difference between an NTFS junction and symbolic link !

Using the Symbolic Link

I did not have the foresight to use the same username on both my desktop and laptop, leading to differences in paths that lead to my user folder. (Windows 10 doesn’t help with this at all since it relies on the personal information you provide during first-time startup to create the first user account.) To resolve this, I ended up creating a symbolic link from C:\Users\terryn\ to C:\Users\terry\ which solved all of my problems.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK