Ryan Joseph
Ryan Joseph
Is my C++ compiler the wrong version maybe? ``` build$ cmake .. -- The C compiler identification is AppleClang 14.0.0.14000029 -- The CXX compiler identification is AppleClang 14.0.0.14000029 -- Detecting...
When I upgraded Unity my project files ceased to load in LSP-Omnisharp. In VSCode the project still loads properly and this is probably due to the dated version of Omnisharp...
Currently only parsing is supported but obviously we should be able to write TOML files also.
We're using a client based hack now which works for ST and VSCode but we should probably implement this correctly by providing version numbers.
Right now absolute paths are used which is wasteful and prone to break if the project is moved.
See: ``` // TODO: how do we know which one is active given the current parameters? Result.activeSignature := 0; ```
Should get some kind of information like the version or links etc...
in ST you can do `"disabled_capabilities": {"codeLensProvider": true}` but we can't support this yet because we don't respect client capabilities at all.
Currently Sublime Text doesn't send document scopes so this would be expected to generate hints for all parameters in the entire file every time it was updated. That's probably not...