Skip to content

Instantly share code, notes, and snippets.

@miguelitodev
Last active March 6, 2023 00:14
Show Gist options
  • Save miguelitodev/ba281c23dd43583bdf1a8f6f771444c8 to your computer and use it in GitHub Desktop.
Save miguelitodev/ba281c23dd43583bdf1a8f6f771444c8 to your computer and use it in GitHub Desktop.
Minhas Configurações do VSCode
{
"workbench.startupEditor": "newUntitledFile",
"workbench.sideBar.location": "right",
"workbench.iconTheme": "material-icon-theme",
"workbench.editor.labelFormat": "short",
"workbench.colorTheme": "Horizon Bold",
"editor.codeLens": true,
"editor.cursorStyle": "line-thin",
"editor.fontWeight": "500",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 15,
"editor.autoIndent": "advanced",
"editor.tabSize": 2,
"editor.lineHeight": 28,
"editor.formatOnSave": true,
"editor.parameterHints.enabled": false,
"editor.renderLineHighlight": "gutter",
"editor.suggestSelection": "first",
"editor.rulers": [80, 120],
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"explorer.compactFolders": false,
"javascript.updateImportsOnFileMove.enabled": "never",
"typescript.updateImportsOnFileMove.enabled": "never",
"extensions.ignoreRecommendations": true,
"breadcrumbs.enabled": true,
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"terminal.integrated.fontWeight": "bold",
"material-icon-theme.folders.associations": {
"infra": "app",
"entities": "class",
"domain": "class",
"schemas": "class",
"typeorm": "database",
"repositories": "mappings",
"http": "container",
"migrations": "tools",
"modules": "components",
"implementations": "core",
"dtos": "typescript",
"fakes": "mock",
"websockets": "pipe",
"protos": "pipe",
"grpc": "pipe",
"providers": "include",
"subscribers": "messages",
"useCases": "controller",
"kafka": "scripts",
"mappers": "meta",
"_shared": "shared",
"eslint-config": "tools",
"kube": "kubernetes"
},
"material-icon-theme.files.associations": {
"ormconfig.json": "database",
"tsconfig.json": "tune",
"*.proto": "3d"
},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"prettier.useTabs": true,
"colorize.languages": [
"javascript",
"typescript",
"javascriptreact",
"typescriptreact",
"json",
"html",
"css"
],
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.editorAssociations": [
{
"viewType": "jupyter.notebook.ipynb",
"filenamePattern": "*.ipynb"
}
],
"python.languageServer": "Microsoft",
"python.showStartPage": false,
"discord.detailsIdling": "estou a pensar 🤔",
"discord.lowerDetailsEditing": "🌍 {workspace}/{dir_name}",
"discord.lowerDetailsDebugging": "🚧 {workspace}",
"discord.largeImageIdling": "Hm o que tu que sabe? 👀",
"discord.detailsEditing": "👉 {file_name} at line {current_line}",
"liveServer.settings.donotShowInfoMsg": true,
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".min.css",
"savePath": "./assets/css"
},
],
"window.zoomLevel": 1,
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment