Merge #6006
6006: Fix delimiter in SSR example r=jonas-schievink a=lnicola Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
f514965c51
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue