vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.65k stars 4.15k forks source link

can't 'open component in editor ' when I use wsl environment #1957

Open heibaikn opened 2 years ago

heibaikn commented 2 years ago

Version

6.4.1

Browser and OS info

Chrome 105/ Windows 10

Steps to reproduce

  1. vite serve a project and visite localhost
  2. open dev tools in chrome,
  3. click open component in editor 1

2

What is expected?

open file in editor

What is actually happening?

error in command

heibaikn commented 2 years ago

In the windows environment, this function can be used normally

cinob commented 1 year ago

Same issue

YuriyPonomarev224 commented 1 year ago

Same, no one found a solution?

kevinmarrec commented 12 months ago

I'm using Visual Studio Code as my default editor and it required me to add the following to my shell configuration file (~/.zshrc) in WSL :

export EDITOR="code"