mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Fix SSR prompt following #4919
This commit is contained in:
parent
6a067ce947
commit
2a18ef0b09
@ -158,7 +158,7 @@ export function ssr(ctx: Ctx): Cmd {
|
||||
|
||||
const options: vscode.InputBoxOptions = {
|
||||
value: "() ==>> ()",
|
||||
prompt: "Enter request, for example 'Foo($a:expr) ==> Foo::new($a)' ",
|
||||
prompt: "Enter request, for example 'Foo($a) ==> Foo::new($a)' ",
|
||||
validateInput: async (x: string) => {
|
||||
try {
|
||||
await client.sendRequest(ra.ssr, { query: x, parseOnly: true });
|
||||
|
Loading…
Reference in New Issue
Block a user