【发布时间】:2021-08-18 19:59:51
【问题描述】:
我想在 VueDevtools 中使用“在编辑器中打开”功能,但我的终端总是出错:
Could not open MakeUpStudio.vue in the editor.
The editor process exited with an error: (code 1).
To specify an editor, specify the EDITOR env variable or add "editor" field to your Vue project config.
所以我关注了this documentation,但它并没有改变任何东西。我能做什么?
【问题讨论】:
-
到目前为止你做了什么?你的配置是什么?
-
我在使用 VSCode 时尝试将 EDITOR 环境变量设置为
code,并使用以下配置:github.com/emanuelmutschlechner/vuejs-vue-devtools/blob/master/…
标签: vue.js vue-devtools