Sebastian Pfitzner
Sebastian Pfitzner
What kinds of issues are people mostly using this for? Catching missing global refs (e.g. imports) or local refs (typo in variable compared to the input arg for example)?
Not sure what you mean by "`include` false positivies". Can you elaborate?
I can't repro that: 
I'm pretty sure this is an upstream issue and commonly happens with Atom's decoration API. There's some code in ink that fixes the issue for inline results (which are another...
What happens if you change and re-eval a function (or even the currently debugged function)? Does the debugger pick up on that?
Can you give me a small snippet of how your code looks like? In theory you should be able to add another scope selector in the latex-completions settings, but which...
https://gist.github.com/pfitzseb/22493b0214276d3b65833232aa94bf11
Is (the right version of) JSON in the manifest?
My main question is whether `joinpath(path, "Manifest.toml")` exists. The language server only works with instantiated environments.
Yeah, turns out that script was buggy and only looking at the specified file. Try again with the updated gist.