Folders that can be assigned by custom configuration
See original GitHub issueA json file with the folders and their associated names patterns:
{
"red": "*core*",
"blue":"assets",
...
}
Thanks for your work.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to Customize Folders with Desktop.ini - Win32 apps
Folders are normally displayed with the standard folder icon. A common use of the Desktop.ini file is to assign a custom icon or...
Read more >About Configuration Folders
Overview. The Configuration Folder is a Designer Folder behavior that allows users to create additional configurations on Data Structures.
Read more >Default and Custom Configuration Files
The configuration files are divided into two categories: Default and Custom. The Default set is created by the App Volumes agent installer.
Read more >Change permissions for files, folders, or disks on Mac
On your Mac, assign permissions that allow users and groups to see or change a file, folder, or disk.
Read more >Move your organization's content to a shared drive
Only admins can move folders, so if you want to let a specific set of users move folders into shared drives, you can...
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 Free
Top 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
With the latest update you can customize the folder icon associations: https://github.com/PKief/vscode-material-icon-theme#folder-associations
@AlbertoBasalo @MeirionHughes I absolutely like your ideas. I think this should be a future concept of this theme. But my possibilities are restricted to the api of vscode in this case. There’s also a feature request for vscode in the backlog to allow glob file patterns: #12493. Currently we have to wait until the vscode team will extend the api.