From 39b27546f68944d2ea889d6d6fc483ab9e1a6efe Mon Sep 17 00:00:00 2001 From: ARNik Date: Mon, 23 Feb 2026 03:56:34 +0300 Subject: [PATCH] use list --- src/VS-Code.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/VS-Code.md b/src/VS-Code.md index 85f95ed..8de8ffb 100644 --- a/src/VS-Code.md +++ b/src/VS-Code.md @@ -47,15 +47,12 @@ ## VS Code полезные настройки -`files.autoSave` - автоматическое сохранение файлов -`workbench.editor.enablePreview` - открытие файлов в режиме preview -`editor.renderWhitespace` - показ табов/пробелов -`window.zoomLevel` - масштаб по умолчанию - -`terminal.integrated.cursorStyle` - вид курсора в терминале (line) -`terminal.integrated.cursorBlinking` - (check) -`terminal.integrated.cursorStyleInactive` - (underline) - -`editor.occurrencesHighlight` - подсветка при постановке курсора (off) - -`window.title` - называние окна и кнопки в панели задач (${rootName}${separator}${profileName}) +- `files.autoSave` - автоматическое сохранение файлов +- `workbench.editor.enablePreview` - открытие файлов в режиме preview +- `editor.renderWhitespace` - показ табов/пробелов +- `window.zoomLevel` - масштаб по умолчанию +- `terminal.integrated.cursorStyle` - вид курсора в терминале (line) +- `terminal.integrated.cursorBlinking` - (check) +- `terminal.integrated.cursorStyleInactive` - (underline) +- `editor.occurrencesHighlight` - подсветка при постановке курсора (off) +- `window.title` - называние окна и кнопки в панели задач (${rootName}${separator}${profileName})