Peter Slattery
Peter Slattery
We built it in Debug to begin with, but because it's in a Coroutine, the line numbers it provides aren't super helpful. We figured out that its this section in...
I just ran into this as well. There's a suggestion for a fix further up that works for me. Change: `/node_modules/.bin/electron-forge-vscode-nix::7` to be: `node $DIR/../@electron-forge/cli/dist/electron-forge-start --vscode -- \~$ARGS\~` It seems...
Chiming in that: a) this is indeed still an issue using tree-sitter 0.21.1 and jest 29.7.0 b) that @maksimr's suggestion of manually overriding tree sitter's path in jest works.