fix(shell): run sidecar with dots in filename, closes #2310 (#2950)

* fix(shell): run sidecar with dots in filename, closes #2310

* fix import

* remove dead code

* code review suggestions

* clippy

* clippy
This commit is contained in:
Lucas Fernandes Nogueira
2025-08-25 10:44:47 -03:00
committed by GitHub
parent 1107c46425
commit d865ed4768
3 changed files with 57 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"shell": patch
"shell-js": patch
---
Fix sidecar with dots in the filename not working on Windows.