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 6a067ce commit 2a18ef0Copy full SHA for 2a18ef0
editors/code/src/commands.ts
@@ -158,7 +158,7 @@ export function ssr(ctx: Ctx): Cmd {
158
159
const options: vscode.InputBoxOptions = {
160
value: "() ==>> ()",
161
- prompt: "Enter request, for example 'Foo($a:expr) ==> Foo::new($a)' ",
+ prompt: "Enter request, for example 'Foo($a) ==> Foo::new($a)' ",
162
validateInput: async (x: string) => {
163
try {
164
await client.sendRequest(ra.ssr, { query: x, parseOnly: true });
0 commit comments