Compare commits

..

4 Commits

Author SHA1 Message Date
9d7356bd96 workbench.list.openMode 2026-03-05 18:16:04 +03:00
39b27546f6 use list 2026-02-23 03:57:52 +03:00
9292749b05 window title 2026-02-23 03:53:18 +03:00
35ff17714c vscode useful settings 2026-02-23 03:10:25 +03:00

View File

@@ -47,13 +47,13 @@
## 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)
- `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})
- `workbench.list.openMode` - как открывать файлы (doubleClick)