Results 884 comments of Ivan Yonchovski

Fixed with https://github.com/emacs-lsp/lsp-mode/pull/3854

Hey @narimiran , can you backport this and https://github.com/nim-lang/Nim/pull/21314 ?

@ringabout I am back from a vacation, I will take a look if it is still relevant.

Rebased on top of https://github.com/nim-lang/nimble/pull/1047

I will take a look, it doesn't fail locally on my side.

Depends on https://github.com/nim-lang/Nim/pull/21313 and https://github.com/nim-lang/Nim/pull/21314

> Fails with: > > Verifying dependencies for [email protected] /home/runner/work/nimble/nimble/src/nimble.nim(2158) nimble /home/runner/work/nimble/nimble/src/nimble.nim(2111) doAction /home/runner/work/nimble/nimble/src/nimble.nim(1695) lock /home/runner/work/nimble/nimble/src/nimble.nim(1528) validateDevelopDependenciesVersionRanges > > ``` > Error: Some of the develop mode dependencies are with...

This feature was created by @nbfalcon and I am not quite familiar with the limitations if any.

I will check if we can fix this now. The blocker on the server side is fixed.

Initial support is posted here: https://github.com/emacs-lsp/dap-mode/pull/733 For those who want to test: I have downloaded the version from here: https://github.com/microsoft/vscode-js-debug/issues/1388#issuecomment-1505547178 . Then you have to adjust dap-js-debug-program accordingly. I have...