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.
2 parents 7ba578a + 59cb6a9 commit f514965Copy full SHA for f514965
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