Closed TeG2405 closed 2 months ago
Adjust the regex pattern for Windows to allow square brackets in file names. This change ensures compatibility with file names that contain these characters on the Windows platform.
Path as "pages\contest[contest]\index.vue" valid in window.
Temporary solution for me. https://www.npmjs.com/package/@teg2405/launch-editor
https://github.com/vuejs/devtools-next/issues/587#issue-2497037120
Adjust the regex pattern for Windows to allow square brackets in file names. This change ensures compatibility with file names that contain these characters on the Windows platform.
Path as "pages\contest[contest]\index.vue" valid in window.