Перейти к основному содержимому

Базовые настройки Visual Studio Code

settings.json
{
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"terminal.integrated.fontSize": 16,
"editor.renderLineHighlight": "gutter",
"window.zoomLevel": 0,
"workbench.iconTheme": "vs-seti",
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": true,
"editor.dragAndDrop": true,
"window.reopenFolders": "all",
"window.title": "${dirty}${activeEditorShort} — ${rootName} — ${appName}",
"explorer.openEditors.visible": 0,
"explorer.autoReveal": false,
"editor.cursorStyle": "line-thin",
"editor.cursorBlinking": "phase",
"terminal.integrated.confirmOnExit": true,
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"markdown.extension.toc.encodeUri": false,
"markdown.extension.toc.toLowerCase": false,
"markdown.extension.toc.levels": "2..6"
}