Jürgen Steitz

Results 9 comments of Jürgen Steitz

> would this also change the working directory? i do this accidentally all the time, actually. it's tricky to get the behavior right so it should definitely be opt in...

I have a similar issue. They are all unverified, but partially work. In my tests, I noticed that all the breakpoints that are meant for a page load do not...

@karelkral The debugger works. Please check that you use version 2.9.6 I had the same issue, because only 2.9.4 was downloaded for me. The tags are also missing in github.

I'm using Rollup with source maps as a file. Shouldn't matter whether it is webpack or not. Maybe your path mappings are incorrect. Did you try the path mappings wizard...

Have nearly the same issue. Just that even a page refresh does not bring back the autofill.

@genebean I do not use alpha-nvim anymore. Instead I have this little snippet in my init.lua: ```lua -- Set workdir if argument is provided if vim.api.nvim_buf_get_name(0) ~= '' then --...

> Gotcha. It looks like the existing PRs aren't horribly complex. I'd like to volunteer, though hopefully some others can chip in to share the load as well. I can...

In case you use a bundler and import an esm module, it will not work. The esm modules are still dependent on npm packages and can currently only be used...