opral / inlang-sherlock

Issue tracker for Sherlock
https://marketplace.visualstudio.com/items?itemName=inlang.vs-code-extension
2 stars 0 forks source link

"debug vs-code-extension" does not work anymore #63

Closed jldec closed 4 months ago

jldec commented 4 months ago

Context

I used to be able to debug sherlock code with the debug vs-code-extension config, but this is no longer working for me.

The 2nd window with the debug project workspace appears as before, but any breakpoints e.g. in inlang/source-code/ide-extension/src/main.ts are ignored and remain grey.

This is blocking investigation of SHERL-57

Proposal

felixhaeberle commented 4 months ago

fix in https://github.com/opral/monorepo/commit/4a61e9162c13623f5df4fbf3e6a1fad88c9d84de

jldec commented 4 months ago

works for me now - thanks @felix.haeberle