白山風露
白山風露
`NotSupportedError` means "your graphics system is not supported". You could probably get more information with `RUST_LOG=blade=debug` environment variable. However, it may be difficult to solve this issue quickly.
https://www.amd.com/ja/support/kb/release-notes/rn-rad-win-vulkan Radeon graphics driver supports Vulkan extentions used by `blade`. If your driver is older than supported version, you need to update it.
We should add troubleshooting for this. https://github.com/zed-industries/zed/blob/3aa242e0766813e2cfb8cb84d6ca73606c8a5d49/docs/src/developing_zed__building_zed_windows.md
I tried to use `dirs` crates for code commonality, but found it difficult to use it without breaking changes.