SuperCollider VSCode / Language Server Protocol support

I’ve DMd you so I can try and help you debug. If we discover a fix I’ll post an update here for anyone else reading.

1 Like

my 2c: recently I also had to change a few custom lspconfigs, because root_dir() signature has changed. It would be:

root_dir = function(bufnr, on_dir)
	on_dir("/")
end

now it gives a buf number instead of fname, and an on_dir callback we need to use instead of returning the path. (more info at “:h vim.lsp.config”)

1 Like