andreasdj

Results 7 comments of andreasdj

Hi @hardchor, we have an issue related to this. The `triggerAlias` method uses `assert` to validate that a valid trigger alias has been provided. When using webpack with target `electron-preload`...

I'm following this thread due to having the exact same issue. For me the issue is still present. Jest Runner version: v0.4.56 VS code version: 1.71.1 I'm using bash as...

Thanks for the tip. I can confirm that using Powershell as the default terminal on Windows doesn't seem to have the same issue as bash. I will probably move over...

We have patched this package using `patch-package` and are using the zero width space character `\u200b` instead of the pipe `|`

Giving a follow up on this issue if anyone else would stumble across the same thing. The reason we wanted to update the logic when determining the caret position without...

We faced the same issue and have added a temporary workaround. We are using the Webpack plugin and as part of the build process, we check an environment variable to...

Currently we need to do that manually. We use React and the files are very small though, the only thing that differs is the CSP content. `index.dev.html` looks like this:...