Compare commits
4 Commits
e8986d76e1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d7356bd96 | |||
| 39b27546f6 | |||
| 9292749b05 | |||
| 35ff17714c |
@@ -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.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)
|
- `workbench.list.openMode` - как открывать файлы (doubleClick)
|
||||||
|
|||||||
Reference in New Issue
Block a user