mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
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:
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user