diff --git a/crates/zed/src/zed.rs b/crates/zed/src/zed.rs index 9e0d0618842c680855a0ae2a2379a3a379ae6dd2..3d476cd5628476738dc12dbe585817082ee762f7 100644 --- a/crates/zed/src/zed.rs +++ b/crates/zed/src/zed.rs @@ -178,6 +178,7 @@ pub fn initialize_workspace( will result in awful performance. For troubleshooting see: https://zed.dev/docs/linux + Set ZED_ALLOW_EMULATED_GPU=1 env var to permanently override. "#}, specs.device_name); let prompt = cx.prompt(PromptLevel::Critical, "Unsupported GPU", Some(&message), &["Skip", "Troubleshoot and Quit"]);