Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Windows support (kinda) #18175

Closed

Commits on Sep 21, 2024

  1. Add Windows support (kinda)

    Fixes zed-industries#5394
    
    Add Windows support for the code editor.
    
    * **Cargo.toml**: Update the `[workspace.dependencies.windows]` section to include necessary features for Windows support. Add additional dependencies required for Windows support.
    * **.github/workflows/ci.yml**: Update the `windows_tests` job to run the tests on Windows. Ensure the `windows_tests` job is not commented out.
    * **crates/fs/Cargo.toml**: Ensure the `[target.'cfg(target_os = "windows")'.dependencies]` section includes all necessary dependencies for Windows support. Add additional dependencies required for Windows support.
    * **crates/gpui/src/platform/windows/util.rs**: Ensure the utility functions are fully implemented. Add additional utility functions required for Windows support.
    
    (Might not work.)
    (if it doesnt work, you can fix it, or do changes.)
    
    ---
    
    For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/zed-industries/zed/issues/5394?shareId=XXXX-XXXX-XXXX-XXXX).
    nap123-sys committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    5acf341 View commit details
    Browse the repository at this point in the history