Skip to content

LcsGon/config-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

{
    "workbench.colorTheme": "Min Dark", // Min Dark or Dracula Theme 
    "vsicons.dontShowNewVersionMessage": true,
    "liveServer.settings.donotShowInfoMsg": true,
    "security.workspace.trust.untrustedFiles": "open",
    "editor.minimap.size": "fit",
    "editor.minimap.enabled": false,
    "editor.wordWrap": "on",
    "explorer.confirmDragAndDrop": false,
    "explorer.confirmDelete": false,
    "terminal.integrated.defaultProfile.windows": "PowerShell",
    "workbench.startupEditor": "newUntitledFile",
    "java.debug.settings.console": "internalConsole",
    "cmake.configureOnOpen": true,
    "editor.fontSize": 14,
    "editor.lineHeight": 1.6,
    "explorer.confirmPasteNative": false,
    "workbench.layoutControl.enabled": false,
    "workbench.editor.editorActionsLocation": "titleBar",
    "workbench.editor.empty.hint": "hidden",
    "editor.fontLigatures": true,
    "editor.rulers": [100],
    "workbench.iconTheme": "vscode-icons-mac",
    "workbench.activityBar.location": "bottom",
    "symbols.hidesExplorerArrows": false,
    "explorer.compactFolders": false,
    "editor.semanticHighlighting.enabled":false, 
    "breadcrumbs.enabled": false,
    "editor.scrollbar.vertical": "hidden",
    "files.autoSave": "afterDelay",
    "workbench.secondarySideBar.defaultVisibility": "hidden",
    "terminal.integrated.defaultLocation": "view",
    "workbench.panel.defaultLocation": "right"
}

About

Arquivo user : settings.JSON do VSCODE com minhas configurações da IDE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published