Table of Contents

settings

project/.vccode/settings.json

{
    "search.useIgnoreFiles": true,
    "editor.selectionClipboard": false,
 
    "[makefile]": {
        "editor.insertSpaces": false,
        "editor.detectIndentation": false
    }
}
"files.associations": {
    "*.mk": "makefile",
    "Makefile.include": "makefile",
    "*.php4": "php",
    "*.php5": "php",
    "**/somefolder/*.*": "php"
}
 
// The default language mode that is assigned to new files.
"files.defaultLanguage": "html"

How to turn off auto select in File Explorer when changing window tabs

"explorer.autoReveal": false

file.associations

Issue file.associations doesn't work from settings.json:

This setting cannot be applied in this workspace. It will be applied when you open the containing workspace folder directly.