VSC конфигурационный файл ч2

Описание к видео VSC конфигурационный файл ч2

Нравится канал? Жми сюда:    / @all4site544  

Привет всем!
В этом видео мы продолжаем рассматривать конфигурационный файл VSC.

Код урока:

// ФАЙЛЫ
"files.autoSave": "onFocusChange",
"files.trimTrailingWhitespace": true,
// РЕДАКТОР
"editor.parameterHints": false,
"editor.overviewRulerBorder": false,
"editor.glyphMargin": false,
"editor.autoIndent": true,
"editor.fontSize": 16,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.trimAutoWhitespace": true,
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.wordWrap": "on",
"editor.insertSpaces": false,
"editor.mouseWheelZoom": true,
"editor.smoothScrolling": true,
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
// ПАНЕЛИ
"window.menuBarVisibility": "toggle",
"workbench.startupEditor": "none",
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false,
"workbench.colorTheme": "One Dark Pro",
"workbench.iconTheme": "ayu",
"workbench.tips.enabled": false,
"explorer.openEditors.visible": 0,

Комментарии

Информация по комментариям в разработке