diff --git a/src/VS-Code.md b/src/VS-Code.md index 85f95ed..1f901f6 100644 --- a/src/VS-Code.md +++ b/src/VS-Code.md @@ -47,15 +47,15 @@ ## VS Code полезные настройки -`files.autoSave` - автоматическое сохранение файлов -`workbench.editor.enablePreview` - открытие файлов в режиме preview -`editor.renderWhitespace` - показ табов/пробелов -`window.zoomLevel` - масштаб по умолчанию +-`files.autoSave` - автоматическое сохранение файлов +-`workbench.editor.enablePreview` - открытие файлов в режиме preview +-`editor.renderWhitespace` - показ табов/пробелов +-`window.zoomLevel` - масштаб по умолчанию -`terminal.integrated.cursorStyle` - вид курсора в терминале (line) -`terminal.integrated.cursorBlinking` - (check) -`terminal.integrated.cursorStyleInactive` - (underline) +-`terminal.integrated.cursorStyle` - вид курсора в терминале (line) +-`terminal.integrated.cursorBlinking` - (check) +-`terminal.integrated.cursorStyleInactive` - (underline) -`editor.occurrencesHighlight` - подсветка при постановке курсора (off) +-`editor.occurrencesHighlight` - подсветка при постановке курсора (off) -`window.title` - называние окна и кнопки в панели задач (${rootName}${separator}${profileName}) +-`window.title` - называние окна и кнопки в панели задач (${rootName}${separator}${profileName})