Allow to set a file association for files with no extension
See original GitHub issue{
"files.associations": {
"*": "mydefaulttype"
}
}
This changes the file association for absolutely all files. Should be possible to set a file association only for files that have no extension. So it would match somefilename
but not somefilename.txt
and not even .somefilename
.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:31
- Comments:10 (1 by maintainers)
Top Results From Across the Web
How do I create a default association for files with no extension?
Start the registry editor (regedit.exe) · Move to HKEY_CLASSES_ROOT · From the Edit menu select New - Key · Enter a name of...
Read more >How to set the default program for opening files ... - Super User
My solution: using this post I have made a file association for the file without extension. first I mapped it to Acrobat Reader,...
Read more >Unable to change program associations for some file ...
Go to Settings->Preferences->file associations->customize. Type in the extension (.mod) under Supported extensions and click on -> to get the ...
Read more >How to Change File Associations in Windows - Lifewire
In the Choose default apps by file type window, select the program to the right of the file extension. If there isn't one...
Read more >How to Change File Associations in Windows 10 | Digital Trends
1. Right-click on a file of the type you wish to change the association for. 2. Select Open With from the resulting menu....
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
Yes, that works fine on the files named exactly
somefilename
. But can’t figure out any way to set a default file type for files with no extension to work.still open?