mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Fix delimiter in SSR example
This commit is contained in:
parent
d134a81037
commit
59cb6a9b31
@ -195,7 +195,7 @@ export function ssr(ctx: Ctx): Cmd {
|
||||
|
||||
const options: vscode.InputBoxOptions = {
|
||||
value: "() ==>> ()",
|
||||
prompt: "Enter request, for example 'Foo($a) ==> Foo::new($a)' ",
|
||||
prompt: "Enter request, for example 'Foo($a) ==>> Foo::new($a)' ",
|
||||
validateInput: async (x: string) => {
|
||||
try {
|
||||
await client.sendRequest(ra.ssr, {
|
||||
|
Loading…
Reference in New Issue
Block a user