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 708f302 commit 3e05369Copy full SHA for 3e05369
crates/ark/src/modules/positron/frontend-methods.R
@@ -39,7 +39,7 @@
39
column = 0L
40
) {
41
# Don't normalize if that's an `ark:` URI
42
- if (grepl("^ark:", file)) {
+ if (is_ark_uri(file)) {
43
kind <- "uri"
44
} else {
45
kind <- "path"
0 commit comments