Skip to content

Instantly share code, notes, and snippets.

@igorroc
Created April 16, 2022 00:41
Show Gist options
  • Save igorroc/37bf759e756095aa3b7db8a226e5d268 to your computer and use it in GitHub Desktop.
Save igorroc/37bf759e756095aa3b7db8a226e5d268 to your computer and use it in GitHub Desktop.
My VSCode
{
// * Discord
"discord.detailsDebugging": "Debugando {file_name}",
"discord.detailsEditing": "📝{file_name}",
"discord.detailsIdling": "Fuçando no VSCode",
"discord.largeImage": "Editando um arquivo {LANG}",
"discord.largeImageIdling": "Pensando na vida",
"discord.lowerDetailsDebugging": "Debugando: {workspace}",
"discord.lowerDetailsEditing": "📂 {workspace}",
"discord.lowerDetailsIdling": "Pensando na vida",
"discord.lowerDetailsNoWorkspaceFound": "{empty}",
"discord.smallImage": "Já que vc ta fuçando aqui, me manda mensagem logo!",
"discord-chat.setUpIfDiscordChaStartWhenVSCodeOpened": false,
// * Git
"git.autofetch": true,
// * Icons
"material-icon-theme.folders.color": "#5AEB73",
"material-icon-theme.folders.theme": "specific",
// * Terminal
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.fontFamily": "Fira Code, monospace",
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.env.windows": {},
"terminal.integrated.tabs.location": "left",
"terminal.integrated.automationShell.osx": "",
"terminal.integrated.automationShell.windows": "",
// * Editor
"editor.fontFamily": "'Cascadia Code', Fira Code, sans serif",
"editor.fontLigatures": true,
"editor.suggestSelection": "first",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.suggest.showStatusBar": true,
"editor.suggest.insertMode": "insert",
"editor.lineHeight": 30,
"editor.cursorSmoothCaretAnimation": true,
"editor.smoothScrolling": true,
"editor.cursorBlinking": "phase",
"editor.cursorSurroundingLines": 3,
// * Explorer
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
// * Text completition
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"tabnine.experimentalAutoImports": true,
"python.linting.pylintArgs": ["--extension-pkg-whitelist=cv2"],
// * Text formatter
"prettier.semi": false,
"prettier.tabWidth": 4,
"prettier.useTabs": true,
"cSpell.language": "en,pt,pt_BR",
"cSpell.userWords": [
"Danielly",
"dowhile",
"monospace",
"PEBL",
"Rupp",
"Sternberg",
"Stroop",
"Tazitu",
"UESC"
],
// * Code Snap
"codesnap.transparentBackground": true,
"codesnap.target": "window",
// * Languages config
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[dart]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [80],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"[java]": {
"editor.suggest.snippetsPreventQuickSuggestions": false
},
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
},
// * Live Server
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.mount": [],
// * Files
"files.autoSave": "afterDelay",
"files.defaultLanguage": "${activeEditorLanguage}",
"files.associations": {
"*.rmd": "markdown"
},
"advancedNewFile.exclude": {
"node_modules": true,
"assets": true
},
"window.title": "📝 ${dirty}${activeEditorShort}${separator}",
"workbench.sideBar.location": "right",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "GitHub Dark Default",
"workbench.preferredDarkColorTheme": "GitHub Dark Default",
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"bracket-pair-colorizer-2.showBracketsInGutter": true,
"peacock.affectAccentBorders": true,
"peacock.affectTabActiveBorder": true,
"color-highlight.matchWords": true,
"color-highlight.matchRgbWithNoFunction": true,
"color-highlight.markerType": "dot-after",
// * Colors
"editor.tokenColorCustomizations": {
"[GitHub Dark Default]": {
"types": "#52d37f"
}
},
"better-comments.tags": [
{
"tag": "!",
"color": "#dd0531",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": true,
"italic": false
},
{
"tag": "?",
"color": "#007fff",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": true
},
{
"tag": "//",
"color": "#f4f4f4",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "todo",
"color": "#f9e64f",
"strikethrough": false,
"underline": true,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#5AEB8B",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"bracket-pair-colorizer-2.colors": [
"#5AEB8B",
"#61dafb",
"#f9e64f",
"#D42537"
],
"peacock.favoriteColors": [
{
"name": "Node Green",
"value": "#449B62"
},
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
}
],
"indentRainbow.colors": [
"rgba(221, 5, 49, 0.03)",
"rgba(0, 127, 255,0.03)",
"rgba(249, 230, 79,0.03)",
"rgba(24, 87, 164,0.03)",
"rgba(33, 87, 50,0.03)"
],
"indentRainbow.errorColor": "rgba(202, 18, 18, 0.63)",
"bracket-pair-colorizer-2.unmatchedScopeColor": "#fff",
"screencastMode.mouseIndicatorColor": "#61FFA1",
// * Code Runner
"C_Cpp.updateChannel": "Insiders",
"git.confirmSync": false,
"workbench.statusBar.visible": false,
"ACReactComponentGenerator.indexFile.extension": "tsx",
"ACReactComponentGenerator.mainFile.create": false,
"ACReactComponentGenerator.styleFile.type": "emotion (.js)",
"ACReactComponentGenerator.styleFile.suffix": "",
"elixir.credo.ignoreWarningMessages": true,
"elixir.credo.lintEverything": true,
"elixir.credo.strictMode": true,
"elixirLS.dialyzerEnabled": false,
"elixirLS.suggestSpecs": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"[c]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
},
"C_Cpp.vcFormat.newLine.beforeOpenBrace.function": "sameLine",
"C_Cpp.vcFormat.newLine.beforeOpenBrace.block": "sameLine",
"C_Cpp.vcFormat.newLine.beforeOpenBrace.lambda": "sameLine",
"C_Cpp.vcFormat.newLine.beforeOpenBrace.namespace": "sameLine",
"C_Cpp.vcFormat.newLine.beforeOpenBrace.type": "sameLine",
"C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 0 }",
"python.defaultInterpreterPath": "C:\\Users\\igor\\AppData\\Local\\Microsoft\\WindowsApps\\python3.9.exe",
"terminal.integrated.automationProfile.windows": {},
"code-runner.clearPreviousOutput": true,
"workbench.productIconTheme": "material-product-icons",
"window.zoomLevel": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment