feat(ext): add swiper back for alt+r current file search

Periscope is nice, but result ordering is not based on line number which can get a bit confusing.
This commit is contained in:
2025-08-12 12:37:51 +01:00
parent 591beaefa9
commit 1972c4350d
3 changed files with 32 additions and 21 deletions

View File

@@ -331,8 +331,16 @@
// - https://marketplace.visualstudio.com/items?itemName=joshmu.periscope
//
"periscope.rgGlobExcludes": [
"**/.bundle/**",
"**/.git/**",
"**/.log/**",
"**/.log/**",
"**/.yarn/**",
"**/.yarn/**",
"**/dist/**",
"**/node_modules/**",
"**/straight/**",
"**/vendor/**",
"*.cjs",
"*.cts",
"*.log",
@@ -341,16 +349,7 @@
"*.min.css",
"*.min.js",
"*.sql",
"*.test",
"*/.log/*",
"*/.yarn/*",
".bundle/*",
".git/*",
".log/*",
".vscode/*",
".yarn/*",
"straight/*",
"vendor/*"
"*.test"
],
"periscope.rgMenuActions": [
{