一个初入vscode的学习者遇到的问题:vscode无法打开,启动后出现黑框随后闪退,任务管理器中能看到残留进程
操作系统及软件版本:win10专业版 vscode为官网下载的最新版
因为cmd初步报错为GPU无法调用所以添加指令--no-sandbox,
但依旧报错此次报错信息为
[main 2023-02-20T06:13:30.185Z] update#ctor - updates are disabled due to running as Admin in user setup
[main 2023-02-20T06:13:31.211Z] [UtilityProcess id: 1, type: extensionHost, pid: ]: creating new...
[10748:0220/141331.213:ERROR:electron_api_utility_process.cc(123)] Failed to create null handle: 系统找不到指定的文件。 (0x2)
[7884:0220/141331.615:ERROR:shared_image_manager.cc(228)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7884:0220/141331.618:ERROR:shared_image_manager.cc(228)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7884:0220/141331.621:ERROR:shared_image_manager.cc(228)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7884:0220/141331.624:ERROR:shared_image_manager.cc(228)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7884:0220/141331.627:ERROR:shared_image_manager.cc(228)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
希望我的vscode正常运行
一般方法已经全部尝试过了,包括删除code文件夹,安装anaconda等