Closed
Description
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)