mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
i dont use vscode, but these pending changes were always in my way of staging and updating my dotfiles, so there you go.
69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
"workbench.colorTheme": "Min Dark",
|
|
"editor.fontFamily": "'Cascadia Code', 'Fira Code', 'Droid Sans Mono', 'Droid Sans Fallback', monospace",
|
|
"editor.fontSize": 14,
|
|
"workbench.editor.enablePreview": false,
|
|
"editor.cursorSmoothCaretAnimation": "on",
|
|
"editor.fontLigatures": true,
|
|
"editor.lineHeight": 24,
|
|
"explorer.compactFolders": false,
|
|
"workbench.sideBar.location": "right",
|
|
"editor.renderLineHighlight": "gutter",
|
|
"workbench.editor.labelFormat": "short",
|
|
"workbench.startupEditor": "none",
|
|
"files.defaultLanguage": " ${activeEditorLanguage}",
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"gitlens.codeLens.enabled": false,
|
|
"gitlens.hovers.currentLine.over": "line",
|
|
"material-icon-theme.folders.associations": {
|
|
"infra": "app",
|
|
"entities": "class",
|
|
"schemas": "class",
|
|
"typeorm": "database",
|
|
"repositories": "mappings",
|
|
"http": "container",
|
|
"migrations": "tools",
|
|
"modules": "components",
|
|
"implementations": "core",
|
|
"dtos": "typescript",
|
|
"fakes": "mock",
|
|
"cloud": "public",
|
|
"media": "video",
|
|
"recover": "update",
|
|
"health": "rules"
|
|
},
|
|
"material-icon-theme.files.associations": {
|
|
"ormconfig.json": "database",
|
|
"tsconfig.json": "tune",
|
|
"*.glsl": "drawio"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true,
|
|
"source.fixAll": true
|
|
},
|
|
"cSpell.userWords": [
|
|
"Rugai",
|
|
"Freire",
|
|
"GRFreire"
|
|
],
|
|
"cSpell.language": "en,pt",
|
|
"extensions.ignoreRecommendations": false,
|
|
"elixirLS.dialyzerEnabled": false,
|
|
"elixirLS.suggestSpecs": false,
|
|
"[dart]": {
|
|
"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,
|
|
},
|
|
"terminal.integrated.env.linux": {
|
|
"EMULATOR": "code"
|
|
}
|
|
} |