mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Don't register "ini" for all files named "config"
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
{
|
||||
"id": "properties",
|
||||
"extensions": [ ".properties", ".cfg", ".conf", ".desktop", ".directory" ],
|
||||
"filenames": [ "config", ".gitattributes", ".gitconfig", "gitconfig", ".editorconfig" ],
|
||||
"filenames": [ ".gitattributes", ".gitconfig", "gitconfig", ".editorconfig" ],
|
||||
"filenamePatterns": [ "**/.git/config" ],
|
||||
"aliases": [ "Properties", "properties" ],
|
||||
"configuration": "./properties.language-configuration.json"
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user