Hint to allow software rasterizer (#15560)

Arkadi Shishlov created

Depending on a number of CPU cores llvmpipe could provide adequate
performance.

A little bit of help to skip searching Zed codebase for solution.

Release Notes:

- N/A

Change summary

crates/zed/src/zed.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

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"]);