mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +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 = {
|
const options: vscode.InputBoxOptions = {
|
||||||
value: "() ==>> ()",
|
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) => {
|
validateInput: async (x: string) => {
|
||||||
try {
|
try {
|
||||||
await client.sendRequest(ra.ssr, {
|
await client.sendRequest(ra.ssr, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user