Skip to content

Instantly share code, notes, and snippets.

@KAYOKG
Last active May 19, 2024 03:18
Show Gist options
  • Save KAYOKG/572514b93990f9a2b89ce92aeabecaea to your computer and use it in GitHub Desktop.
Save KAYOKG/572514b93990f9a2b89ce92aeabecaea to your computer and use it in GitHub Desktop.
⚙️ VsCode Settings
{
"git.ignoreWindowsGit27Warning": true,
"html.format.indentInnerHtml": true,
"explorer.confirmDelete": false,
"liveServer.settings.donotShowInfoMsg": true,
"workbench.layoutControl.enabled": false,
"security.workspace.trust.untrustedFiles": "open",
"editor.unicodeHighlight.invisibleCharacters": false,
"editor.unicodeHighlight.ambiguousCharacters": false,
"workbench.iconTheme": "material-icon-theme",
"editor.formatOnPaste": true,
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code",
"editor.tabSize": 2,
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features",
"editor.suggest.insertMode": "replace"
},
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.sortImports": "explicit"
},
"explorer.confirmDragAndDrop": false,
"git.autofetch": true,
"workbench.editorAssociations": {
"*.icns": "default",
"*.class": "default"
},
"terminal.integrated.defaultProfile.windows": "Git Bash",
"gitlens.hovers.currentLine.over": "line",
"gitlens.defaultDateFormat": null,
"gitlens.defaultTimeFormat": null,
"gitlens.defaultDateStyle": "absolute",
"workbench.colorTheme": "Darcula",
"vscord.app.name": "Visual Studio Code",
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"vscord.behavoiur.prioritizeLanguagesOverExtensions": true,
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.confirmSync": false,
"git.enableSmartCommit": true,
"redhat.telemetry.enabled": true,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"liveshare.accessibility.voice": "pt-BR-Francisca",
"liveshare.allowGuestTaskControl": true,
"liveshare.allowGuestDebugControl": true,
"liveshare.launcherClient": "visualStudioCode",
"liveshare.notebooks.allowGuestExecuteCells": true,
"vscord.status.image.large.idle.text": "Ninguem é de ferro 🥱",
"vscord.status.details.text.idle": "Descansar né! 🫠",
"vscord.status.details.text.notInFile": "Mexendo com arquivos 😒",
"vscord.status.details.text.noWorkSpaceText": "Nada 🥱",
"vscord.status.details.text.viewing": "Em {workspace} {problems}",
"vscord.status.details.text.editing": "Em {workspace} {problems}",
"vscord.status.problems.text": "🤯 {problems_count} problemas",
"vscord.status.state.text.debugging": "😐 Debugando: {workspace}",
"vscord.status.state.text.noWorkspaceFound": "Nada 🥱",
"vscord.status.state.text.viewing": "🫣 Vendo {file_name}{file_extension}",
"vscord.status.image.large.editing.text": "😩 Mexendo com {LANG}",
"vscord.status.image.large.viewing.text": "🥴 Dando uma olhadinha em {LANG}",
"vscord.status.buttons.button1.git.active.label": "Ver a Brincadeira 🧐",
"vscord.status.buttons.button1.git.idle.label": "Ver a Brincadeira 🧐",
"vscord.status.buttons.button1.git.inactive.label": "Ver a Brincadeira 🧐",
"vscord.status.image.large.debugging.text": "😐 Debugando {LANG} file",
"vscord.status.details.text.debugging": "😐 Debugando {file_name}{file_extension}",
"vscord.status.state.text.editing": "🤓 Editando {file_name}{file_extension}:{current_line}:{current_column}",
"editor.inlineSuggest.enabled": true,
"editor.inlineSuggest.showToolbar": "always",
"terminal.integrated.env.windows": {},
"files.autoSave": "afterDelay",
"gitlens.graph.layout": "panel",
"github.copilot.enable": {
"*": true,
"plaintext": true,
"markdown": true,
"scminput": false,
"yaml": false,
"c": true
},
"codetime.statusBarInfo": "total",
"cSpell.language": "en,pt-BR,en-US,pt",
"cSpell.enableFiletypes": [
"!json",
"Go",
"go.mod",
"go.sum",
"iac",
"log"
],
"errorLens.exclude": [
"\"Venidici\": Unknown word\\."
],
"javascript.updateImportsOnFileMove.enabled": "always",
"errorLens.excludeWorkspaces": [],
"dart.flutterSdkPath": "C:\\flutter",
"errorLens.editorHoverPartsEnabled": {
"messageEnabled": true
},
"errorLens.lintFilePaths": {
"eslint": [
"**/*.eslintrc.{js,cjs,yaml,yml,json}",
"**/*package.json"
],
"Stylelint": [
"**/*.stylelintrc",
"**/*.stylelintrc.{cjs,js,json,yaml,yml}",
"**/*stylelint.config.{cjs,js}",
"**/*package.json"
]
},
"editor.wordWrap": "on",
"files.associations": {
"*.md": "markdown",
"*.html": "html"
},
"editor.multiCursorModifier": "ctrlCmd",
"liveshare.alwaysFollowHost": true,
"indentRainbow.colorOnWhiteSpaceOnly": true,
"editor.mouseWheelZoom": true,
"css.lint.important": "warning",
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"less.lint.duplicateProperties": "warning",
"css.lint.duplicateProperties": "error",
"css.lint.float": "warning",
"css.lint.zeroUnits": "warning",
"less.lint.float": "warning",
"less.lint.important": "warning",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "warning",
"scss.lint.important": "warning",
"scss.lint.zeroUnits": "warning",
"less.lint.zeroUnits": "warning",
"eslint.debug": true,
"cSpell.userWords": [
"noptr",
"tailwindcss"
],
"RainbowBrackets.depreciation-notice": false,
"[php]": {
"editor.defaultFormatter": "DEVSENSE.phptools-vscode"
},
"commentAnchors.showCursor": true,
"commentAnchors.tags.anchors": {
"STUB": {
"scope": "workspace",
"highlightColor": "#e84393",
"styleMode": "comment",
"borderStyle": "1px solid #e84393",
"iconColor": "#e84393",
},
"FIXME": {
"scope": "workspace",
"highlightColor": "#F44336",
"styleMode": "comment",
"borderStyle": "1px solid #F44336",
"iconColor": "#F44336",
"isBold": true,
},
"TODO": {
"scope": "workspace",
"styleMode": "comment",
"borderStyle": "1px solid #3ea8ff",
"iconColor": "#3ea8ff",
"isBold": true,
},
"REVIEW": {
"scope": "workspace",
"highlightColor": "#64DD17",
"styleMode": "comment",
"iconColor": "#64DD17",
"isBold": true,
},
"ANCHOR": {
"scope": "workspace",
"borderStyle": "1px solid #A7C023",
"iconColor": "#A7C023",
"isBold": true,
},
},
"path-intellisense.autoTriggerNextSuggestion": true,
"path-intellisense.extensionOnImport": true,
"githubIssues.queries": [
{
"label": "Meus Problemas",
"query": "default"
},
{
"label": "Problemas criados",
"query": "author:${user} state:open repo:${owner}/${repository} sort:created-desc"
},
{
"label": "Problemas Recentes",
"query": "state:open repo:${owner}/${repository} sort:updated-desc"
}
],
"gitlens.views.branches.branches.layout": "list",
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.onIgnoredFiles": "warn",
"php.validate.run": "onType",
"editor.cursorWidth": 4,
"editor.linkedEditing": true,
"gitlens.graph.minimap.additionalTypes": [
"localBranches",
"remoteBranches",
"stashes",
"tags"
],
"figma.autocompleteBlocks": true,
"terminal.integrated.env.linux": {},
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"githubPullRequests.queries": [
{
"label": "Aguardando Minha Análise",
"query": "is:open review-requested:${user}"
},
{
"label": "Atribuído a Mim",
"query": "is:open assignee:${user}"
},
{
"label": "Criado Por Mim",
"query": "is:open author:${user}"
}
],
"dart.previewHotReloadOnSaveWatcher": true,
"errorLens.onSaveTimeout": 100,
"console-ninja.toolsToEnableSupportAutomaticallyFor": {
"live-server-extension": true,
"live-preview-extension": true
},
"editor.bracketPairColorization.enabled": true,
"workbench.sideBar.location": "right",
"editor.cursorBlinking": "expand",
"editor.cursorSmoothCaretAnimation": "on",
"java.debug.settings.hotCodeReplace": "auto",
"yaml.customTags": [
"!And",
"!And sequence",
"!If",
"!If sequence",
"!Not",
"!Not sequence",
"!Equals",
"!Equals sequence",
"!Or",
"!Or sequence",
"!FindInMap",
"!FindInMap sequence",
"!Base64",
"!Join",
"!Join sequence",
"!Cidr",
"!Ref",
"!Sub",
"!Sub sequence",
"!GetAtt",
"!GetAZs",
"!ImportValue",
"!ImportValue sequence",
"!Select",
"!Select sequence",
"!Split",
"!Split sequence"
],
"diffEditor.ignoreTrimWhitespace": false,
"gitlens.graph.minimap.enabled": false,
"console-ninja.featureSet": "Community",
"snyk.advanced.cliPath": "C:\\Users\\kayok\\AppData\\Local\\snyk-ls\\snyk-win.exe",
"snyk.trustedFolders": [
"c:\\Users\\kayok\\Documents\\Venidici Projects\\Projetos\\frontend",
"c:\\Users\\kayok\\Documents\\Venidici Projects\\Projetos\\frontend",
"c:\\Users\\kayok\\Documents\\Brinquedos\\Java\\POO2",
"c:\\Users\\kayok\\Documents\\Venidici Projects\\Projetos",
"c:\\xampp\\htdocs",
"c:\\Users\\kayok\\Downloads\\tailwind-css-dropdown",
"c:\\Users\\kayok\\Documents\\Brinquedos\\Testes",
"c:\\Users\\kayok\\Downloads\\PROJBIKECIA\\PROJBIKECIA",
"c:\\Users\\kayok\\Documents\\Brinquedos\\Typescript\\main();",
"c:\\Users\\kayok\\Documents\\Brinquedos\\Alves\\my-nestjs-app",
"c:\\Users\\kayok\\Documents\\Brinquedos\\Alves",
"c:\\Users\\kayok\\Documents\\Brinquedos\\antd",
"c:\\Users\\kayok\\Documents\\Brinquedos\\Typescript\\my-nextjs-app",
"c:\\Users\\kayok\\Documents\\Brinquedos\\Brinquedo Teste",
"c:\\Users\\kayok\\Documents\\Brinquedos\\TS\\Estudo-de-Threads-main",
"c:\\Users\\kayok\\Documents\\Brinquedos\\BibliotecaDev",
"c:\\Users\\kayok\\Downloads\\Trabalho POO2",
"c:\\Users\\kayok\\Downloads\\bot_cityname\\bot_cityname",
"c:\\Users\\kayok\\Documents\\Brinquedos\\bot bater ponto",
"c:\\Users\\kayok\\Documents\\Brinquedos\\BOT-SISTEMA-DE-PONTO-DISCORD",
"c:\\Users\\kayok\\Documents\\Brinquedos\\Java\\TrabalhoFinal POO2",
"c:\\Users\\kayok\\Downloads\\TrabalhoFinal POO2\\TrabalhoFinal POO2",
"c:\\Users\\kayok\\Documents\\Brinquedos\\Java\\TF_POO2-1",
"c:\\Users\\kayok\\OneDrive - VENIDICI\\Venidici Projects\\Projetos\\corretoraCafe"
],
"snyk.advanced.autoScanOpenSourceSecurity": true,
"snyk.yesWelcomeNotification": false,
"quokka.showStartViewOnFeatureRelease": true,
"quokka.compactMessageOutput": false,
"quokka.automaticRestart": true,
"redHatDependencyAnalytics.exhortSnykToken": "eecaac20-b50f-4072-9f52-d63d9d2b01eb",
"highlight-matching-tag.highlightFromContent": true,
"php.format.rules.indentBraces": false,
"workbench.tree.indent": 14,
"githubPullRequests.pullBranch": "never",
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
},
"editor.formatOnSave": true,
"material-ui-snippets.showNotesOnStartup": false,
"editor.multiDocumentOccurrencesHighlight": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment