Visual Studio Code – settings.json (example)

 
{
    „[html]“: {
        „files.encoding“: „windows1250“
    },
    „remotefs.remote“: {
        „mfg“: {
            „scheme“: „sftp“,
            „host“: „mfg“,
            „username“: „posmura“,
            „privateKeyPath“: „/home/posmura/.ssh/id_rsa“,
            „rootPath“: „/home/posmura“
        }
    },
    „workbench.startupEditor“: „none“,
    „bracket-pair-colorizer-2.colors“: [
        „Gold“,
        „Orchid“,
        „LightSkyBlue“
    ],
    „files.associations“: {
        „*.tmpl“: „html“
    }
    „files.autoSave“: „afterDelay“
}