Robert Zettl
Robert Zettl
Same here: ```` NVIM v0.8.0-dev Build type: Release LuaJIT 2.1.0-beta3 ```` ```` E5108: Error executing lua /usr/local/share/nvim/runtime/lua/vim/lsp/util.lua:364: offset_encoding: expected string, got nil stack traceback: [C]: in function 'error' vim/shared.lua: in...
if i find time i will also look into finding said selector, if I manage to find and fix the issue before you do, i will just create a pr!...
What works for me is: ``` for _, js_filetype in ipairs(js_based_filetypes) do dap.configurations[js_filetype] = { -- Debug single Vitest { type = "pwa-node", request = "launch", name = "Vitest File...