From: Michael Goulet Date: Thu, 9 Feb 2023 04:01:28 +0000 (-0800) Subject: Rollup merge of #107819 - clubby789:x-py-root, r=jyn514 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=3e07554fd73079a38a7d659676c2ada99db47d93;p=rust.git 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`` --- 3e07554fd73079a38a7d659676c2ada99db47d93