Skip to content

Instantly share code, notes, and snippets.

@gusbemacbe
Created October 18, 2021 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gusbemacbe/5cc4c0f59de74dc5e44269290df7a531 to your computer and use it in GitHub Desktop.
Save gusbemacbe/5cc4c0f59de74dc5e44269290df7a531 to your computer and use it in GitHub Desktop.
For job computer

It is for getting from my personal computer to my job computer.

{
"always-semicolon": true,
"block-indent": " ",
"color-case": "upper",
"color-shorthand": false,
"element-case": "lower",
"eof-newline": true,
"exclude":
[
".git/**",
"node_modules/**",
"bower_components/**"
],
"leading-zero": true,
"lines-between-rulesets": 1,
"quotes": "double",
"remove-empty-rulesets": true,
"sort-order-fallback": "abc",
"sort-order": ["..."],
"space-after-colon": " ",
"space-after-combinator": " ",
"space-after-opening-brace": "\n",
"space-after-selector-delimiter": "\n",
"space-before-closing-brace": "\n",
"space-before-colon": "",
"space-before-combinator": "",
"space-before-opening-brace": "\n",
"space-before-selector-delimiter": "",
"space-between-declarations": "\n",
"strip-spaces": true,
"tab-size": true,
"unitless-zero": true,
"vendor-prefix-align": true
}
{
"[css]":
{
"editor.defaultFormatter": "Wscats.eno",
"editor.suggest.insertMode": "replace",
"files.encoding": "utf8"
},
"[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
},
"[html]":
{
"editor.defaultFormatter": "vscode.html-language-features"
},
"[javascript]":
{
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]":
{
"editor.defaultFormatter": "vscode.json-language-features",
"editor.formatOnSave": false
},
"[jsonc]":
{
"editor.defaultFormatter": "vscode.json-language-features",
"editor.formatOnSave": false
},
"[jupyter]":
{
"editor.parameterHints.enabled": false,
"editor.quickSuggestions": false,
},
"[markdown]":
{
"editor.defaultFormatter": "yzhang.markdown-all-in-one",
"editor.quickSuggestions": true,
"files.encoding": "utf8"
},
"[python]":
{
"editor.defaultFormatter": "ms-python.python",
"editor.parameterHints.enabled": false,
"editor.quickSuggestions": false
},
"[r]":
{
"editor.wordSeparators": "`~!@#%$^&*()-=+[{]}\\|;:'\",<>/?"
},
"[svg]": { "editor.defaultFormatter": "jock.svg" },
"[twig]": {"editor.defaultFormatter": "mblode.twig-language-2" },
"[xml]":
{
"editor.defaultFormatter": "redhat.vscode-xml"
},
"[yaml]":
{
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"atomKeymap.promptV3Features": true,
"attrsSorter.order": ["alt", "aria-label", "aria-required", "class", "http-equiv", "href", "id", "iname", "maxlength", "name", "pattern", "placeholder", "readonly", "rel", "src", "type"],
"color-highlight.languages": ["*"],
"color-highlight.markerType": "dot-after",
"colorize.decoration_type": "underline",
"colorize.colorized_colors":
[
"HEXA",
"RGB"
],
"colorize.colorize_only_visible_beta": true,
"colorize.colorized_variables":
[
"LESS",
"SASS"
],
"colorize.enable_search_variables": true,
"colorize.include":
[
// Absolute files
"/home/gusbemacbe/.config/kitty/kitty.conf",
// Relative extensions
".bbcode",
".conf",
".ipynb",
".json",
".txt",
".zsh"
],
"colorize.languages":
[ "apacheconf",
"bbcode",
"css",
"jupyter",
"javascript",
"json",
"jsonc",
"less",
"plaintext",
"postcss",
"python",
"sass",
"scss",
"shellscript",
"stylus",
"svg",
"xml"
],
"commentAnchors.tags.list":
[
{
"tag": "FULLY QUALIFIED NAME",
"scope": "hidden",
"iconColor": "default",
"backgroundColor": "rgba(0, 0, 0, 0.7)",
"borderRadius": 4,
"borderStyle": "5px solid rgba(0, 0, 0, 0.7)",
"isBold": true,
"isItalic": false,
"highlightColor": "#A8C023",
"styleComment": true
},
{
"tag": "`FQN`",
"scope": "hidden",
"iconColor": "default",
"backgroundColor": "rgba(0, 0, 0, 0.7)",
"borderRadius": 4,
"borderStyle": "5px solid rgba(0, 0, 0, 0.7)",
"isBold": true,
"isItalic": false,
"highlightColor": "#A8C023",
"styleComment": true
},
],
"C_Cpp.commentContinuationPatterns":
[
"/**",
"//'"
],
"csscomb.preset": "~/.vscode-insiders/settings/csscomb.json",
"csscomb.supportEmbeddedStyles": true,
"css.validate": false,
"customizeUI.activityBar": "bottom",
// "customizeUI.listRowHeight": 26,
"customizeUI.stylesheet":
{
".cell-editor-container .view-line": "font-family: 'RobotoMono Nerd Font', JoyPixels",
".foreground .output-element": "font-family: 'RobotoMono Nerd Font', JoyPixels",
".foreground .output-plaintext": "font-family: 'RobotoMono Nerd Font', JoyPixels !important",
// ".explorer-viewlet": "font-size: 16px !important; overflow: auto; border-left: none !important",
// ".monaco-icon-label:before": "background-size: 20px; height: 32px; width: 20px;",
".monaco-tl-twistie": "padding-top: 6px"
},
"dart.flutterSdkPath": "/home/gusbemacbe/Aplicativos/Fontes/Flutter",
"dateTime.customFormat": "dddd, D \\d\\e MMMM \\d\\e YYYY à\\s HH:mm",
"dateTime.locale": "pt",
"diffEditor.codeLens": true,
"editor.acceptSuggestionOnCommitCharacter": true,
"editor.acceptSuggestionOnEnter": "on",
"editor.codeLens": true,
"editor.colorDecorators": false,
"editor.cursorStyle": "line",
"editor.find.autoFindInSelection": "multiline",
"editor.fontFamily": "'JetBrains Mono', 'VictorMono Nerd Font', 'Gugeshashvili', 'Material Design Icons', 'JoyPixels', monospace",
// Fallback: 'JoyPixels', 'Apple Color Emoji', 'OpenMoji Color Regular', 'Segoe UI Emoji'
"editor.fontLigatures": true,
"editor.fontSize": 12,
"editor.largeFileOptimizations": false,
"editor.linkedEditing": true,
"editor.matchBrackets": "always",
"editor.minimap.enabled": false,
"editor.minimap.renderCharacters": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.occurrencesHighlight": false,
"editor.quickSuggestions": true,
"editor.renderControlCharacters": true,
"editor.renderLineHighlight": "line",
"editor.selectionHighlight": false,
"editor.smoothScrolling": true,
"editor.snippetSuggestions": "top",
"editor.suggestSelection": "recentlyUsedByPrefix",
"editor.tabCompletion": "on",
"editor.tabSize": 2,
"editor.tokenColorCustomizations":
{
"textMateRules":
[
{
"scope":
[
"comment",
"log.error"
],
"settings":
{
"fontStyle": "bold"
}
},
{
"scope": "log.warning",
"settings":
{
"foreground": "#f4ad42",
"fontStyle": ""
}
}
]
},
"emmet.excludeLanguages": [],
"emmet.includeLanguages":
{
"django-html": "html",
"jekyll": "html",
"markdown": "html",
"md": "html",
"mdx": "html",
"mjml": "html",
"scss": "css",
"plaintext": "html",
"php": "html",
"powershell": "html",
"python": "html",
"vue-html": "html"
},
"emmet.showSuggestionsAsSnippets": true,
"emmet.extensionsPath":
[
"/home/gusbemacbe/.vscode-insiders/settings/"
],
"emmet.triggerExpansionOnTab": true,
"emmet.variables":
{
"lang": "pt-BR"
},
"explorer.autoReveal": false,
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"explorer.openEditors.sortOrder": "alphabetical",
"explorer.openEditors.visible": 1,
"explorer.sortOrder": "default",
"extensions.autoUpdate": false,
"extensions.ignoreRecommendations": true,
"files.associations":
{
".pam_environment": "shellscript",
".profile": "shellscript",
".xprofile": "shellscript",
".zprofile": "shellscript",
"*.conkyrc": "lua",
"*.desktop": "ini",
"*.tpl": "twig",
"**/*.html": "html",
"**/docker/dockerfiles/*": "dockerfile",
"**/dockerfiles/*": "dockerfile",
"**/requirements{/**,*}.{txt,in}": "pip-requirements",
"**/src/main/resources/templates/**/*.html": "html",
"**/templates/**/*.html": "django-html",
"**/templates/**/*.php": "php",
"**/templates/**/*": "django-txt",
"**/templates/**/*.css": "css",
"/home/gusbemacbe/.config/waybar/config": "jsonc",
"Aptfile": "shellscript",
"commands": "shellscript",
"default-screen": "shellscript",
"default": "shellscript",
"dockerfiles/*": "dockerfile",
"dunstrc": "ini",
"fonts.conf": "xml",
"indicator-stickynotes": "json",
"recording": "shellscript",
"release": "shellscript",
"resize": "shellscript",
"runserver": "shellscript",
"scratchpad": "shellscript",
"screenshot": "shellscript",
"system-overview": "lua",
"*.rmd": "markdown"
},
"files.autoSave": "onFocusChange",
"files.exclude":
{
"**/.DS_Store": false,
"**/.git": false,
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"files.watcherExclude":
{
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/.hg/store/**": true
},
"dart.enableSdkFormatter": false,
"dart.flutterCustomEmulators":
[
{
"id": "Pixel_2_API_29",
"name": "Pixel 2 API 29",
"executable": "/home/gusbemacbe/Android/SDK/emulator/emulator",
"args":
[
"-avd",
"@Pixel_2_API_29"
],
"env":
{
"QT_QPA_PLATFORM": "xcb",
"_JAVA_AWT_WM_NONREPARENTING": "1"
}
}
],
"font-switcher.switchFont": "'Iosevka', 'VictorMono Nerd Font', 'Consolas', 'FuraCode Nerd Font', 'FuraCode NF', 'M++ Nerd Font', 'Sarasa Mono J', 'JoyPixels', monospace",
"git.autofetch": true,
"git.autorefresh": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"git.enabled": true,
"git.ignoreMissingGitWarning": true,
"git.pullTags": false,
"html-css-class-completion.enableEmmetSupport": true,
"html.format.indentInnerHtml": true,
"html.format.wrapAttributes": "preserve",
"html.format.wrapLineLength": 0,
"html.suggest.html5": true,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"jekyll-run.commandLineArguments": "bundler exec jekyll serve --host localhost --port 1984 --ssl-cert ./localhost.pem --ssl-key ./localhost-key.pem",
"julia.enableTelemetry": true,
"jupyter.allowUnauthorizedRemoteConnection": true,
"jupyter.alwaysScrollOnNewCell": true,
"jupyter.askForKernelRestart": false,
"jupyter.changeDirOnImportExport": true,
"jupyter.exportWithOutputEnabled": true,
"jupyter.themeMatplotlibPlots": true,
"jupyter.magicCommandsAsComments": true,
"kite.showWelcomeNotificationOnStartup": false,
"latex-workshop.hover.preview.cursor.color": "blue",
"latex-workshop.latex.autoBuild.run": "never",
"latex-workshop.latex.autoClean.run": "onBuilt",
"latex-workshop.latex.clean.fileTypes":
[
"*.acn",
"*.acr",
"*.alg",
"*.aux",
"*.bcf",
"*.bbl",
"*.blg",
".DS_Store",
"*.fdb_latexmk",
"*.fls",
"*.glg",
"*.glo",
"*.gls",
"*.idx",
"*.ind",
"*.ist",
"*.lof",
"*.log",
"*.lol",
"*.lot",
"*.out",
"*.run.xml",
"*.toc",
"*/*.aux",
"*/.DS_Store"
],
"latex-workshop.latex.recipes":
[
{
"name": "xelatex",
"tools":
[
"xelatex"
]
},
{
"name": "xelatex -> biber -> xelatex*2",
"tools":
[
"xelatex",
"biber",
"xelatex",
"xelatex"
]
},
{
"name": "xelatex -> -> makeglossaries > biber -> xelatex*2",
"tools":
[
"xelatex",
"makeglossaries",
"biber",
"xelatex",
"xelatex"
]
}
],
"latex-workshop.latex.tools":
[
{
"name": "xelatex",
"command": "xelatex",
"args":
[
"-synctex=1",
"-halt-on-error",
"-interaction=nonstopmode",
"-file-line-error",
"-pdf",
"-shell-escape",
"%DOC%"
]
},
{
"name": "biber",
"command": "biber",
"args":
[
"%DOCFILE%"
]
},
{
"name": "makeglossaries",
"command": "makeglossaries",
"args":
[
"%DOCFILE%"
]
}
],
"latex-workshop.message.update.show": false,
"latex-workshop.view.outline.sections":
[
"chapter",
"section",
"subsection",
"subsubsection",
"subsubsubsection",
"subsubsubsubsection"
],
"latex-workshop.view.pdf.viewer": "browser",
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.port": 1984,
"liveServer.settings.CustomBrowser": "/usr/bin/microsoft-edge-dev",
"liveServer.settings.https":
{
"enable": true,
"cert": "/home/gusbemacbe/.local/share/certificates/localhost+4.pem",
"key": "/home/gusbemacbe/.local/share/certificates/localhost+4-key.pem",
"passphrase": ""
},
"local-history.absolute": false,
"local-history.enabled": 1,
"local-history.path": "/home/gusbemacbe/.vscode-insiders/settings/",
"markdown.extension.print.imgToBase64": true,
"markdown.extension.print.onFileSave": false,
"markdown.extension.toc.plaintext": false,
"markdown.extension.toc.updateOnSave": false,
"markdown.preview.fontFamily": "'Google Sans', sans-serif",
"MarkdownPaste.enableImgTag": true,
"MarkdownPaste.rules":
[
{
"regex": "^(?:https?://)?(?:(?:(?:www\\.?)?youtube\\.com(?:/(?:(?:watch\\?.*?v=([^&\\s]+).*)|))?))",
"options": "g",
"replace": "[![](https://img.youtube.com/vi/$1/0.jpg)](https://www.youtube.com/watch?v=$1)"
},
{
"regex": "^(https?://.*)",
"options": "ig",
"replace": "[]($1)"
}
],
"markdown-pdf.height": "7800",
"markdown.preview.markEditorSelection": false,
"material-icon-theme.activeIconPack": "react",
"material-icon-theme.files.associations":
{
"changelog.php": "changelog",
"changelog_pt_br.md": "changelog",
"fonts.css": "font",
"COPYING_PT_BR": "certificate",
"LICENÇA": "certificate",
"LICENÇA.md": "certificate",
// Gulp
"conversao-e-otimizacao.gulpfile.js": "gulp",
"css.gulpfile.js": "gulp",
"default.gulpfile.js": "gulp",
"expressoes-regulares.gulpfile.js": "gulp",
"expressões-regulares.gulpfile.js": "gulp",
"igor.gulpfile.js": "gulp",
"js.gulpfile.js": "gulp",
"imagens.gulpfile.js": "gulp",
"php.gulpfile.js": "gulp",
"postcss.gulpfile.js": "gulp",
"regex.gulpfile.js": "gulp",
"regex-e-base64.gulpfile.js": "gulp",
"sass.gulpfile.js": "gulp",
// Webpack
"css.webpack.config.js": "webpack",
"default.webpack.config.js": "webpack",
"js.webpack.config.js": "webpack",
"merge.webpack.config.js": "webpack",
"scss.webpack.config.js": "webpack",
"terser.webpack.config.js": "webpack",
// NPM
"package-alternative-1.json": "nodejs",
"package-original.json": "nodejs",
// Markdowm
"de.md": "./../icons/twemoji/folder-germany",
"en.md": "./../icons/twemoji/folder-uk",
"es.md": "./../icons/twemoji/folder-spain",
"fr.md": "./../icons/twemoji/folder-france",
"it.md": "./../icons/twemoji/folder-italy",
"nl.md": "./../icons/twemoji/folder-netherlands",
"pt.md": "./../icons/twemoji/folder-portugal",
"pt_BR.md": "./../icons/twemoji/folder-brazil",
"pt_PT.md": "./../icons/twemoji/folder-portugal",
// YAML
"de.yaml": "./../icons/emojione/folder-germany",
"en.yaml": "./../icons/emojione/folder-uk",
"es.yaml": "./../icons/emojione/folder-spain",
"eu.yaml": "./../icons/emojione/folder-basque",
"fr.yaml": "./../icons/emojione/folder-france",
"it.yaml": "./../icons/emojione/folder-italy",
"nl.yaml": "./../icons/emojione/folder-netherlands",
"pt.yaml": "./../icons/emojione/folder-portugal",
"pt-BR.yaml": "./../icons/emojione/folder-brazil",
"pt-pt.yaml": "./../icons/emojione/folder-portugal",
// Changelog
"Änderungsprotokoll.md": "changelog",
"Dockerfile Ubuntu": "docker",
"Journal des Modifications.md": "changelog",
"Registro de Cambios.md": "changelog",
},
"material-icon-theme.folders.associations":
{
"_i18n": "i18n",
"_layouts": "layout",
"amostras": "examples",
"anotações": "docs",
"dados": "database",
"documentos": "docs",
"executáveis": "scripts",
"ferramentas": "tools",
"fontes": "font",
"idiomas": "i18n",
"icones": "images",
"ícones": "images",
"imagens": "images",
"javascript": "javascript",
"public_html": "public",
"src.backup": "archive",
"src.espera": "archive",
"src_backup": "archive",
"src_espera": "archive",
"language": "i18n",
"teste": "test",
"testes": "test",
"versão 1": "temp",
"websites": "public",
// Bandeiras
"de": "./../twemoji/folder-germany",
"en": "./../twemoji/folder-uk",
"es": "./../twemoji/folder-spain",
"eu": "./../twemoji/folder-basque",
"fr": "./../twemoji/folder-france",
"it": "./../twemoji/folder-italy",
"pt": "./../twemoji/folder-portugal",
"pt-br": "./../twemoji/folder-brazil",
"pt-pt": "./../twemoji/folder-portugal"
},
"material-icon-theme.folders.color": "#16a085",
"minify.minifyExistingOnSave": false,
"notebook.cellToolbarLocation":
{
"default": "right",
"jupyter-notebook": "left"
},
"phpserver.browser": "firefox",
"phpserver.port": 1984,
"php-cs-fixer.autoFixByBracket": true,
"php-cs-fixer.config": "~/.vscode-insiders/settings/php_cs.php",
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
"php-cs-fixer.formatHtml": true,
"php-cs-fixer.lastDownload": 1625601902089,
"php.suggest.basic": false,
"php.validate.enable": false,
"prettier.htmlWhitespaceSensitivity": "ignore",
"python.analysis.completeFunctionParens": true,
"python.autoComplete.addBrackets": true,
"python.insidersChannel": "daily",
"python.languageServer": "Pylance",
"python.showStartPage": false,
"python.terminal.activateEnvInCurrentTerminal": true,
"rainbow_csv.autodetect_separators": [",", ";"],
"pythonIndent.useTabOnHangingIndent": true,
"r.alwaysUseActiveTerminal": true,
"r.bracketedPaste": true,
"r.liveShare.defaults.commandForward": true,
"r.liveShare.defaults.shareBrowser": true,
"r.rmarkdown.chunkBackgroundColor": "rgba(128, 128, 128, 0.1)",
"r.rmarkdown.enableCodeLens": true,
"r.rmarkdown.codeLensCommands":
[
"r.runCurrentChunk",
"r.runAboveChunks",
],
"r.interpreterPath": "/usr/lib/R",
"r.rpath.linux": "/usr/bin/R",
"r.rterm.linux": "/usr/bin/radian",
"r.rterm.option": [""],
"r.sessionWatcher": true,
// "r.terminalPath": "/usr/bin/R",
"redhat.telemetry.enabled": true,
"scm.defaultViewMode": "tree",
"scss.validate": false,
"search.collapseResults": "auto",
"search.exclude":
{
"**/Django": true,
"**/node_modules": true,
},
"search.followSymlinks": false,
"search.showLineNumbers": true,
"search.useGlobalIgnoreFiles": true,
"security.workspace.trust.enabled": false,
"security.workspace.trust.startupPrompt": "never",
"security.workspace.trust.untrustedFiles": "open",
"sonarlint.ls.javaHome": "/usr/lib/jvm/java-17-openjdk/",
"sonarlint.rules":
{
"php:S1192": {
"level": "off"
},
"php:S125": {
"level": "off"
},
"Web:AvoidCommentedOutCodeCheck": {
"level": "off"
},
"Web:BoldAndItalicTagsCheck": {
"level": "off"
},
"Web:PageWithoutTitleCheck": {
"level": "off"
},
"Web:S4084": {
"level": "off"
},
"javascript:S125": {
"level": "off"
},
"Web:S1827": {
"level": "off"
}
},
"sort.locale": "pt",
"spellright.documentTypes":
[
"jupyter",
"latex",
"md"
],
"spellright.language": [],
"stylelint.validate":
[
"css"
],
"sync.autoDownload": false,
"sync.autoUpload": true,
"sync.forceDownload": false,
"sync.forceUpload": false,
"sync.gist": "d55375eca6225fbb9f99d4c15f9bc8f8",
"sync.quietSync": true,
"sync.removeExtensions": false,
"synthwave84.disableGlow": false,
"tabnine.experimentalAutoImports": true,
"tabnine.receiveBetaChannelUpdates": true,
"task.slowProviderWarning": ["npm"],
"terminal.explorerKind": "integrated",
"terminal.external.linuxExec": "kitty",
"terminal.external.windowsExec": "C:\\Program Files\\PowerShell\\7-preview\\7-preview\\pwsh.exe",
"terminal.integrated.commandsToSkipShell":
[
"language-julia.interrupt"
],
"terminal.integrated.confirmOnExit": "always",
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "underline",
"terminal.integrated.fontFamily": "'JetBrains Mono', 'VictorMono Nerd Font', 'Gugeshashvili', 'Material Design Icons', monospace",
// Fallback: 'JoyPixels', 'Apple Color Emoji', 'OpenMoji Color Regular', 'Segoe UI Emoji'
"terminal.integrated.fontSize": 12,
"terminal.integrated.env.linux":
{
"LESSCHARSET": "utf-8"
},
"terminal.integrated.tabs.enabled": true,
"theme-by-language.themes":
{
"css": "SynthWave '84",
"jsonc": "Rouge 2",
"php": "SynthWave '84",
"python": "Ayu Dark Bordered"
},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"vscode_custom_css.imports": [ "~/.vscode-insiders/themes/emojione.css" ],
"vscode_custom_css.policy": true,
"vscodeGoogleTranslate.HoverTranslations": false,
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"window.menuBarVisibility": "visible",
"window.zoomLevel": 1,
"workbench.editorAssociations":
{
"*.ipynb": "jupyter-notebook"
},
"workbench.editor.enablePreview": false,
"workbench.enableExperiments": true,
"workbench.iconTheme": "material-icon-theme",
"workbench.quickOpen.preserveInput": true,
"workbench.settings.editor": "json",
"workbench.startupEditor": "none",
"workspaceExplorer.workspaceStorageDirectory": "/home/gusbemacbe/Workspaces/",
"workspacesort.sortAutomatically": true,
"yaml.format.enable": true,
"workbench.colorTheme": "Cyberpunk",
"workbench.productIconTheme": "fluent-icons",
/*------------ TEMAS -------------*/
/*~~~~~~~~~~ Star Wars ~~~~~~~~~~~*/
// "material-icon-theme.folders.color": "#E5CD52",
// "workbench.colorCustomizations":
// {
// "activityBarBadge.background": "#E5CD52",
// "activityBar.border": "#E5CD52",
// "activityBar.foreground": "#A9B8BA",
// "editorWidget.border": "#4FB4D7",
// "editorWidget.resizeBorder": "#4FB4D7",
// "menu.selectionForeground": "#EB3D54",
// "menubar.selectionForeground": "#EB3D54",
// "scrollbarSlider.activeBackground": "#E5CD5250",
// "scrollbarSlider.background": "#E5CD52",
// "scrollbarSlider.hoverBackground": "#4FB4D750",
// "tab.activeBorder": "#EF7C2A",
// "textLink.foreground": "#EF7C2A"
// },
/*~~~~~~~~~~ Terran Empire ~~~~~~~~~~~*/
/*
"material-icon-theme.folders.color": "#C6FF00",
"workbench.colorCustomizations":
{
"activityBarBadge.background": "#C6FF00",
"activityBar.border": "#C6FF00",
"activityBar.foreground": "#A9B8BA",
"breadcrumb.activeSelectionForeground": "#C6FF00",
"editorSuggestWidget.highlightForeground": "#C6FF00",
"editorWidget.border": "#C6FF00",
"editorWidget.resizeBorder": "#C6FF00",
"list.activeSelectionForeground": "#C6FF00",
"list.highlightForeground": "#C6FF00",
"list.inactiveSelectionForeground": "#C6FF00",
"menu.selectionForeground": "#C6FF00",
"menubar.selectionForeground": "#C6FF00",
"notificationLink.foreground": "#C6FF00",
"panelTitle.activeBorder": "#C6FF00",
"pickerGroup.foreground": "#C6FF00",
"progressBar.background": "#C6FF00",
"scrollbarSlider.activeBackground": "#C6FF0050",
"scrollbarSlider.background": "#C6FF00",
"scrollbarSlider.hoverBackground": "#C6FF0050",
"settings.headerForeground": "#C6FF00",
"settings.modifiedItemForeground": "#C6FF00",
"settings.modifiedItemIndicator": "#C6FF00",
"tab.activeBorder": "#C6FF00",
"textLink.foreground": "#C6FF00"
},
*/
}
{
"css":
{
"snippets":
{
"cb": "color: black",
"bsd": "border: 1px solid ${1:red}",
"fsi": "font-size: ${1:normal:bigger}",
"ls": "list-style: ${1}",
"txac": "text-align: center",
"txttlow": "text-transform: lowercase",
"txttup": "text-transform: uppercase"
}
},
"html":
{
"bootstrap":
{
"galeria": "figure.figure*13>img.figure-img.img-fluid.rounded[alt=\"produto $\"]+figcaption.figure-caption{<b>Nome da imagem:</b> <kbd>produto-$.jpeg</kbd>}"
},
"snippets":
{
"meta:cache": "<meta http-equiv=\"Cache-control\" content=\"no-cache\">",
"link:css": "<link media=\"projection, screen, tv\" rel=\"stylesheet\" type=\"text/css\" href=\"assets/${1}\">",
"script": "<script type=\"text/javascript\">${1}</script>",
"script:mod": "<script type=\"module\">${1}</script>",
"script:mod:src": "<script type=\"module\" src=\"${1}\"></script>",
"script:src": "<script type=\"text/javascript\" src=\"${1}\"></script>"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment