launch-editor icon indicating copy to clipboard operation
launch-editor copied to clipboard

fix: fix the problem of error when there are spaces in the path

Open kiccer opened this issue 2 years ago • 0 comments

What was fixed?

When my vscode installation directory contains spaces, using the vue-devtools "open in editor" function reports the following error: image

I modified the source code to make it work again.

Tips

I tried both '/C start""' and '/C start and they had the same effect. I have only tested the win32 environment, which is not sufficient. (I can't do any more testing, so I hope someone will help me finish it.)

Reference

  • https://blog.csdn.net/u011968063/article/details/50323239

kiccer avatar Jan 28 '23 08:01 kiccer