question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wildcards in Filenames

See original GitHub issue
  • I’m sure this issue is not a duplicate?

Is it possible to entertain the idea of allowing wildcards in file or folder names for icon matching, especially in overrides at the local level? For example … I would love to be able to put this into my settings.json file. The ability to customize the icons alone has been so wonderful.

{ "icon": "node", "extensions: [ ".node" ], match: [ "*Node" ], format: "svg", extends: "node" }

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
robertohuertasmcommented, Mar 23, 2021

No luck

0reactions
JustinGrotecommented, Mar 23, 2021

No way to expand the suffix too I assume? It’s very common for go tests to be named myfunction_test.go, so if I could just match “ahead” of the period e.g. *_test.go

Read more comments on GitHub >

github_iconTop Results From Across the Web

10 Practical Examples Using Wildcards to Match Filenames in ...
Wildcards are special characters that represent other characters and can be used with ls or rm command to list or remove files matching...
Read more >
Wildcards in Filenames - Robelle
Wildcards in Filenames ... UNIX allows wildcards in almost all commands -- it is actually a feature of the shell. Caution: UNIX also...
Read more >
Patterns for File Names: Wildcards
One good way to figure out what files will match a wildcard pattern is to use the echo command. echo simply prints out...
Read more >
Using wildcard characters - IBM
You can use wildcard characters when you specify source file names and source file paths for file transfers. This allows you to select...
Read more >
33.2. Filename Wildcards in a Nutshell
Table 33-1. Filename wildcards ... Note that wildcards do not match files whose names begin with a dot (.), like .cshrc. This prevents...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found