mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Fix delimiter in SSR example
This commit is contained in:
parent
d134a81037
commit
59cb6a9b31
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue