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
it is NOT work correctly while i saving the bookmarks on project (.vscode/bookmarks.json) crossing the windows and mac. the problem is the PATH. Adding a same bookmark in different system. as follow:
on mac will be this ---"$ROOTPATH$/doc/doc.md"
on windows will be this ---"$ROOTPATH$\\doc\\doc.md"
every time a need to transform "\\" to "/" (on the contrary “/” --> "\\") MANUAL
the bookmarks version is 10.4.3
The text was updated successfully, but these errors were encountered:
it is NOT work correctly while i saving the bookmarks on project (.vscode/bookmarks.json) crossing the windows and mac. the problem is the PATH. Adding a same bookmark in different system. as follow:
on mac will be this ---"$ROOTPATH$/doc/doc.md"
on windows will be this ---"$ROOTPATH$\\doc\\doc.md"
every time a need to transform "\\" to "/" (on the contrary “/” --> "\\") MANUAL
the bookmarks version is 10.4.3
The text was updated successfully, but these errors were encountered: