{
"workbench.colorTheme": "Min Dark",
"python.defaultInterpreterPath": "C:\\Users\\thiag\\AppData\\Local\\Microsoft\\WindowsApps\\python3.11.exe",
"security.workspace.trust.untrustedFiles": "open",
"workbench.iconTheme": "material-icon-theme",
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"editor.wordWrap": "on",
"editor.fontSize": 18,
"editor.fontFamily": "JetBrains Mono",
"editor.lineHeight": 1.8,
"editor.rulers": [80, 120],
"editor.tabSize": 4,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.minimap.enabled": false,
"python.createEnvironment.trigger": "off",
"editor.formatOnPaste": true,
"editor.renderLineHighlight": "gutter",
"editor.fontLigatures": true,
"editor.semanticHighlighting.enabled": false,
"editor.scrollbar.vertical": "hidden",
"editor.scrollbar.horizontal": "hidden",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
"breadcrumbs.enabled": false,
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma",
"editor.formatOnSave": true
},
"explorer.compactFolders": false,
"apc.font.family": "inter",
"apc.header": {
"height": 36
},
"apc.stylesheet": {
".title-label > h2": "display:none"
},
"apc.listRow": {
"height": 24
},
"workbench.editor.enablePreview": false,
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.labelFormat": "short",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.enable": true,
"prettier.singleQuote": false,
"prettier.tabWidth": 2,
"prettier.semi": true,
"terminal.integrated.fontSize": 16,
"terminal.integrated.profiles.windows": {
"Git Bash": {
"source": "Git Bash"
}
},
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.env.windows": {},
"console-ninja.toolsToEnableSupportAutomaticallyFor": {
"live-server-extension": true,
"live-preview-extension": true
},
"console-ninja.featureSet": "Community",
"symbols.hidesExplorerArrows": false,
"window.commandCenter": false,
"window.titleBarStyle": "native",
"console-ninja.lightTheme.obsolete.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "rgb(153, 153, 153)",
"backgroundColor": null,
"margin": "1em",
"width": null,
"height": null
},
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"zenMode.centerLayout": false,
"zenMode.fullScreen": false,
"zenMode.showTabs": "single",
"indentRainbow.lightIndicatorStyleLineWidth": 4,
"cSpell.language": "en, pt_BR",
"cSpell.userWords": [
"AltoƩ",
"AUTOINCREMENT",
"DATETIME",
"fastify",
"knexfile",
"rocketnotes",
"sqlite",
"thiag",
"WITHSCORES",
"zincrby",
"zrange"
],
"material-icon-theme.folders.color": "#42a5f5",
"material-icon-theme.saturation": 1,
"material-icon-theme.activeIconPack": "angular_ngrx",
"material-icon-theme.hidesExplorerArrows": false,
"material-icon-theme.folders.theme": "specific",
"material-icon-theme.folders.associations": {
"infra": "app",
"entities": "class",
"schemas": "class",
"migrations": "class",
"modules": "module",
"controllers": "controller",
"dtos": "typescript",
"repositories": "class",
"services": "class",
"providers": "class",
"filters": "class",
"guards": "class",
"interceptors": "class",
"middlewares": "class",
"pipes": "class",
"constants": "constant",
"enums": "enum",
"seeds": "class",
"seeders": "class",
"factories": "class",
"helpers": "class"
},
"material-icon-theme.languages.associations": {},
"material-icon-theme.files.associations": {},
"arduino.useArduinoCli": true,
"[cpp]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
},
"github.copilot.chat.localeOverride": "pt-br",
"editor.formatOnSave": true,
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"editor.insertSpaces": true,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"isort.args": ["--profile", "black"],
"terminal.integrated.env.osx": {},
"redhat.telemetry.enabled": true,
"google.drive.alertMissingCredentials": false,
"github.copilot.editor.enableAutoCompletions": false,
"continue.enableTabAutocomplete": false,
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.unicodeHighlight.invisibleCharacters": false,
"remote.SSH.defaultExtensions": ["gitpod.gitpod-remote-ssh"],
"terminal.integrated.env.linux": {},
"remote.SSH.remotePlatform": {
"*.gitpod.io": "linux"
},
"parallels-desktop.extension.path": "/Users/thiagocosta/.parallels-desktop-vscode",
"parallels-desktop.git.path": "/usr/bin/git",
"parallels-desktop.brew.path": "/opt/homebrew/bin/brew",
"parallels-desktop.prlctl.path": "/usr/local/bin/prlctl",
"update.mode": "manual",
"github.copilot.advanced": {
"authProvider": "github"
},
"editor.stickyScroll.enabled": false,
"git.autofetch": true,
"editor.multiCursorModifier": "ctrlCmd"
}