Robo
Robo
Didn't remember, tried the flow again. Issue happens only when merge editor is opened via `Resolve conflicts` action in the PR view, manually opening the merge editor on each file...
@FrenkyNet can you try it out with shim v3 as a transform and still get the same build?
Thanks! will dig into this tonite.
@FrenkyNet can you paste your gulp config. I tried with both the gulp.watch module and native watch but they worked fine.
cool thanks! , i can see the problem now. will get back soon.
i havnt planned for it but you could use the `prebundle` callback to achieve it right now. If this is very much needed will add it.
yup @shuhei it does work. but i think it would be nice if we provide config option for aliasmapping :)
Sorry i have stopped working on this. This plugin needs a proper rewrite.
Nope i am nt planning on any rewrite. you can look into this thread for suggestions https://github.com/gulpjs/plugins/issues/47
Just had a look at the crash logs, the issue is unrelated to https://github.com/microsoft/vscode/issues/141280 The crash is happening at failing to [start](https://source.chromium.org/chromium/chromium/src/+/main:services/viz/public/cpp/gpu/client_gpu_memory_buffer_manager.cc;l=34) the `GpuMemoryThread` in the gpu process. This is...