We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d134a81 commit 59cb6a9Copy full SHA for 59cb6a9
editors/code/src/commands.ts
@@ -195,7 +195,7 @@ export function ssr(ctx: Ctx): Cmd {
195
196
const options: vscode.InputBoxOptions = {
197
value: "() ==>> ()",
198
- prompt: "Enter request, for example 'Foo($a) ==> Foo::new($a)' ",
+ prompt: "Enter request, for example 'Foo($a) ==>> Foo::new($a)' ",
199
validateInput: async (x: string) => {
200
try {
201
await client.sendRequest(ra.ssr, {
0 commit comments