yyx990803 / launch-editor

Open file in editor from Node.js.
MIT License
585 stars 67 forks source link

fix: update regex to include square brackets in file names #75

Closed TeG2405 closed 2 months ago

TeG2405 commented 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.

TeG2405 commented 2 months ago

Temporary solution for me. https://www.npmjs.com/package/@teg2405/launch-editor

gewisser commented 2 months ago

https://github.com/vuejs/devtools-next/issues/587#issue-2497037120