Open matthewmueller opened 7 years ago
Totally awesome: @nikitaKunevich: Any chance that could be merged? I would also appreciate to have that! (without checking out the repo, and cloning it in my extensions)
Yea this would be great if this could be merged. 👍
if you wanna merge this, there are other OS , that is not responding to Code Insider like Windows I'm using windows but , I did try adding
case ("Windows_NT"): {
vsCodeUserSettingsPath = process.env.APPDATA + "\\Code - Insiders\\User";
delimiter = "\\";
break;
}
But I still not working ...
Is the Changes I made wrong?
this resolves my issue in windows
case ("Windows_NT"): {
vsCodeUserSettingsPath = process.env.APPDATA + "\\Code - Insiders\\User\\";
delimiter = "\\";
break;
}
but we need a way to detect if we are using code or code insiders ... until then this will not be merge I guess
For Linux create a symbolic link inside .config
folder
ln -s ~/.config/Code\ -\ Insiders ~/.config/Code
how can i get the source file of the snippet created by the snippet creator in mac? because it is not in the folder which stores the snippet created manually
Hey there, thanks for creating this library!
I had an issue with this library when using the code-insiders (beta) version. It turned out that the path was off. Not exactly sure how to generalize this, but the fix was: