Отступы внизу в панельке поменять можно, а вот со сроками, впервые такое вижу
Внизу в панельке написано Spaces 4, но что-то не 4...
{ "editor.acceptSuggestionOnEnter": "off", "editor.bracketPairColorization.enabled": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "editor.foldingImportsByDefault": true, "editor.fontFamily": "", "editor.fontLigatures": true, "editor.guides.bracketPairs": "active", "editor.inlineSuggest.enabled": true, "editor.lineNumbers": "interval", "editor.linkedEditing": true, "editor.minimap.enabled": true, "editor.scrollBeyondLastColumn": 0, "editor.suggest.preview": true, "editor.suggestSelection": "recentlyUsedByPrefix", "editor.unicodeHighlight.ambiguousCharacters": false, // Работа с файлами "files.autoSave": "onFocusChange", "files.defaultLanguage": "markdown", // Доводка терминала "terminal.integrated.defaultProfile.osx": "zsh", // Доводка рабочей области "workbench.colorCustomizations": { "tab.activeBackground": "#fff3" }, "workbench.editor.limit.value": 5, "workbench.colorTheme": "Sublime Monokai", "git.path": "C:\\Program Files\\Git\\git-cmd.exe", "python.defaultInterpreterPath": "C:\\Users\\NASTYA\\AppData\\Local\\Programs\\Python\\Python310\\python.exe", "terminal.integrated.defaultProfile.windows": "PowerShell", "debug.console.fontSize": 15, "editor.codeLensFontFamily": "IBM 3270", "editor.fontWeight": "normal", "editor.fontSize": 16, "terminal.integrated.profiles.windows": { "PowerShell": { "source": "PowerShell", "icon": "terminal-powershell", "path": "%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe" }, "Command Prompt": { "path": [ "${windir}\\Sysnative\\cmd.exe", "${windir}\\System32\\cmd.exe" ], "args": [], "icon": "terminal-cmd" }, "Git Bash": { "source": "Git Bash" } }, "window.commandCenter": true, "terminal.integrated.splitCwd": "initial", "terminal.external.windowsExec": "C:\\Windows\\System32\\cmd.exe", }
Файл со скрина скиньте!
"editor.lineNumbers": "interval" - а это вы зачем сделали?
Так бы сразу и написали. Уточнение про тип файла не было. Считаю моё предположение, что имелся ввиду файл с настройками, логичным.
файл с настройками тоже хорошо, нашли почему у вас нумерация строк такая странная
хмм, в файле отступы пробелами и по 4 штуки
Это скопированная конфигурация из какой-то статьи про настройку vs code.
и что там вот так было? "editor.fontFamily": "",
В расширениях тоже ничего такого нет...
ну как там, включили?
Обсуждают сегодня