Dominik G.
Dominik G.
not a bug, kit handles html itself. see https://github.com/sveltejs/kit/discussions/8269 Maybe we could log a warning if we detect plugins with that hook?
caused by https://github.com/yyx990803/launch-editor/commit/5366f3ee3addc9ea014088c254db6398f788fbff launch-editor tries to protect from malicious filenames, not sure if + is a dangerous char on windoes or just too rigid check
fix could take a bit as launch-editor is bundled in vite
The linked change was included in vite 5.3.2
this needs a change in `launch-editor` first and then vite has to update the bundled version and release that.
please don't use partial overrides. If svelte-inspector on +page.svelte files is that important to you, go back to vite 5.3.1 entirely to ensure that you are using one consistent version.
the fix for this is going to be included in the next release of vite
> Still doesn't work for me with ` "vite": "^5.4.0",` can you provide more info here? the fix was pretty straight forward and another windows user just reported it working...
Does your username or the project directory contain any other special characters?
oof, [] and () are problems tooo i guess