Feature Request: Add Support For Cursor in "Open in Editor" Feature
I also have this problem
Open in Editor cannot open through Cursor
Could not open App.vue in the editor.
Use vite-plugin-vue-devtools and install cursor command work for me.
`vueDevTools({ launchEditor: 'cursor' })
command + shift + p Install cursor command`
Could not open home.vue in the editor. 09:46:31 The editor process exited with an error: (code 1).
Use vite-plugin-vue-devtools and install cursor command work for me.
`vueDevTools({ launchEditor: 'cursor' })
command + shift + p Install cursor command`
When I use inspect, it works on my cursor, but the cursor always creates two new files. Is that normal?
对于浏览器插件的用户该如何设置呢,用cursor作为editor时,始终无法使用此指令。会如下报错 Could not open xxxxxxxx.vue in the editor.