could not open in the editor
See original GitHub issueVersion
3.0.0-rc.10
Node and OS info
zh-cn
Steps to reproduce
在 ui 界面中,不能通过 “在编辑器中打开”,打开项目。
命令行报错
Could not open mapbox-demo in the editor.
The editor process exited with an error: spawn code ENOENT.
Unable to open '/Users/zhaozhe/Demo/mapbox-demo' spawn code ENOENT.
What is expected?
通过 ui 界面,在编辑器中打开项目
What is actually happening?
不能便捷打开项目
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Could not open the editor error - Stack Overflow
Could not open the Could not open the editor: The editor class could not be instantiated. This usually indicates a missing no-arg constructor...
Read more >Could not open the editor: An unexpected exception was thrown.
I just downloaded and installed the latest version (2.2.0.1) and after I have connected to my system I get these when I try...
Read more >can not open editor of any file. · Issue #82218 · microsoft/vscode
my answer: It's 100% repro in any project. insider version can not open multiple editors. I won't open another issue, because I find...
Read more >Unable to Open the Wix Editor | Help Center | Wix.com
To resolve issues with loading the Wix Editor: · Open an incognito window in your browser. · Sign in to Wix and try...
Read more >Can't open access control editor. Unable to perform a security
In Control Panel: 1. Type UAC in the search field on your taskbar. 2. Click Change User Account Control settings in the search...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@zhaozhe0831 It is due to the lack of
code
shell command while having a running instance of VS Code. You can installcode
command inPATH
and try again.+1