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
If I access it on windows, the value of 'context.globalStoragePath' will be:
\home\admin.local\share\code-server\globalStorage\vscodevim.vim
If I access it on linux, the value of 'context.globalStoragePath' will be:
/home/admin/.local/share/code-server/globalStorage/vscodevim.vim
The code-server always runs on linux, so when I access it with a windows browser, the path separator of 'context.globalStoragePath' is wrong
From #1551 (comment)
The text was updated successfully, but these errors were encountered: