Table of Contents

VsCode - File

About

File management in VsCode

Management

Language Association

Change the language association

Correcting an extension:

"files.associations": {
    ".database": "json"
}

settings only for a specific language (where LanguageId):

"[languageid]": {

}

Format

See VsCode - Formatter

Go to file