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:
- Created 6 years ago
- Reactions:3
- Comments:11 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No luck
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