]> git.lizzy.rs Git - rust.git/commit
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)
commit3e07554fd73079a38a7d659676c2ada99db47d93
treedd40e9d754e085d07687fcfaf62a031dac9177c1
parentae2ecff04b3029030d0aa0dff57a4f8eaf1a6747
parent730470c8dd9b605333f84119e501193d06966528
Rollup merge of #107819 - clubby789:x-py-root, r=jyn514

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``