This commit is contained in:
2026-02-23 03:56:34 +03:00
parent 9292749b05
commit 39b27546f6

View File

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