Ivan Yonchovski
Ivan Yonchovski
Here it is experiment with lua servers: ``` b = "test" b.du| ``` When I request completions, I get the following: ``` [Trace - 10:32:53 AM] Sending request 'textDocument/completion -...
> Calm down, man. Sorry, I am very calm. I guess this impression comes from English not being my native language. > I would suggest renaming the issue title to...
> if (s != null) {\n\t${0}\n} does not match nnull, so the entire string is inserted. FWIW this wont work as well because you may have fuzzy completion and complete...
AFAICS vscode is using the node debugger, so the configuration should just work: https://stackoverflow.com/questions/61853754/how-to-debug-deno-in-vscode
@DJManas I would start with lsp-treemacs-render in isolation to check if it works correctly. Edit: there was treemacs rewrite which broke a lot of the functionality and most likely this...
Try adjusting dap-ui-variable-length ?
> OMPI_CXX=g++ This part can go as an env param, right? > mpiexec -np 1 What is this part supposed to do?
To me it sounds like one way to debug it is to attach to the process, right? That would be the way to debug it even if you start the...
I am a bit confused - the objects are expandable in the local's view?
There are some bits that should go in, and there are some pieces better to have from the other implementation. Let me think about it.