Compare commits

..

1 Commits

Author SHA1 Message Date
e8986d76e1 vscode useful settings 2026-02-23 02:44:58 +03:00

View File

@@ -47,13 +47,13 @@
## 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.cursorBlinking` - (check) terminal.integrated.cursorStyle - вид курсора в терминале (line)
- `terminal.integrated.cursorStyleInactive` - (underline) terminal.integrated.cursorBlinking - (check)
- `editor.occurrencesHighlight` - подсветка при постановке курсора (off) terminal.integrated.cursorStyleInactive - (underline)
- `window.title` - называние окна и кнопки в панели задач (${rootName}${separator}${profileName})
- `workbench.list.openMode` - как открывать файлы (doubleClick) editor.occurrencesHighlight - подсветка при постановке курсора (off)