about summary refs log tree commit diff
path: root/compiler/rustc_parse/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-12-05 16:08:36 +0100
committerGitHub <noreply@github.com>2023-12-05 16:08:36 +0100
commita260acc668f45ec266730ee28d55bbfd071de236 (patch)
tree67f18b9456ddf9f2866a2290ce7274a74180f57a /compiler/rustc_parse/src
parent81b6263dd03aa9288a03178a4ec556922d5332c4 (diff)
parent15a8e9d59b2967f9f7baea85d1463b20e3b0d970 (diff)
downloadrust-a260acc668f45ec266730ee28d55bbfd071de236.tar.gz
rust-a260acc668f45ec266730ee28d55bbfd071de236.zip
Rollup merge of #118606 - long-long-float:x-do-not-quit-when-x-prints-settings-json, r=onur-ozkan
Fix `x` not to quit after `x` prints `settings.json`

I fixed the `x` not to quit after the `x` prints `.vscode/settings.json`.

The command `x setup` ask as following:

```
x.py can automatically install the recommended `.vscode/settings.json` file for rustc development
Would you like to create/update `settings.json`, or only print suggested settings?: [y/p/N]
```

When user types `p`, the `x` prints the contents and quit the program.
It is a hassle to start the command again, so I fixed the `x` to ask what to do again.
Diffstat (limited to 'compiler/rustc_parse/src')
0 files changed, 0 insertions, 0 deletions