Různé

zpět

 

Konfigurace Visual Studio Code

{
  „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“,
    „*.mnu“: „html“,
    „*.html“: „html“
  },
 
  „files.autoSave“: „afterDelay“,
  „editor.minimap.enabled“: false,
  „editor.suggestSelection“: „first“,
  „vsintellicode.modify.editor.suggestSelection“:       „automaticallyOverrodeDefaultValue“,
 
  „[javascript]“: {
    „editor.defaultFormatter“: „esbenp.prettier-vscode“
  },
 
  „[html]“: {
    „editor.defaultFormatter“: „vscode.html-language-features“,
    „files.encoding“: „windows1250“
  },
 
  „html.format.contentUnformatted“: „“
}

 

 

 

zpět