Nahuel Scotti
Nahuel Scotti
@lcsdms any news on this one? I would like to use Find-Jump + amVim.
Debugging the extension I figured out that the problem is that both extensions register the same command `"type"` and that's why it's failing. amVim https://github.com/aioutecism/amVim-for-VSCode/blob/623f8868fdf2c1054dcd6fc3a91612d3301f5924/src/Dispatcher.ts#L35 findJump https://github.com/msafi/xvsc/blob/master/findJump/src/inlineInput.ts#L23 @msafi I don't...
For those looking for an alternative (until this issue is resolved), I found that (although it's not good as find-jump) https://marketplace.visualstudio.com/items?itemName=lucax88x.codeacejumper works with amVim.
Could you please explain which product you selected in Moo?
Hi, I just tried to update to Next.js 15 RC and it crashes with: ``` ⨯ ../src/shared/lib/router-context.shared-runtime.ts (4:8) @ ⨯ react__WEBPACK_IMPORTED_MODULE_0__.createContext is not a function 2 | import type {...