diff --git a/crates/zed/src/zed.rs b/crates/zed/src/zed.rs index 9e0d061884..3d476cd562 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"]);