Skip to content

Instantly share code, notes, and snippets.

@willdjames
Last active March 21, 2024 17:58
Show Gist options
  • Save willdjames/84017b79069cf67a2702620ef8f4f96d to your computer and use it in GitHub Desktop.
Save willdjames/84017b79069cf67a2702620ef8f4f96d to your computer and use it in GitHub Desktop.
VS Code configuração
{
"breadcrumbs.enabled": false,
"editor.rulers": [110],
"editor.fontSize": 14,
"editor.fontFamily": "JetBrainsMono-Regular",
"editor.minimap.enabled": false,
"editor.cursorStyle": "block",
"editor.semanticHighlighting.enabled": false,
"explorer.compactFolders": false,
"files.autoSave": "afterDelay",
"workbench.colorTheme": "Default Dark+",
"workbench.activityBar.location": "hidden",
"workbench.editor.labelFormat": "short",
"workbench.iconTheme": "symbols",
"workbench.startupEditor": "newUntitledFile",
"workbench.colorCustomizations": {
"editorRuler.foreground": "#ff4081",
"editorCursor.foreground": "#ff4081"
},
"window.menuBarVisibility": "toggle",
"[java]": {},
"java.configuration.runtimes": [
{
"name": "JavaSE-21",
"path": "/usr/lib/jvm/java-21-openjdk-amd64",
"javadoc": "/usr/lib/jvm/java-21-openjdk-amd64/docs",
"default": true
}
],
"symbols.hidesExplorerArrows": false,
"extensions.ignoreRecommendations": true,
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontFamily": "JetBrainsMono-Medium",
"remote.autoForwardPortsSource": "hybrid",
"git.openRepositoryInParentFolders": "never",
"editor.unicodeHighlight.ambiguousCharacters": false,
"window.commandCenter": false,
}
@willdjames
Copy link
Author

Done

@willdjames
Copy link
Author

Atualizacao nas fontes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment