]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #107819 - clubby789:x-py-root, r=jyn514
authorMichael Goulet <michael@errs.io>
Thu, 9 Feb 2023 04:01:28 +0000 (20:01 -0800)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 04:01:28 +0000 (20:01 -0800)
Set `rust-analyzer.check.invocationLocation` to `root`

Add
```json
    "rust-analyzer.check.invocationLocation": "root",
    "rust-analyzer.check.invocationStrategy": "once",
```
to the bundled VS code config. This prevents an error with r-a invoking `python3 x.py` in `src/bootstrap` where `x.py` does not exist.

r? ``@jyn514``


Trivial merge