devtools
devtools copied to clipboard
can't 'open component in editor ' when I use wsl environment
Version
6.4.1
Browser and OS info
Chrome 105/ Windows 10
Steps to reproduce
- vite serve a project and visite localhost
- open dev tools in chrome,
- click
open component in editor
What is expected?
open file in editor
What is actually happening?
error in command
In the windows environment, this function can be used normally
Same issue
Same, no one found a solution?
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"