about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-02-19 18:52:03 +0100
committerGitHub <noreply@github.com>2025-02-19 18:52:03 +0100
commitbe36bd288f887b26a0a09b15e83452acf5034935 (patch)
treedc0b9431ac5dcfacdbb41adbb1da25594b49778a /compiler/rustc_codegen_llvm/src/errors.rs
parented49386d3aa3a445a9889707fd405df01723eced (diff)
parent410331c74c3dbb360633ca6127caaf5edca7d89e (diff)
downloadrust-be36bd288f887b26a0a09b15e83452acf5034935.tar.gz
rust-be36bd288f887b26a0a09b15e83452acf5034935.zip
Rollup merge of #127793 - ChaiTRex:zed_support, r=Kobzol
Added project-specific Zed IDE settings

This repository currently has project-specific VS Code IDE settings in `.vscode` and `compiler/rustc_codegen_cranelift/.vscode`. Now there are equivalent project-specific Zed IDE settings alongside those.

This fixes `rust-analyzer` not being able to properly handle this project.

Note that:

1. The contents of `src/tools/rust-analyzer/.vscode` could not be translated to Zed, as they aren't basic IDE settings.
2. One of the VS Code settings in `.vscode` has no corresponding setting in Zed, and so this has been noted like this:

    ```json
      "_settings_only_in_vs_code_not_yet_in_zed": {
        "git.detectSubmodulesLimit": 20
      },
    ```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions