Philip Mørch

Results 13 comments of Philip Mørch

I have the same issue. It does not happen too often, but when it happens I just have to undo and accept the completion again to apply it correctly. I...

I have the same issue. I am also using `Omnisharp v1.39.11` and `Neovim v0.9.5` on Arch Linux.

Any update on this? This is still an issue and is very annoying.

Any update on this? This is still an issue and is very annoying.

Any update on this? Not having a way to enter input to `Console.ReadLine` using `integratedTerminal` or another way makes this debug adapter less useful for me.

I do have an audio related project that I want develop that needs to work on multiple platforms, so I believe plans to support Linux is on the radar.

That makes sense, since it looks both in the binaries of the executable directory and the system binaries.

> I was having a similar issue and fixed it by following the trouble shooting in item two of this [disucssion](https://github.com/AvaloniaUI/Avalonia/discussions/12711#discussion-5570499). To save you a click; Close VSCode, navigate to...

> I had the same issue here. What helped me was to install the following two extensions in vscode: > > * https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit > > * https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.vscodeintellicode-csharp > > >...

> Tried to do the same thing... > > ```lua > vim.api.nvim_create_autocmd({"BufNewFile", "BufRead"}, { > pattern={"*.axaml"}, > group=vim.api.nvim_create_augroup("axaml-ls", { clear = true } ), > callback = function() > local...