Josh French
Josh French
I'm taking a stab at this and running into an issue with integrating `tstags`, which seems to have much more accurate output than `uctags`. I've added the following to `autoload/tagbar.vim`:...
🤦 thanks :) ~~This now works, roughly speaking, for both uctags and tstags. I mostly just used existing examples or fell back to the JS definitions. Can I get a...
@alerque That's correct -- this only addresses bare typescript. Is there a way to alias types from within Tagbar? If not I think people will still need to map `typescriptreact`...
I've been trying to chase this down with no luck. Any clues as to where I should start digging?
Seems unlikely, I'm able to reproduce on a [minimal repo](https://github.com/joshfrench/browserifyinc-demo). My first thought was that the cache file just needed to use absolute paths, but if that's the case I...
I haven't been able to figure it out, unfortunately. We've just stopped using browserify-incremental, since the only workaround was to delete the cache file between changes and then recompile the...
There's still something funky here, although at this point I don't know if it's browserify-incremental or module-deps or just the universe telling me to quit my job and open a...
Updating this to add some LSP logs. This is what follows after selecting the custom schema with `:Telescope yaml_schemas`. ```lua "rpc.send" { jsonrpc = "2.0", method = "workspace/didChangeConfiguration", params =...
Possibly related? https://github.com/redhat-developer/yaml-language-server/issues/60
Just realized this works on 0.8, so this is only relevant if backwards compatibility is a concern.