Skip to content

Commit bdaf4e7

Browse files
committed
Use simpler glob pattern
1 parent 722b0b4 commit bdaf4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ark/src/lsp/state_handlers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub(crate) fn initialize(
177177
let r_file_filter = FileOperationFilter {
178178
scheme: Some(String::from("file")),
179179
pattern: FileOperationPattern {
180-
glob: String::from("**/*.[Rr]"),
180+
glob: String::from("**/*.{r,R}"),
181181
matches: Some(FileOperationPatternKind::File),
182182
options: None,
183183
},

0 commit comments

Comments
 (0)