Skip to content

Commit

Permalink
Temporarily emit all supported hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Nov 18, 2024
1 parent e8b9fdb commit 2694a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/positron-r/src/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export async function getRPackageTasks(editorFilePath?: string): Promise<vscode.
{
task: 'r.task.cliHyperlinks',
message: vscode.l10n.t('{taskName}', { taskName: 'Emit a cli run hyperlink' }),
rcode: 'cli::cli_text("{.run usethis::proj_sitrep()}")',
rcode: 'cli::cli_text("{.run usethis::proj_sitrep()} {.help usethis::proj_sitrep} {.vignette pkgdown::accessibility}")',
package: 'cli',
envVars: { ... await prepCliEnvVars() }
},
Expand Down

0 comments on commit 2694a20

Please sign in to comment.