LuaLS / lua-language-server

A language server that offers Lua language support - programmed in Lua
https://luals.github.io
MIT License
3.38k stars 319 forks source link

fix: parse storage path #2913

Closed carsakiller closed 4 weeks ago

carsakiller commented 1 month ago

I am not sure if this is 100% necessary in order to fix https://github.com/LuaLS/vscode-lua/issues/154… but it should help add more safety, should VS Code choose to provide or not provide a trailing slash for the storage path.

Related client PR: https://github.com/LuaLS/vscode-lua/pull/156