Skip to content

Instantly share code, notes, and snippets.

@marcos-abs
Forked from quagliato/select_estados.html
Last active June 6, 2022 18:09
Show Gist options
  • Save marcos-abs/4fa61f625e6c1b1aa016fd5c33967236 to your computer and use it in GitHub Desktop.
Save marcos-abs/4fa61f625e6c1b1aa016fd5c33967236 to your computer and use it in GitHub Desktop.
<select> com todos os estados brasileiros
{"version":1,"resource":"file:///home/marcos/Downloads/script.js","entries":[{"id":"PbeG.js","timestamp":1649694926764}]}
{
"editor.guides.bracketPairs": true,
"psi-header.config": {
"forceToTop": true,
"blankLinesAfter": 0,
"license": "Custom"
},
"psi-header.changes-tracking": {
"isActive": true,
"modAuthor": "Modified By:",
"modDate": "Last Modified:",
"modDateFormat": "date",
"include": ["js"],
"includeGlob": ["./**/*/.js"],
"exclude": ["markdown", "csv", "jsonc", "json", "css", "rest"],
"excludeGlob": [
"./**/*/.htacess",
"./**/*/settings.json",
"./**/*/composer.json",
"./**/*/package.json",
"./**/*/style.css",
"./**/*/estilo.css",
"./**/*/tsconfig.json"
],
"autoHeader": "manualSave"
},
"psi-header.license-text": ["Copyright: 2020 - All rights reserved."],
"psi-header.variables": [
["authoremail", "marcantech@uol.com.br"],
["author", "Marcos Antônio Barbosa de Souza"],
["copyrightholder", "All rights reserved"],
["company", "Marcant Tecnologia da Informação"]
],
"psi-header.lang-config": [
{
"language": "html",
"begin": "<!DOCTYPE html>\n<!--",
"prefix": " # ",
"end": "-->\n",
"ignoreLines": [" # "]
},
{
"language": "php",
"begin": "<?php",
"prefix": " # ",
"end": "?>",
"ignoreLines": [" # "]
},
{
"language": "blade",
"begin": "{{--",
"prefix": " # ",
"end": "--}}",
"ignoreLines": [" # "]
},
{
"language": "python",
"begin": "###",
"prefix": "# ",
"end": "###",
"beforeHeader": ["#!python3.8"]
},
{
"language": "shellscript",
"begin": "######",
"prefix": "# ",
"end": "#####",
"beforeHeader": ["#!/bin/sh"]
},
{
"language": "javascript",
"begin": "/**",
"prefix": " * ",
"end": " */",
"ignoreLines": [" * "],
"forceToTop": false
},
{
"language": "typescript",
"mapTo": "javascript"
}
],
"psi-header.templates": [
{
"language": "*",
"template": [
"*****",
"File: <<filename>>",
"Project: <<projectname>>",
"Path: <<projectpath>>",
"File Created: <<filecreated('dddd, DD MMMM YYYY HH:mm:ss')>>",
"Author: <<author>> (<<authoremail>>)",
"-----",
"Last Modified: <<dateformat('dddd, DD MMMM YYYY HH:mm:ss')>>",
"Modified By: <<author>> (<<<authoremail>>>)",
"-----",
"Copyright (c) <<yeartoyear(fc!P,now)>> <<copyrightholder>>, <<company>>",
"-----",
"Description:",
"············ ",
"*****"
]
}
],
"open-in-browser.default": "google-chrome",
"git.autofetch": true,
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "ATTENTION",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#FFFF00",
"bold": false,
"italic": false
},
{
"tag": "WARNING",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#FF00FF",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#006e2e",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=",
"[php]": {
"editor.defaultFormatter": "vscode.php-language-features" // "HookyQR.beautify", "vscode.php-language-features", "esbenp.prettier-vscode",
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["/home/desenvolvedor"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#ffff00"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorian Blue",
"value": "#0b2016"
},
{
"name": "green",
"value": "#0a2016"
}
],
"workbench.colorTheme": "Pitch Black",
"profileSwitcher.profiles": ["PHP - JS - CSS - HTML - WordPress"],
"profileSwitcher.storage": {
"WordPress": {
"cornflakes.linter.executablePath": "/usr/bin/flake8",
"cornflakes.linter.run": "onType",
"git.autofetch": true,
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (Eex)",
"js",
"html"
],
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"window.zoomLevel": 1,
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.language": {
"js": {
"type": ["javascript", "json"],
"filename": [".jshintrc", ".jsbeautifyrc"]
},
"php": ["php", "sphp"],
"css": ["css", "scss"],
"html": ["htm", "html"],
"Dart": ["dart"]
},
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"jshint.options": {
"esversion": 8
},
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"cSpell.userDictionaryLocation": "/home/desenvolvedor/cspell.user.words.txt",
"cSpell.projectDictionaryLocation": "./cspell.project.words.txt",
"cSpell.userWords": [],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.general.tagGroups": {
"FIX": ["FIXME", "FIXIT"],
"ATTENTION": ["ALERT", "WARNING"]
},
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"rest-client.defaultHeaders": {
"Content-Type": "application/json",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJicnVjZUBkYy5jb20iLCJpc3MiOiJtZWF0LWFwaSIsImlhdCI6MTU5NTM1MTQ3OX0.csx1HVcFGwijZzyAj6Z0vtynLd4TEIa_eeE6Feg83Jk"
},
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.highlights.customHighlight": {
"BUG": {
"icon": "bug"
},
"FIXME": {
"icon": "flame"
}
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"liveServer.settings.CustomBrowser": "chrome",
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#bc8f8f",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"notebook.cellToolbarLocation": {
"default": "right"
},
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=",
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedTypes": false,
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["/home/desenvolvedor"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"CleanCSS.options": {
"format": "keep-breaks",
"compatibility": "ie8"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"cSpell.customDictionaries": {
"project-words": {
"name": "project-words",
"path": "${workspaceRoot}/cspell.project.words.txt",
"description": "Words used in this project",
"addWords": true
}
},
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.fontFamily": "MesloLGM Nerd Font",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorin Blue",
"value": "#113324"
},
{
"name": "Mandalorian Blue2",
"value": "#040d09"
}
],
"workbench.colorTheme": "Pitch Black"
},
"PHP - JS - CSS - HTML - WordPress": {
"cornflakes.linter.executablePath": "/usr/bin/flake8",
"cornflakes.linter.run": "onType",
"git.autofetch": true,
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (Eex)",
"js",
"html"
],
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"window.zoomLevel": 1,
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.language": {
"js": {
"type": ["javascript", "json"],
"filename": [".jshintrc", ".jsbeautifyrc"]
},
"php": ["php", "sphp"],
"css": ["css", "scss"],
"html": ["htm", "html"],
"Dart": ["dart"]
},
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"jshint.options": {
"esversion": 8
},
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"cSpell.userWords": [],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.general.tagGroups": {
"FIX": ["FIXME", "FIXIT"],
"ATTENTION": ["ALERT", "WARNING"]
},
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"editor.snippetSuggestions": "top",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"rest-client.defaultHeaders": {
"Content-Type": "application/json",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJicnVjZUBkYy5jb20iLCJpc3MiOiJtZWF0LWFwaSIsImlhdCI6MTU5NTM1MTQ3OX0.csx1HVcFGwijZzyAj6Z0vtynLd4TEIa_eeE6Feg83Jk"
},
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.highlights.customHighlight": {
"BUG": {
"icon": "bug"
},
"FIXME": {
"icon": "flame"
}
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"liveServer.settings.CustomBrowser": "chrome",
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#bc8f8f",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"notebook.cellToolbarLocation": {
"default": "right"
},
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=",
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedTypes": false,
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["/home/desenvolvedor"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"CleanCSS.options": {
"format": "keep-breaks",
"compatibility": "ie8"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"cSpell.customDictionaries": {
"project-words": {
"name": "project-words",
"path": "${workspaceRoot}/cspell.project.words.txt",
"description": "Words used in this project",
"addWords": true
}
},
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorin Blue",
"value": "#113324"
},
{
"name": "Mandalorian Blue2",
"value": "#040d09"
}
],
"workbench.colorTheme": "Pitch Black"
}
},
"profileSwitcher.extensions": {
"WordPress": [
{
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherName": "aaron-bond",
"version": "2.1.0",
"name": "better-comments"
},
{
"id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28",
"publisherId": "abusaidm.html-snippets",
"publisherName": "abusaidm",
"version": "0.2.1",
"name": "html-snippets"
},
{
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherName": "alefragnani",
"version": "13.2.2",
"name": "Bookmarks"
},
{
"id": "f0173dd6-501a-46b6-9840-c7849f6f9ee2",
"publisherId": "alefragnani.numbered-bookmarks",
"publisherName": "alefragnani",
"version": "8.1.0",
"name": "numbered-bookmarks"
},
{
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherName": "alefragnani",
"version": "12.4.0",
"name": "project-manager"
},
{
"id": "b52072d1-e507-4261-8935-f4d91a055d7d",
"publisherId": "amiralizadeh9480.laravel-extra-intellisense",
"publisherName": "amiralizadeh9480",
"version": "0.6.1",
"name": "laravel-extra-intellisense"
},
{
"id": "22f751e3-e0fe-49d0-af60-1655a92bfbeb",
"publisherId": "analytic-signal.preview-pdf",
"publisherName": "analytic-signal",
"version": "1.0.0",
"name": "preview-pdf"
},
{
"id": "4bb70abd-a70d-4603-8a07-da55285779fb",
"publisherId": "Anan.devdocstab",
"publisherName": "Anan",
"version": "1.0.1",
"name": "devdocstab"
},
{
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e",
"publisherId": "Angular.ng-template",
"publisherName": "Angular",
"version": "12.2.1",
"name": "ng-template"
},
{
"id": "239f847d-f465-4b08-9b71-97add0d81e4c",
"publisherId": "awesomektvn.toggle-semicolon",
"publisherName": "awesomektvn",
"version": "0.0.1",
"name": "toggle-semicolon"
},
{
"id": "b027c4b2-25ad-46db-b574-05dae3b2dc92",
"publisherId": "azemoh.one-monokai",
"publisherName": "azemoh",
"version": "0.5.0",
"name": "one-monokai"
},
{
"id": "d1818e93-bccc-4812-8b8b-37aabc5a7a94",
"publisherId": "BeardedBear.beardedtheme",
"publisherName": "BeardedBear",
"version": "4.0.0",
"name": "beardedtheme"
},
{
"id": "3c05b690-b0ad-46af-a6b3-a94da6ccb4b4",
"publisherId": "BenjaminZekavica.wordpress-gutenberg-snippets",
"publisherName": "BenjaminZekavica",
"version": "1.3.0",
"name": "wordpress-gutenberg-snippets"
},
{
"id": "0f8bd812-5d52-4fff-bd1c-6b0a7ee9cad9",
"publisherId": "bierner.color-info",
"publisherName": "bierner",
"version": "0.7.0",
"name": "color-info"
},
{
"id": "a41ef446-bc82-4194-b848-9b3d6f60e18d",
"publisherId": "bierner.markdown-image-size",
"publisherName": "bierner",
"version": "0.0.4",
"name": "markdown-image-size"
},
{
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherName": "bmewburn",
"version": "1.7.1",
"name": "vscode-intelephense-client"
},
{
"id": "a8194b6b-5989-4647-a5b8-ac7085201841",
"publisherId": "brapifra.phpserver",
"publisherName": "brapifra",
"version": "3.0.2",
"name": "phpserver"
},
{
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherName": "christian-kohler",
"version": "1.4.0",
"name": "npm-intellisense"
},
{
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherName": "christian-kohler",
"version": "2.4.0",
"name": "path-intellisense"
},
{
"id": "7ed7bccd-f358-4c6f-88c0-1296185abaa1",
"publisherId": "chrmarti.regex",
"publisherName": "chrmarti",
"version": "0.4.0",
"name": "regex"
},
{
"id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
"publisherId": "codezombiech.gitignore",
"publisherName": "codezombiech",
"version": "0.7.0",
"name": "gitignore"
},
{
"id": "0b86e0a5-d2ef-48d8-9a1a-73f96e65f26e",
"publisherId": "codingyu.laravel-goto-view",
"publisherName": "codingyu",
"version": "1.3.4",
"name": "laravel-goto-view"
},
{
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherName": "CoenraadS",
"version": "1.0.61",
"name": "bracket-pair-colorizer"
},
{
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
"publisherId": "CoenraadS.bracket-pair-colorizer-2",
"publisherName": "CoenraadS",
"version": "0.2.1",
"name": "bracket-pair-colorizer-2"
},
{
"id": "136682fc-7ac4-43b7-a50a-bb7890c39f25",
"publisherId": "darkriszty.markdown-table-prettify",
"publisherName": "darkriszty",
"version": "3.5.0",
"name": "markdown-table-prettify"
},
{
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherName": "DavidAnson",
"version": "0.44.4",
"name": "vscode-markdownlint"
},
{
"id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
"publisherId": "dbaeumer.jshint",
"publisherName": "dbaeumer",
"version": "0.11.0",
"name": "jshint"
},
{
"id": "0808d236-6faf-4f68-9f17-28f51a572ee4",
"publisherId": "deerawan.vscode-faker",
"publisherName": "deerawan",
"version": "1.5.0",
"name": "vscode-faker"
},
{
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherName": "donjayamanne",
"version": "0.6.18",
"name": "githistory"
},
{
"id": "99c12a52-ff68-4e9d-a975-a67556fee2f5",
"publisherId": "donjayamanne.jquerysnippets",
"publisherName": "donjayamanne",
"version": "0.0.1",
"name": "jquerysnippets"
},
{
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherName": "DotJoshJohnson",
"version": "2.5.1",
"name": "xml"
},
{
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherName": "eamodio",
"version": "11.6.1",
"name": "gitlens"
},
{
"id": "aaee577c-f062-495a-9816-0cbd442f1d25",
"publisherId": "ecmel.vscode-html-css",
"publisherName": "ecmel",
"version": "1.10.2",
"name": "vscode-html-css"
},
{
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherName": "EditorConfig",
"version": "0.16.4",
"name": "EditorConfig"
},
{
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherName": "eg2",
"version": "0.3.22",
"name": "vscode-npm-script"
},
{
"id": "20eefaf0-ae4b-42c0-8c07-9a0249e159eb",
"publisherId": "elypia.magick-image-reader",
"publisherName": "elypia",
"version": "0.5.0",
"name": "magick-image-reader"
},
{
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherName": "esbenp",
"version": "9.0.0",
"name": "prettier-vscode"
},
{
"id": "4f63037e-3a44-436f-a483-4c65a77f15f6",
"publisherId": "FallenMax.mithril-emmet",
"publisherName": "FallenMax",
"version": "0.7.6",
"name": "mithril-emmet"
},
{
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherName": "felixfbecker",
"version": "1.21.0",
"name": "php-debug"
},
{
"id": "5e69f001-f945-4c97-baf0-320d82a153b3",
"publisherId": "felixfbecker.php-intellisense",
"publisherName": "felixfbecker",
"version": "2.3.14",
"name": "php-intellisense"
},
{
"id": "1a9300c9-36a6-44d1-9d09-ada3641b8727",
"publisherId": "felixfbecker.php-pack",
"publisherName": "felixfbecker",
"version": "1.0.2",
"name": "php-pack"
},
{
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherName": "formulahendry",
"version": "0.5.12",
"name": "auto-close-tag"
},
{
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherName": "formulahendry",
"version": "0.1.9",
"name": "auto-rename-tag"
},
{
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherName": "formulahendry",
"version": "0.11.6",
"name": "code-runner"
},
{
"id": "7328a705-91fc-49e6-8293-da6f112e482d",
"publisherId": "GitHub.github-vscode-theme",
"publisherName": "GitHub",
"version": "5.0.0",
"name": "github-vscode-theme"
},
{
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherName": "Gruntfuggly",
"version": "0.0.214",
"name": "todo-tree"
},
{
"id": "4a589c65-311e-4a3c-9f74-d02cc53c0288",
"publisherId": "hangxingliu.vscode-coding-tracker",
"publisherName": "hangxingliu",
"version": "0.6.0",
"name": "vscode-coding-tracker"
},
{
"id": "ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8",
"publisherId": "hbenl.vscode-test-explorer",
"publisherName": "hbenl",
"version": "2.21.1",
"name": "vscode-test-explorer"
},
{
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherName": "HookyQR",
"version": "1.5.0",
"name": "beautify"
},
{
"id": "dda49fd5-1f3b-4d25-bf61-4fc41905ede5",
"publisherId": "humao.rest-client",
"publisherName": "humao",
"version": "0.24.5",
"name": "rest-client"
},
{
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f",
"publisherId": "IBM.output-colorizer",
"publisherName": "IBM",
"version": "0.1.2",
"name": "output-colorizer"
},
{
"id": "17a873c7-491e-4797-9172-186de70f5e98",
"publisherId": "idleberg.icon-fonts",
"publisherName": "idleberg",
"version": "2.5.2",
"name": "icon-fonts"
},
{
"id": "0d1241e3-fa60-4f24-8f2a-6d7085677c48",
"publisherId": "ionutvmi.path-autocomplete",
"publisherName": "ionutvmi",
"version": "1.17.1",
"name": "path-autocomplete"
},
{
"id": "41c03ed0-b7b8-4476-8d01-926a7e041e69",
"publisherId": "jebbs.markdown-extended",
"publisherName": "jebbs",
"version": "1.0.19",
"name": "markdown-extended"
},
{
"id": "4ae6dc82-7981-4f10-bd81-2d72aec37f39",
"publisherId": "jock.svg",
"publisherName": "jock",
"version": "1.4.13",
"name": "svg"
},
{
"id": "bd3a577b-547f-4b5c-826a-9be782edabe8",
"publisherId": "johnbillion.vscode-wordpress-hooks",
"publisherName": "johnbillion",
"version": "0.6.0",
"name": "vscode-wordpress-hooks"
},
{
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
"publisherId": "johnpapa.vscode-peacock",
"publisherName": "johnpapa",
"version": "3.10.1",
"name": "vscode-peacock"
},
{
"id": "0be0c393-8fd2-4ff8-9c13-e2789b45fc59",
"publisherId": "josee9988.minifyall",
"publisherName": "josee9988",
"version": "2.9.4",
"name": "minifyall"
},
{
"id": "92d01ae4-5a2e-4299-990c-7905798fb719",
"publisherId": "jsynowiec.vscode-insertdatestring",
"publisherName": "jsynowiec",
"version": "2.3.0",
"name": "vscode-insertdatestring"
},
{
"id": "dde258e9-793b-4377-a4fe-9d54cbd28ea2",
"publisherId": "kortina.vscode-markdown-notes",
"publisherName": "kortina",
"version": "0.0.24",
"name": "vscode-markdown-notes"
},
{
"id": "1bb92b2c-526c-4bfd-bb38-5bae1b278c89",
"publisherId": "leizongmin.node-module-intellisense",
"publisherName": "leizongmin",
"version": "1.5.0",
"name": "node-module-intellisense"
},
{
"id": "02ad79e8-159a-4d93-b8ef-54c8006b006a",
"publisherId": "lkytal.pomodoro",
"publisherName": "lkytal",
"version": "1.1.3",
"name": "pomodoro"
},
{
"id": "a4f91432-1b7d-4acd-b906-76d8ac8ad7e7",
"publisherId": "mdickin.markdown-shortcuts",
"publisherName": "mdickin",
"version": "0.12.0",
"name": "markdown-shortcuts"
},
{
"id": "3792588c-3d35-442d-91ea-fe6a755e8155",
"publisherId": "mechatroner.rainbow-csv",
"publisherName": "mechatroner",
"version": "1.9.1",
"name": "rainbow-csv"
},
{
"id": "651dce1f-eda8-4a5b-aa26-0d1266de8ed1",
"publisherId": "MehediDracula.php-namespace-resolver",
"publisherName": "MehediDracula",
"version": "1.1.8",
"name": "php-namespace-resolver"
},
{
"id": "438221f8-1107-4ccd-a6fe-f3b7fe0856b7",
"publisherId": "mhutchie.git-graph",
"publisherName": "mhutchie",
"version": "1.30.0",
"name": "git-graph"
},
{
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherName": "mikestead",
"version": "1.0.1",
"name": "dotenv"
},
{
"id": "816d44eb-5e28-431b-be81-2c52551d81ea",
"publisherId": "mitchdenny.ecdc",
"publisherName": "mitchdenny",
"version": "1.4.0",
"name": "ecdc"
},
{
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherName": "mrmlnc",
"version": "0.10.0",
"name": "vscode-scss"
},
{
"id": "3fd25437-acd9-42d7-ab19-581a69ce2dd9",
"publisherId": "MS-CEINTL.vscode-language-pack-pt-BR",
"publisherName": "MS-CEINTL",
"version": "1.61.5",
"name": "vscode-language-pack-pt-BR"
},
{
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh"
},
{
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh-edit"
},
{
"id": "47210ec2-0324-4cbb-9523-9dff02a5f9ec",
"publisherId": "ms-vscode.test-adapter-converter",
"publisherName": "ms-vscode",
"version": "0.1.4",
"name": "test-adapter-converter"
},
{
"id": "2d803fdd-31e6-4d11-a864-be81823ba991",
"publisherId": "ms-vscode.vs-keybindings",
"publisherName": "ms-vscode",
"version": "0.2.1",
"name": "vs-keybindings"
},
{
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherName": "msjsdiag",
"version": "4.13.0",
"name": "debugger-for-chrome"
},
{
"id": "6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b",
"publisherId": "mtxr.sqltools",
"publisherName": "mtxr",
"version": "0.23.0",
"name": "sqltools"
},
{
"id": "45e19ef7-c10a-44ce-8413-0d9edfbbdcaa",
"publisherId": "mtxr.sqltools-driver-mysql",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-mysql"
},
{
"id": "5862e2aa-ace9-476d-8b10-3b72fa494604",
"publisherId": "mtxr.sqltools-driver-sqlite",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-sqlite"
},
{
"id": "ffaf4ec8-f001-4f02-b671-705ecf079cde",
"publisherId": "mushan.vscode-paste-image",
"publisherName": "mushan",
"version": "1.0.4",
"name": "vscode-paste-image"
},
{
"id": "b9484b93-0531-4fd3-b3dd-9ff58dcfe678",
"publisherId": "natqe.reload",
"publisherName": "natqe",
"version": "0.0.6",
"name": "reload"
},
{
"id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
"publisherId": "naumovs.color-highlight",
"publisherName": "naumovs",
"version": "2.5.0",
"name": "color-highlight"
},
{
"id": "568a8977-8469-4f89-b30d-8d5e3c7a0ce7",
"publisherId": "negokaz.live-server-preview",
"publisherName": "negokaz",
"version": "0.1.4",
"name": "live-server-preview"
},
{
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca",
"publisherId": "neilbrayfield.php-docblocker",
"publisherName": "neilbrayfield",
"version": "2.6.1",
"name": "php-docblocker"
},
{
"id": "0fcefdd8-e09c-4b96-9998-f5dc891893dd",
"publisherId": "nhoizey.gremlins",
"publisherName": "nhoizey",
"version": "0.26.0",
"name": "gremlins"
},
{
"id": "a6b9aab7-dcff-4d11-a3eb-f79bf72a8da4",
"publisherId": "nick-rudenko.back-n-forth",
"publisherName": "nick-rudenko",
"version": "3.1.1",
"name": "back-n-forth"
},
{
"id": "d6ba4b7b-539f-456a-b0f6-0348df44cdf3",
"publisherId": "nikitaKunevich.snippet-creator",
"publisherName": "nikitaKunevich",
"version": "0.0.5",
"name": "snippet-creator"
},
{
"id": "d1b33efe-8957-4d14-9ef6-e043fdbe9079",
"publisherId": "Nimda.deepdark-material",
"publisherName": "Nimda",
"version": "3.3.0",
"name": "deepdark-material"
},
{
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherName": "oderwat",
"version": "8.2.1",
"name": "indent-rainbow"
},
{
"id": "3b58a227-618a-4b57-a06b-6984a2a8d1ba",
"publisherId": "onecentlin.laravel-blade",
"publisherName": "onecentlin",
"version": "1.27.0",
"name": "laravel-blade"
},
{
"id": "050d4900-7979-4d10-b7aa-e274f6ae8730",
"publisherId": "onecentlin.laravel5-snippets",
"publisherName": "onecentlin",
"version": "1.13.0",
"name": "laravel5-snippets"
},
{
"id": "f6c2c922-7a4d-4a60-aa8c-d7a41042f960",
"publisherId": "phiter.phpstorm-snippets",
"publisherName": "phiter",
"version": "1.1.2",
"name": "phpstorm-snippets"
},
{
"id": "80e9cc3c-eb09-48ed-afda-f1cfd9c9ca3f",
"publisherId": "phproberto.vscode-php-getters-setters",
"publisherName": "phproberto",
"version": "1.2.3",
"name": "vscode-php-getters-setters"
},
{
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherName": "PKief",
"version": "4.10.0",
"name": "material-icon-theme"
},
{
"id": "0b8f8d63-11a2-4194-969c-ca7488b3413a",
"publisherId": "pranaygp.vscode-css-peek",
"publisherName": "pranaygp",
"version": "4.2.0",
"name": "vscode-css-peek"
},
{
"id": "2dd42e50-1c7f-425b-b267-604c44b00e49",
"publisherId": "psioniq.psi-header",
"publisherName": "psioniq",
"version": "1.15.2",
"name": "psi-header"
},
{
"id": "e05d98bf-3735-4c1e-9fae-86ef0a52e19f",
"publisherId": "quicktype.quicktype",
"publisherName": "quicktype",
"version": "12.0.46",
"name": "quicktype"
},
{
"id": "ad577a34-d89a-4413-a066-12c941f6cef5",
"publisherId": "recca0120.vscode-phpunit",
"publisherName": "recca0120",
"version": "2.0.76",
"name": "vscode-phpunit"
},
{
"id": "3fb77af3-b8b3-4cb9-9137-f555bd80e2b1",
"publisherId": "richie5um2.vscode-sort-json",
"publisherName": "richie5um2",
"version": "1.20.0",
"name": "vscode-sort-json"
},
{
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherName": "ritwickdey",
"version": "5.6.1",
"name": "LiveServer"
},
{
"id": "8a3855a5-f258-48ee-87f9-fa4f7a0875b1",
"publisherId": "ryannaddy.laravel-artisan",
"publisherName": "ryannaddy",
"version": "0.0.28",
"name": "laravel-artisan"
},
{
"id": "79afa437-682e-4fa2-a4fd-87844832a1dc",
"publisherId": "ryu1kn.partial-diff",
"publisherName": "ryu1kn",
"version": "1.4.3",
"name": "partial-diff"
},
{
"id": "6ad45f5a-09ec-44e5-b363-867ddc1ec674",
"publisherId": "shardulm94.trailing-spaces",
"publisherName": "shardulm94",
"version": "0.3.1",
"name": "trailing-spaces"
},
{
"id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a",
"publisherId": "shd101wyy.markdown-preview-enhanced",
"publisherName": "shd101wyy",
"version": "0.6.0",
"name": "markdown-preview-enhanced"
},
{
"id": "4b0bb8e1-8f9a-42c4-b0dd-03691bdcc309",
"publisherId": "shyykoserhiy.vscode-spotify",
"publisherName": "shyykoserhiy",
"version": "3.2.1",
"name": "vscode-spotify"
},
{
"id": "f8a1bc85-dce8-4e51-a623-a40bde56fc8b",
"publisherId": "stef-k.laravel-goto-controller",
"publisherName": "stef-k",
"version": "0.0.15",
"name": "laravel-goto-controller"
},
{
"id": "2e9fe0cb-4e63-42fc-a809-fb056aad49c3",
"publisherId": "stevencl.addDocComments",
"publisherName": "stevencl",
"version": "0.0.8",
"name": "addDocComments"
},
{
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherName": "streetsidesoftware",
"version": "2.0.10",
"name": "code-spell-checker"
},
{
"id": "0e287d3c-2b2c-4bc7-8845-f2556d66a259",
"publisherId": "streetsidesoftware.code-spell-checker-french-reforme",
"publisherName": "streetsidesoftware",
"version": "2.0.1",
"name": "code-spell-checker-french-reforme"
},
{
"id": "289a3d39-a4cc-47c2-ad28-794fba368219",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese",
"publisherName": "streetsidesoftware",
"version": "0.1.9",
"name": "code-spell-checker-portuguese"
},
{
"id": "a669e675-9cb2-48a8-983d-33a1c4ed10ef",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese-brazilian",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-portuguese-brazilian"
},
{
"id": "8d6dcf6f-1957-4dd5-809e-addb07d8c1fb",
"publisherId": "streetsidesoftware.code-spell-checker-spanish",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-spanish"
},
{
"id": "947b629a-e9c8-4cb8-8551-45b9088960b5",
"publisherId": "tchayen.markdown-links",
"publisherName": "tchayen",
"version": "0.8.0",
"name": "markdown-links"
},
{
"id": "2a658c1b-308a-41e8-805a-fc8abda483bc",
"publisherId": "thekalinga.bootstrap4-vscode",
"publisherName": "thekalinga",
"version": "6.1.0",
"name": "bootstrap4-vscode"
},
{
"id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f",
"publisherId": "tombonnike.vscode-status-bar-format-toggle",
"publisherName": "tombonnike",
"version": "2.0.0",
"name": "vscode-status-bar-format-toggle"
},
{
"id": "d9b94116-8b10-4b49-91b4-249588a375e4",
"publisherId": "TzachOvadia.todo-list",
"publisherName": "TzachOvadia",
"version": "1.6.0",
"name": "todo-list"
},
{
"id": "9d8c32ab-354c-4daf-a9bf-20b633734435",
"publisherId": "usernamehw.errorlens",
"publisherName": "usernamehw",
"version": "3.4.0",
"name": "errorlens"
},
{
"id": "c4e31168-d200-4020-ae9e-1aa7b76d2c52",
"publisherId": "vangware.dark-plus-material",
"publisherName": "vangware",
"version": "2.4.4",
"name": "dark-plus-material"
},
{
"id": "28b20c66-dbb8-4c01-a0f9-590be00ec2d3",
"publisherId": "viktorqvarfordt.vscode-pitch-black-theme",
"publisherName": "viktorqvarfordt",
"version": "1.2.6",
"name": "vscode-pitch-black-theme"
},
{
"id": "4cf94800-a066-464e-a4e0-97f2927ebca2",
"publisherId": "vilicvane.es-quotes",
"publisherName": "vilicvane",
"version": "0.2.6",
"name": "es-quotes"
},
{
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherName": "VisualStudioExptTeam",
"version": "1.2.14",
"name": "vscodeintellicode"
},
{
"id": "27d96499-52df-4f8e-8905-275284e25ace",
"publisherId": "vitaliymaz.vscode-svg-previewer",
"publisherName": "vitaliymaz",
"version": "0.7.0",
"name": "vscode-svg-previewer"
},
{
"id": "032ccf0d-9c21-43a5-8073-ae28e453ecef",
"publisherId": "whtouche.vscode-js-console-utils",
"publisherName": "whtouche",
"version": "0.7.0",
"name": "vscode-js-console-utils"
},
{
"id": "87b7ee15-39a4-4bbe-b4b8-86718c151964",
"publisherId": "wordpresstoolbox.wordpress-toolbox",
"publisherName": "wordpresstoolbox",
"version": "1.3.11",
"name": "wordpress-toolbox"
},
{
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherName": "xabikos",
"version": "1.8.0",
"name": "JavaScriptSnippets"
},
{
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherName": "yzhang",
"version": "3.4.0",
"name": "markdown-all-in-one"
}
],
"PHP - JS - CSS - HTML - WordPress": [
{
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherName": "aaron-bond",
"version": "2.1.0",
"name": "better-comments"
},
{
"id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28",
"publisherId": "abusaidm.html-snippets",
"publisherName": "abusaidm",
"version": "0.2.1",
"name": "html-snippets"
},
{
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherName": "alefragnani",
"version": "13.2.2",
"name": "Bookmarks"
},
{
"id": "f0173dd6-501a-46b6-9840-c7849f6f9ee2",
"publisherId": "alefragnani.numbered-bookmarks",
"publisherName": "alefragnani",
"version": "8.1.0",
"name": "numbered-bookmarks"
},
{
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherName": "alefragnani",
"version": "12.4.0",
"name": "project-manager"
},
{
"id": "22f751e3-e0fe-49d0-af60-1655a92bfbeb",
"publisherId": "analytic-signal.preview-pdf",
"publisherName": "analytic-signal",
"version": "1.0.0",
"name": "preview-pdf"
},
{
"id": "4bb70abd-a70d-4603-8a07-da55285779fb",
"publisherId": "Anan.devdocstab",
"publisherName": "Anan",
"version": "1.0.1",
"name": "devdocstab"
},
{
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e",
"publisherId": "Angular.ng-template",
"publisherName": "Angular",
"version": "12.2.1",
"name": "ng-template"
},
{
"id": "239f847d-f465-4b08-9b71-97add0d81e4c",
"publisherId": "awesomektvn.toggle-semicolon",
"publisherName": "awesomektvn",
"version": "0.0.1",
"name": "toggle-semicolon"
},
{
"id": "3c05b690-b0ad-46af-a6b3-a94da6ccb4b4",
"publisherId": "BenjaminZekavica.wordpress-gutenberg-snippets",
"publisherName": "BenjaminZekavica",
"version": "1.3.0",
"name": "wordpress-gutenberg-snippets"
},
{
"id": "0f8bd812-5d52-4fff-bd1c-6b0a7ee9cad9",
"publisherId": "bierner.color-info",
"publisherName": "bierner",
"version": "0.7.0",
"name": "color-info"
},
{
"id": "a41ef446-bc82-4194-b848-9b3d6f60e18d",
"publisherId": "bierner.markdown-image-size",
"publisherName": "bierner",
"version": "0.0.4",
"name": "markdown-image-size"
},
{
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherName": "bmewburn",
"version": "1.7.1",
"name": "vscode-intelephense-client"
},
{
"id": "a8194b6b-5989-4647-a5b8-ac7085201841",
"publisherId": "brapifra.phpserver",
"publisherName": "brapifra",
"version": "3.0.2",
"name": "phpserver"
},
{
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherName": "christian-kohler",
"version": "1.4.0",
"name": "npm-intellisense"
},
{
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherName": "christian-kohler",
"version": "2.4.0",
"name": "path-intellisense"
},
{
"id": "7ed7bccd-f358-4c6f-88c0-1296185abaa1",
"publisherId": "chrmarti.regex",
"publisherName": "chrmarti",
"version": "0.4.0",
"name": "regex"
},
{
"id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
"publisherId": "codezombiech.gitignore",
"publisherName": "codezombiech",
"version": "0.7.0",
"name": "gitignore"
},
{
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherName": "CoenraadS",
"version": "1.0.61",
"name": "bracket-pair-colorizer"
},
{
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
"publisherId": "CoenraadS.bracket-pair-colorizer-2",
"publisherName": "CoenraadS",
"version": "0.2.1",
"name": "bracket-pair-colorizer-2"
},
{
"id": "136682fc-7ac4-43b7-a50a-bb7890c39f25",
"publisherId": "darkriszty.markdown-table-prettify",
"publisherName": "darkriszty",
"version": "3.5.0",
"name": "markdown-table-prettify"
},
{
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherName": "DavidAnson",
"version": "0.44.4",
"name": "vscode-markdownlint"
},
{
"id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
"publisherId": "dbaeumer.jshint",
"publisherName": "dbaeumer",
"version": "0.11.0",
"name": "jshint"
},
{
"id": "0808d236-6faf-4f68-9f17-28f51a572ee4",
"publisherId": "deerawan.vscode-faker",
"publisherName": "deerawan",
"version": "1.5.0",
"name": "vscode-faker"
},
{
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherName": "donjayamanne",
"version": "0.6.18",
"name": "githistory"
},
{
"id": "99c12a52-ff68-4e9d-a975-a67556fee2f5",
"publisherId": "donjayamanne.jquerysnippets",
"publisherName": "donjayamanne",
"version": "0.0.1",
"name": "jquerysnippets"
},
{
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherName": "DotJoshJohnson",
"version": "2.5.1",
"name": "xml"
},
{
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherName": "eamodio",
"version": "11.6.1",
"name": "gitlens"
},
{
"id": "aaee577c-f062-495a-9816-0cbd442f1d25",
"publisherId": "ecmel.vscode-html-css",
"publisherName": "ecmel",
"version": "1.10.2",
"name": "vscode-html-css"
},
{
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherName": "EditorConfig",
"version": "0.16.4",
"name": "EditorConfig"
},
{
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherName": "eg2",
"version": "0.3.22",
"name": "vscode-npm-script"
},
{
"id": "20eefaf0-ae4b-42c0-8c07-9a0249e159eb",
"publisherId": "elypia.magick-image-reader",
"publisherName": "elypia",
"version": "0.5.0",
"name": "magick-image-reader"
},
{
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherName": "esbenp",
"version": "9.0.0",
"name": "prettier-vscode"
},
{
"id": "4f63037e-3a44-436f-a483-4c65a77f15f6",
"publisherId": "FallenMax.mithril-emmet",
"publisherName": "FallenMax",
"version": "0.7.6",
"name": "mithril-emmet"
},
{
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherName": "felixfbecker",
"version": "1.21.0",
"name": "php-debug"
},
{
"id": "5e69f001-f945-4c97-baf0-320d82a153b3",
"publisherId": "felixfbecker.php-intellisense",
"publisherName": "felixfbecker",
"version": "2.3.14",
"name": "php-intellisense"
},
{
"id": "1a9300c9-36a6-44d1-9d09-ada3641b8727",
"publisherId": "felixfbecker.php-pack",
"publisherName": "felixfbecker",
"version": "1.0.2",
"name": "php-pack"
},
{
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherName": "formulahendry",
"version": "0.5.12",
"name": "auto-close-tag"
},
{
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherName": "formulahendry",
"version": "0.1.9",
"name": "auto-rename-tag"
},
{
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherName": "formulahendry",
"version": "0.11.6",
"name": "code-runner"
},
{
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherName": "Gruntfuggly",
"version": "0.0.214",
"name": "todo-tree"
},
{
"id": "4a589c65-311e-4a3c-9f74-d02cc53c0288",
"publisherId": "hangxingliu.vscode-coding-tracker",
"publisherName": "hangxingliu",
"version": "0.6.0",
"name": "vscode-coding-tracker"
},
{
"id": "ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8",
"publisherId": "hbenl.vscode-test-explorer",
"publisherName": "hbenl",
"version": "2.21.1",
"name": "vscode-test-explorer"
},
{
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherName": "HookyQR",
"version": "1.5.0",
"name": "beautify"
},
{
"id": "dda49fd5-1f3b-4d25-bf61-4fc41905ede5",
"publisherId": "humao.rest-client",
"publisherName": "humao",
"version": "0.24.5",
"name": "rest-client"
},
{
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f",
"publisherId": "IBM.output-colorizer",
"publisherName": "IBM",
"version": "0.1.2",
"name": "output-colorizer"
},
{
"id": "17a873c7-491e-4797-9172-186de70f5e98",
"publisherId": "idleberg.icon-fonts",
"publisherName": "idleberg",
"version": "2.5.2",
"name": "icon-fonts"
},
{
"id": "0d1241e3-fa60-4f24-8f2a-6d7085677c48",
"publisherId": "ionutvmi.path-autocomplete",
"publisherName": "ionutvmi",
"version": "1.17.1",
"name": "path-autocomplete"
},
{
"id": "41c03ed0-b7b8-4476-8d01-926a7e041e69",
"publisherId": "jebbs.markdown-extended",
"publisherName": "jebbs",
"version": "1.0.19",
"name": "markdown-extended"
},
{
"id": "4ae6dc82-7981-4f10-bd81-2d72aec37f39",
"publisherId": "jock.svg",
"publisherName": "jock",
"version": "1.4.13",
"name": "svg"
},
{
"id": "bd3a577b-547f-4b5c-826a-9be782edabe8",
"publisherId": "johnbillion.vscode-wordpress-hooks",
"publisherName": "johnbillion",
"version": "0.6.0",
"name": "vscode-wordpress-hooks"
},
{
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
"publisherId": "johnpapa.vscode-peacock",
"publisherName": "johnpapa",
"version": "3.10.1",
"name": "vscode-peacock"
},
{
"id": "0be0c393-8fd2-4ff8-9c13-e2789b45fc59",
"publisherId": "josee9988.minifyall",
"publisherName": "josee9988",
"version": "2.9.4",
"name": "minifyall"
},
{
"id": "92d01ae4-5a2e-4299-990c-7905798fb719",
"publisherId": "jsynowiec.vscode-insertdatestring",
"publisherName": "jsynowiec",
"version": "2.3.0",
"name": "vscode-insertdatestring"
},
{
"id": "dde258e9-793b-4377-a4fe-9d54cbd28ea2",
"publisherId": "kortina.vscode-markdown-notes",
"publisherName": "kortina",
"version": "0.0.24",
"name": "vscode-markdown-notes"
},
{
"id": "1bb92b2c-526c-4bfd-bb38-5bae1b278c89",
"publisherId": "leizongmin.node-module-intellisense",
"publisherName": "leizongmin",
"version": "1.5.0",
"name": "node-module-intellisense"
},
{
"id": "02ad79e8-159a-4d93-b8ef-54c8006b006a",
"publisherId": "lkytal.pomodoro",
"publisherName": "lkytal",
"version": "1.1.3",
"name": "pomodoro"
},
{
"id": "a4f91432-1b7d-4acd-b906-76d8ac8ad7e7",
"publisherId": "mdickin.markdown-shortcuts",
"publisherName": "mdickin",
"version": "0.12.0",
"name": "markdown-shortcuts"
},
{
"id": "3792588c-3d35-442d-91ea-fe6a755e8155",
"publisherId": "mechatroner.rainbow-csv",
"publisherName": "mechatroner",
"version": "1.9.1",
"name": "rainbow-csv"
},
{
"id": "651dce1f-eda8-4a5b-aa26-0d1266de8ed1",
"publisherId": "MehediDracula.php-namespace-resolver",
"publisherName": "MehediDracula",
"version": "1.1.8",
"name": "php-namespace-resolver"
},
{
"id": "438221f8-1107-4ccd-a6fe-f3b7fe0856b7",
"publisherId": "mhutchie.git-graph",
"publisherName": "mhutchie",
"version": "1.30.0",
"name": "git-graph"
},
{
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherName": "mikestead",
"version": "1.0.1",
"name": "dotenv"
},
{
"id": "816d44eb-5e28-431b-be81-2c52551d81ea",
"publisherId": "mitchdenny.ecdc",
"publisherName": "mitchdenny",
"version": "1.4.0",
"name": "ecdc"
},
{
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherName": "mrmlnc",
"version": "0.10.0",
"name": "vscode-scss"
},
{
"id": "3fd25437-acd9-42d7-ab19-581a69ce2dd9",
"publisherId": "MS-CEINTL.vscode-language-pack-pt-BR",
"publisherName": "MS-CEINTL",
"version": "1.61.5",
"name": "vscode-language-pack-pt-BR"
},
{
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh"
},
{
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh-edit"
},
{
"id": "47210ec2-0324-4cbb-9523-9dff02a5f9ec",
"publisherId": "ms-vscode.test-adapter-converter",
"publisherName": "ms-vscode",
"version": "0.1.4",
"name": "test-adapter-converter"
},
{
"id": "2d803fdd-31e6-4d11-a864-be81823ba991",
"publisherId": "ms-vscode.vs-keybindings",
"publisherName": "ms-vscode",
"version": "0.2.1",
"name": "vs-keybindings"
},
{
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherName": "msjsdiag",
"version": "4.13.0",
"name": "debugger-for-chrome"
},
{
"id": "6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b",
"publisherId": "mtxr.sqltools",
"publisherName": "mtxr",
"version": "0.23.0",
"name": "sqltools"
},
{
"id": "45e19ef7-c10a-44ce-8413-0d9edfbbdcaa",
"publisherId": "mtxr.sqltools-driver-mysql",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-mysql"
},
{
"id": "5862e2aa-ace9-476d-8b10-3b72fa494604",
"publisherId": "mtxr.sqltools-driver-sqlite",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-sqlite"
},
{
"id": "ffaf4ec8-f001-4f02-b671-705ecf079cde",
"publisherId": "mushan.vscode-paste-image",
"publisherName": "mushan",
"version": "1.0.4",
"name": "vscode-paste-image"
},
{
"id": "b9484b93-0531-4fd3-b3dd-9ff58dcfe678",
"publisherId": "natqe.reload",
"publisherName": "natqe",
"version": "0.0.6",
"name": "reload"
},
{
"id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
"publisherId": "naumovs.color-highlight",
"publisherName": "naumovs",
"version": "2.5.0",
"name": "color-highlight"
},
{
"id": "568a8977-8469-4f89-b30d-8d5e3c7a0ce7",
"publisherId": "negokaz.live-server-preview",
"publisherName": "negokaz",
"version": "0.1.4",
"name": "live-server-preview"
},
{
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca",
"publisherId": "neilbrayfield.php-docblocker",
"publisherName": "neilbrayfield",
"version": "2.6.1",
"name": "php-docblocker"
},
{
"id": "0fcefdd8-e09c-4b96-9998-f5dc891893dd",
"publisherId": "nhoizey.gremlins",
"publisherName": "nhoizey",
"version": "0.26.0",
"name": "gremlins"
},
{
"id": "a6b9aab7-dcff-4d11-a3eb-f79bf72a8da4",
"publisherId": "nick-rudenko.back-n-forth",
"publisherName": "nick-rudenko",
"version": "3.1.1",
"name": "back-n-forth"
},
{
"id": "d6ba4b7b-539f-456a-b0f6-0348df44cdf3",
"publisherId": "nikitaKunevich.snippet-creator",
"publisherName": "nikitaKunevich",
"version": "0.0.5",
"name": "snippet-creator"
},
{
"id": "d1b33efe-8957-4d14-9ef6-e043fdbe9079",
"publisherId": "Nimda.deepdark-material",
"publisherName": "Nimda",
"version": "3.3.0",
"name": "deepdark-material"
},
{
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherName": "oderwat",
"version": "8.2.1",
"name": "indent-rainbow"
},
{
"id": "f6c2c922-7a4d-4a60-aa8c-d7a41042f960",
"publisherId": "phiter.phpstorm-snippets",
"publisherName": "phiter",
"version": "1.1.2",
"name": "phpstorm-snippets"
},
{
"id": "80e9cc3c-eb09-48ed-afda-f1cfd9c9ca3f",
"publisherId": "phproberto.vscode-php-getters-setters",
"publisherName": "phproberto",
"version": "1.2.3",
"name": "vscode-php-getters-setters"
},
{
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherName": "PKief",
"version": "4.10.0",
"name": "material-icon-theme"
},
{
"id": "0b8f8d63-11a2-4194-969c-ca7488b3413a",
"publisherId": "pranaygp.vscode-css-peek",
"publisherName": "pranaygp",
"version": "4.2.0",
"name": "vscode-css-peek"
},
{
"id": "2dd42e50-1c7f-425b-b267-604c44b00e49",
"publisherId": "psioniq.psi-header",
"publisherName": "psioniq",
"version": "1.15.2",
"name": "psi-header"
},
{
"id": "e05d98bf-3735-4c1e-9fae-86ef0a52e19f",
"publisherId": "quicktype.quicktype",
"publisherName": "quicktype",
"version": "12.0.46",
"name": "quicktype"
},
{
"id": "ad577a34-d89a-4413-a066-12c941f6cef5",
"publisherId": "recca0120.vscode-phpunit",
"publisherName": "recca0120",
"version": "2.0.76",
"name": "vscode-phpunit"
},
{
"id": "3fb77af3-b8b3-4cb9-9137-f555bd80e2b1",
"publisherId": "richie5um2.vscode-sort-json",
"publisherName": "richie5um2",
"version": "1.20.0",
"name": "vscode-sort-json"
},
{
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherName": "ritwickdey",
"version": "5.6.1",
"name": "LiveServer"
},
{
"id": "79afa437-682e-4fa2-a4fd-87844832a1dc",
"publisherId": "ryu1kn.partial-diff",
"publisherName": "ryu1kn",
"version": "1.4.3",
"name": "partial-diff"
},
{
"id": "6ad45f5a-09ec-44e5-b363-867ddc1ec674",
"publisherId": "shardulm94.trailing-spaces",
"publisherName": "shardulm94",
"version": "0.3.1",
"name": "trailing-spaces"
},
{
"id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a",
"publisherId": "shd101wyy.markdown-preview-enhanced",
"publisherName": "shd101wyy",
"version": "0.6.0",
"name": "markdown-preview-enhanced"
},
{
"id": "4b0bb8e1-8f9a-42c4-b0dd-03691bdcc309",
"publisherId": "shyykoserhiy.vscode-spotify",
"publisherName": "shyykoserhiy",
"version": "3.2.1",
"name": "vscode-spotify"
},
{
"id": "2e9fe0cb-4e63-42fc-a809-fb056aad49c3",
"publisherId": "stevencl.addDocComments",
"publisherName": "stevencl",
"version": "0.0.8",
"name": "addDocComments"
},
{
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherName": "streetsidesoftware",
"version": "2.0.10",
"name": "code-spell-checker"
},
{
"id": "0e287d3c-2b2c-4bc7-8845-f2556d66a259",
"publisherId": "streetsidesoftware.code-spell-checker-french-reforme",
"publisherName": "streetsidesoftware",
"version": "2.0.1",
"name": "code-spell-checker-french-reforme"
},
{
"id": "289a3d39-a4cc-47c2-ad28-794fba368219",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese",
"publisherName": "streetsidesoftware",
"version": "0.1.9",
"name": "code-spell-checker-portuguese"
},
{
"id": "a669e675-9cb2-48a8-983d-33a1c4ed10ef",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese-brazilian",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-portuguese-brazilian"
},
{
"id": "8d6dcf6f-1957-4dd5-809e-addb07d8c1fb",
"publisherId": "streetsidesoftware.code-spell-checker-spanish",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-spanish"
},
{
"id": "947b629a-e9c8-4cb8-8551-45b9088960b5",
"publisherId": "tchayen.markdown-links",
"publisherName": "tchayen",
"version": "0.8.0",
"name": "markdown-links"
},
{
"id": "2a658c1b-308a-41e8-805a-fc8abda483bc",
"publisherId": "thekalinga.bootstrap4-vscode",
"publisherName": "thekalinga",
"version": "6.1.0",
"name": "bootstrap4-vscode"
},
{
"id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f",
"publisherId": "tombonnike.vscode-status-bar-format-toggle",
"publisherName": "tombonnike",
"version": "2.0.0",
"name": "vscode-status-bar-format-toggle"
},
{
"id": "d9b94116-8b10-4b49-91b4-249588a375e4",
"publisherId": "TzachOvadia.todo-list",
"publisherName": "TzachOvadia",
"version": "1.6.0",
"name": "todo-list"
},
{
"id": "9d8c32ab-354c-4daf-a9bf-20b633734435",
"publisherId": "usernamehw.errorlens",
"publisherName": "usernamehw",
"version": "3.4.0",
"name": "errorlens"
},
{
"id": "28b20c66-dbb8-4c01-a0f9-590be00ec2d3",
"publisherId": "viktorqvarfordt.vscode-pitch-black-theme",
"publisherName": "viktorqvarfordt",
"version": "1.2.6",
"name": "vscode-pitch-black-theme"
},
{
"id": "4cf94800-a066-464e-a4e0-97f2927ebca2",
"publisherId": "vilicvane.es-quotes",
"publisherName": "vilicvane",
"version": "0.2.6",
"name": "es-quotes"
},
{
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherName": "VisualStudioExptTeam",
"version": "1.2.14",
"name": "vscodeintellicode"
},
{
"id": "27d96499-52df-4f8e-8905-275284e25ace",
"publisherId": "vitaliymaz.vscode-svg-previewer",
"publisherName": "vitaliymaz",
"version": "0.7.0",
"name": "vscode-svg-previewer"
},
{
"id": "032ccf0d-9c21-43a5-8073-ae28e453ecef",
"publisherId": "whtouche.vscode-js-console-utils",
"publisherName": "whtouche",
"version": "0.7.0",
"name": "vscode-js-console-utils"
},
{
"id": "87b7ee15-39a4-4bbe-b4b8-86718c151964",
"publisherId": "wordpresstoolbox.wordpress-toolbox",
"publisherName": "wordpresstoolbox",
"version": "1.3.11",
"name": "wordpress-toolbox"
},
{
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherName": "xabikos",
"version": "1.8.0",
"name": "JavaScriptSnippets"
},
{
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherName": "yzhang",
"version": "3.4.0",
"name": "markdown-all-in-one"
}
]
},
"redhat.telemetry.enabled": false,
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
},
"zsh (2)": {
"path": "/usr/bin/zsh"
}
},
"terminal.integrated.defaultProfile.linux": "bash",
"code-runner.clearPreviousOutput": true,
"nimble.timer": {
"showReminders": "true",
"series": [
{
"pattern": [
{
"type": "Work",
"time": "25"
},
{
"type": "Break",
"time": "5"
}
],
"repeat": "8"
}
]
},
"git.confirmSync": false,
"update.mode": "start",
"workbench.enableExperiments": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"telemetry.telemetryLevel": "off",
"files.autoSave": "onWindowChange",
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"bracket-pair-colorizer-2.depreciation-notice": false,
"gitlens.statusBar.enabled": false,
"gitlens.hovers.enabled": false,
"gitlens.plusFeatures.enabled": false,
"gitlens.showWelcomeOnInstall": false,
"editor.hideCursorInOverviewRuler": true,
"terminal.integrated.cursorBlinking": true,
"editor.cursorSmoothCaretAnimation": true,
"vscode-edge-devtools.webhint": false,
"vscode-edge-devtools.defaultUrl": "http://localhost:5500/",
"vscode-edge-devtools.themes": "Dark",
"vscode-edge-devtools.welcome": false,
"vscode-edge-devtools.browserFlavor": "Dev",
"vscode-edge-devtools.mirrorEdits": true,
"liveServer.settings.useBrowserPreview": true,
"liveServer.settings.NoBrowser": true,
"window.zoomLevel": 1,
"bookmarks.keepBookmarksOnLineDelete": true,
"bookmarks.useWorkaroundForFormatters": true,
"numberedBookmarks.showBookmarkNotDefinedWarning": true,
"projectManager.projectsLocation": "/home/desenvolvedor",
"projectManager.showParentFolderInfoOnDuplicates": true,
"projectManager.supportSymlinksOnBaseFolders": true,
"projectManager.vscode.baseFolders": ["/home/desenvolvedor"],
"editor.cursorBlinking": "smooth",
"vscode-edge-devtools.fallbackRevision": "@50ae66234989b0cf2712501723a5a69837c8c505",
"editor.inlineSuggest.enabled": true,
"pomodoro.workColorButton": "white",
"pomodoro.breakColorButton": "orange",
"workbench.editorAssociations": {
"*.png": "luna.editor"
},
"pomodoro.workColorTime": "orange"
}
{"version":1,"resource":"vscode-userdata:/home/marcos/.config/Code/User/settings.json","entries":[{"id":"8njG.json","timestamp":1649355241238}]}
{
"editor.guides.bracketPairs": true,
"psi-header.config": {
"forceToTop": true,
"blankLinesAfter": 0,
"license": "Custom"
},
"psi-header.changes-tracking": {
"isActive": true,
"modAuthor": "Modified By:",
"modDate": "Last Modified:",
"modDateFormat": "date",
"include": ["js"],
"includeGlob": ["./**/*/.js"],
"exclude": ["markdown", "csv", "jsonc", "json", "css", "rest"],
"excludeGlob": [
"./**/*/.htacess",
"./**/*/settings.json",
"./**/*/composer.json",
"./**/*/package.json",
"./**/*/style.css",
"./**/*/estilo.css",
"./**/*/tsconfig.json"
],
"autoHeader": "manualSave"
},
"psi-header.license-text": ["Copyright: 2020 - All rights reserved."],
"psi-header.variables": [
["authoremail", "marcantech@uol.com.br"],
["author", "Marcos Antônio Barbosa de Souza"],
["copyrightholder", "All rights reserved"],
["company", "Marcant Tecnologia da Informação"]
],
"psi-header.lang-config": [
{
"language": "html",
"begin": "<!DOCTYPE html>\n<!--",
"prefix": " # ",
"end": "-->\n",
"ignoreLines": [" # "]
},
{
"language": "php",
"begin": "<?php",
"prefix": " # ",
"end": "?>",
"ignoreLines": [" # "]
},
{
"language": "blade",
"begin": "{{--",
"prefix": " # ",
"end": "--}}",
"ignoreLines": [" # "]
},
{
"language": "python",
"begin": "###",
"prefix": "# ",
"end": "###",
"beforeHeader": ["#!python3.8"]
},
{
"language": "shellscript",
"begin": "######",
"prefix": "# ",
"end": "#####",
"beforeHeader": ["#!/bin/sh"]
},
{
"language": "javascript",
"begin": "/**",
"prefix": " * ",
"end": " */",
"ignoreLines": [" * "],
"forceToTop": false
},
{
"language": "typescript",
"mapTo": "javascript"
}
],
"psi-header.templates": [
{
"language": "*",
"template": [
"*****",
"File: <<filename>>",
"Project: <<projectname>>",
"Path: <<projectpath>>",
"File Created: <<filecreated('dddd, DD MMMM YYYY HH:mm:ss')>>",
"Author: <<author>> (<<authoremail>>)",
"-----",
"Last Modified: <<dateformat('dddd, DD MMMM YYYY HH:mm:ss')>>",
"Modified By: <<author>> (<<<authoremail>>>)",
"-----",
"Copyright (c) <<yeartoyear(fc!P,now)>> <<copyrightholder>>, <<company>>",
"-----",
"Description:",
"············ ",
"*****"
]
}
],
"open-in-browser.default": "google-chrome",
"git.autofetch": true,
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "ATTENTION",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#FFFF00",
"bold": false,
"italic": false
},
{
"tag": "WARNING",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#FF00FF",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#006e2e",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=",
"[php]": {
"editor.defaultFormatter": "vscode.php-language-features" // "HookyQR.beautify", "vscode.php-language-features", "esbenp.prettier-vscode",
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["/home/desenvolvedor"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#ffff00"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorian Blue",
"value": "#0b2016"
},
{
"name": "green",
"value": "#0a2016"
}
],
"workbench.colorTheme": "Pitch Black",
"profileSwitcher.profiles": ["PHP - JS - CSS - HTML - WordPress"],
"profileSwitcher.storage": {
"WordPress": {
"cornflakes.linter.executablePath": "/usr/bin/flake8",
"cornflakes.linter.run": "onType",
"git.autofetch": true,
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (Eex)",
"js",
"html"
],
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"window.zoomLevel": 1,
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.language": {
"js": {
"type": ["javascript", "json"],
"filename": [".jshintrc", ".jsbeautifyrc"]
},
"php": ["php", "sphp"],
"css": ["css", "scss"],
"html": ["htm", "html"],
"Dart": ["dart"]
},
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"jshint.options": {
"esversion": 8
},
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"cSpell.userDictionaryLocation": "/home/desenvolvedor/cspell.user.words.txt",
"cSpell.projectDictionaryLocation": "./cspell.project.words.txt",
"cSpell.userWords": [],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.general.tagGroups": {
"FIX": ["FIXME", "FIXIT"],
"ATTENTION": ["ALERT", "WARNING"]
},
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"rest-client.defaultHeaders": {
"Content-Type": "application/json",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJicnVjZUBkYy5jb20iLCJpc3MiOiJtZWF0LWFwaSIsImlhdCI6MTU5NTM1MTQ3OX0.csx1HVcFGwijZzyAj6Z0vtynLd4TEIa_eeE6Feg83Jk"
},
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.highlights.customHighlight": {
"BUG": {
"icon": "bug"
},
"FIXME": {
"icon": "flame"
}
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"liveServer.settings.CustomBrowser": "chrome",
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#bc8f8f",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"notebook.cellToolbarLocation": {
"default": "right"
},
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=",
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedTypes": false,
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["/home/desenvolvedor"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"CleanCSS.options": {
"format": "keep-breaks",
"compatibility": "ie8"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"cSpell.customDictionaries": {
"project-words": {
"name": "project-words",
"path": "${workspaceRoot}/cspell.project.words.txt",
"description": "Words used in this project",
"addWords": true
}
},
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.fontFamily": "MesloLGM Nerd Font",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorin Blue",
"value": "#113324"
},
{
"name": "Mandalorian Blue2",
"value": "#040d09"
}
],
"workbench.colorTheme": "Pitch Black"
},
"PHP - JS - CSS - HTML - WordPress": {
"cornflakes.linter.executablePath": "/usr/bin/flake8",
"cornflakes.linter.run": "onType",
"git.autofetch": true,
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (Eex)",
"js",
"html"
],
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"window.zoomLevel": 1,
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.language": {
"js": {
"type": ["javascript", "json"],
"filename": [".jshintrc", ".jsbeautifyrc"]
},
"php": ["php", "sphp"],
"css": ["css", "scss"],
"html": ["htm", "html"],
"Dart": ["dart"]
},
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"jshint.options": {
"esversion": 8
},
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"cSpell.userWords": [],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.general.tagGroups": {
"FIX": ["FIXME", "FIXIT"],
"ATTENTION": ["ALERT", "WARNING"]
},
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"editor.snippetSuggestions": "top",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"rest-client.defaultHeaders": {
"Content-Type": "application/json",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJicnVjZUBkYy5jb20iLCJpc3MiOiJtZWF0LWFwaSIsImlhdCI6MTU5NTM1MTQ3OX0.csx1HVcFGwijZzyAj6Z0vtynLd4TEIa_eeE6Feg83Jk"
},
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.highlights.customHighlight": {
"BUG": {
"icon": "bug"
},
"FIXME": {
"icon": "flame"
}
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"liveServer.settings.CustomBrowser": "chrome",
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#bc8f8f",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"notebook.cellToolbarLocation": {
"default": "right"
},
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=",
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedTypes": false,
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["/home/desenvolvedor"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"CleanCSS.options": {
"format": "keep-breaks",
"compatibility": "ie8"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"cSpell.customDictionaries": {
"project-words": {
"name": "project-words",
"path": "${workspaceRoot}/cspell.project.words.txt",
"description": "Words used in this project",
"addWords": true
}
},
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorin Blue",
"value": "#113324"
},
{
"name": "Mandalorian Blue2",
"value": "#040d09"
}
],
"workbench.colorTheme": "Pitch Black"
}
},
"profileSwitcher.extensions": {
"WordPress": [
{
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherName": "aaron-bond",
"version": "2.1.0",
"name": "better-comments"
},
{
"id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28",
"publisherId": "abusaidm.html-snippets",
"publisherName": "abusaidm",
"version": "0.2.1",
"name": "html-snippets"
},
{
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherName": "alefragnani",
"version": "13.2.2",
"name": "Bookmarks"
},
{
"id": "f0173dd6-501a-46b6-9840-c7849f6f9ee2",
"publisherId": "alefragnani.numbered-bookmarks",
"publisherName": "alefragnani",
"version": "8.1.0",
"name": "numbered-bookmarks"
},
{
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherName": "alefragnani",
"version": "12.4.0",
"name": "project-manager"
},
{
"id": "b52072d1-e507-4261-8935-f4d91a055d7d",
"publisherId": "amiralizadeh9480.laravel-extra-intellisense",
"publisherName": "amiralizadeh9480",
"version": "0.6.1",
"name": "laravel-extra-intellisense"
},
{
"id": "22f751e3-e0fe-49d0-af60-1655a92bfbeb",
"publisherId": "analytic-signal.preview-pdf",
"publisherName": "analytic-signal",
"version": "1.0.0",
"name": "preview-pdf"
},
{
"id": "4bb70abd-a70d-4603-8a07-da55285779fb",
"publisherId": "Anan.devdocstab",
"publisherName": "Anan",
"version": "1.0.1",
"name": "devdocstab"
},
{
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e",
"publisherId": "Angular.ng-template",
"publisherName": "Angular",
"version": "12.2.1",
"name": "ng-template"
},
{
"id": "239f847d-f465-4b08-9b71-97add0d81e4c",
"publisherId": "awesomektvn.toggle-semicolon",
"publisherName": "awesomektvn",
"version": "0.0.1",
"name": "toggle-semicolon"
},
{
"id": "b027c4b2-25ad-46db-b574-05dae3b2dc92",
"publisherId": "azemoh.one-monokai",
"publisherName": "azemoh",
"version": "0.5.0",
"name": "one-monokai"
},
{
"id": "d1818e93-bccc-4812-8b8b-37aabc5a7a94",
"publisherId": "BeardedBear.beardedtheme",
"publisherName": "BeardedBear",
"version": "4.0.0",
"name": "beardedtheme"
},
{
"id": "3c05b690-b0ad-46af-a6b3-a94da6ccb4b4",
"publisherId": "BenjaminZekavica.wordpress-gutenberg-snippets",
"publisherName": "BenjaminZekavica",
"version": "1.3.0",
"name": "wordpress-gutenberg-snippets"
},
{
"id": "0f8bd812-5d52-4fff-bd1c-6b0a7ee9cad9",
"publisherId": "bierner.color-info",
"publisherName": "bierner",
"version": "0.7.0",
"name": "color-info"
},
{
"id": "a41ef446-bc82-4194-b848-9b3d6f60e18d",
"publisherId": "bierner.markdown-image-size",
"publisherName": "bierner",
"version": "0.0.4",
"name": "markdown-image-size"
},
{
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherName": "bmewburn",
"version": "1.7.1",
"name": "vscode-intelephense-client"
},
{
"id": "a8194b6b-5989-4647-a5b8-ac7085201841",
"publisherId": "brapifra.phpserver",
"publisherName": "brapifra",
"version": "3.0.2",
"name": "phpserver"
},
{
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherName": "christian-kohler",
"version": "1.4.0",
"name": "npm-intellisense"
},
{
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherName": "christian-kohler",
"version": "2.4.0",
"name": "path-intellisense"
},
{
"id": "7ed7bccd-f358-4c6f-88c0-1296185abaa1",
"publisherId": "chrmarti.regex",
"publisherName": "chrmarti",
"version": "0.4.0",
"name": "regex"
},
{
"id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
"publisherId": "codezombiech.gitignore",
"publisherName": "codezombiech",
"version": "0.7.0",
"name": "gitignore"
},
{
"id": "0b86e0a5-d2ef-48d8-9a1a-73f96e65f26e",
"publisherId": "codingyu.laravel-goto-view",
"publisherName": "codingyu",
"version": "1.3.4",
"name": "laravel-goto-view"
},
{
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherName": "CoenraadS",
"version": "1.0.61",
"name": "bracket-pair-colorizer"
},
{
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
"publisherId": "CoenraadS.bracket-pair-colorizer-2",
"publisherName": "CoenraadS",
"version": "0.2.1",
"name": "bracket-pair-colorizer-2"
},
{
"id": "136682fc-7ac4-43b7-a50a-bb7890c39f25",
"publisherId": "darkriszty.markdown-table-prettify",
"publisherName": "darkriszty",
"version": "3.5.0",
"name": "markdown-table-prettify"
},
{
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherName": "DavidAnson",
"version": "0.44.4",
"name": "vscode-markdownlint"
},
{
"id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
"publisherId": "dbaeumer.jshint",
"publisherName": "dbaeumer",
"version": "0.11.0",
"name": "jshint"
},
{
"id": "0808d236-6faf-4f68-9f17-28f51a572ee4",
"publisherId": "deerawan.vscode-faker",
"publisherName": "deerawan",
"version": "1.5.0",
"name": "vscode-faker"
},
{
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherName": "donjayamanne",
"version": "0.6.18",
"name": "githistory"
},
{
"id": "99c12a52-ff68-4e9d-a975-a67556fee2f5",
"publisherId": "donjayamanne.jquerysnippets",
"publisherName": "donjayamanne",
"version": "0.0.1",
"name": "jquerysnippets"
},
{
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherName": "DotJoshJohnson",
"version": "2.5.1",
"name": "xml"
},
{
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherName": "eamodio",
"version": "11.6.1",
"name": "gitlens"
},
{
"id": "aaee577c-f062-495a-9816-0cbd442f1d25",
"publisherId": "ecmel.vscode-html-css",
"publisherName": "ecmel",
"version": "1.10.2",
"name": "vscode-html-css"
},
{
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherName": "EditorConfig",
"version": "0.16.4",
"name": "EditorConfig"
},
{
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherName": "eg2",
"version": "0.3.22",
"name": "vscode-npm-script"
},
{
"id": "20eefaf0-ae4b-42c0-8c07-9a0249e159eb",
"publisherId": "elypia.magick-image-reader",
"publisherName": "elypia",
"version": "0.5.0",
"name": "magick-image-reader"
},
{
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherName": "esbenp",
"version": "9.0.0",
"name": "prettier-vscode"
},
{
"id": "4f63037e-3a44-436f-a483-4c65a77f15f6",
"publisherId": "FallenMax.mithril-emmet",
"publisherName": "FallenMax",
"version": "0.7.6",
"name": "mithril-emmet"
},
{
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherName": "felixfbecker",
"version": "1.21.0",
"name": "php-debug"
},
{
"id": "5e69f001-f945-4c97-baf0-320d82a153b3",
"publisherId": "felixfbecker.php-intellisense",
"publisherName": "felixfbecker",
"version": "2.3.14",
"name": "php-intellisense"
},
{
"id": "1a9300c9-36a6-44d1-9d09-ada3641b8727",
"publisherId": "felixfbecker.php-pack",
"publisherName": "felixfbecker",
"version": "1.0.2",
"name": "php-pack"
},
{
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherName": "formulahendry",
"version": "0.5.12",
"name": "auto-close-tag"
},
{
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherName": "formulahendry",
"version": "0.1.9",
"name": "auto-rename-tag"
},
{
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherName": "formulahendry",
"version": "0.11.6",
"name": "code-runner"
},
{
"id": "7328a705-91fc-49e6-8293-da6f112e482d",
"publisherId": "GitHub.github-vscode-theme",
"publisherName": "GitHub",
"version": "5.0.0",
"name": "github-vscode-theme"
},
{
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherName": "Gruntfuggly",
"version": "0.0.214",
"name": "todo-tree"
},
{
"id": "4a589c65-311e-4a3c-9f74-d02cc53c0288",
"publisherId": "hangxingliu.vscode-coding-tracker",
"publisherName": "hangxingliu",
"version": "0.6.0",
"name": "vscode-coding-tracker"
},
{
"id": "ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8",
"publisherId": "hbenl.vscode-test-explorer",
"publisherName": "hbenl",
"version": "2.21.1",
"name": "vscode-test-explorer"
},
{
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherName": "HookyQR",
"version": "1.5.0",
"name": "beautify"
},
{
"id": "dda49fd5-1f3b-4d25-bf61-4fc41905ede5",
"publisherId": "humao.rest-client",
"publisherName": "humao",
"version": "0.24.5",
"name": "rest-client"
},
{
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f",
"publisherId": "IBM.output-colorizer",
"publisherName": "IBM",
"version": "0.1.2",
"name": "output-colorizer"
},
{
"id": "17a873c7-491e-4797-9172-186de70f5e98",
"publisherId": "idleberg.icon-fonts",
"publisherName": "idleberg",
"version": "2.5.2",
"name": "icon-fonts"
},
{
"id": "0d1241e3-fa60-4f24-8f2a-6d7085677c48",
"publisherId": "ionutvmi.path-autocomplete",
"publisherName": "ionutvmi",
"version": "1.17.1",
"name": "path-autocomplete"
},
{
"id": "41c03ed0-b7b8-4476-8d01-926a7e041e69",
"publisherId": "jebbs.markdown-extended",
"publisherName": "jebbs",
"version": "1.0.19",
"name": "markdown-extended"
},
{
"id": "4ae6dc82-7981-4f10-bd81-2d72aec37f39",
"publisherId": "jock.svg",
"publisherName": "jock",
"version": "1.4.13",
"name": "svg"
},
{
"id": "bd3a577b-547f-4b5c-826a-9be782edabe8",
"publisherId": "johnbillion.vscode-wordpress-hooks",
"publisherName": "johnbillion",
"version": "0.6.0",
"name": "vscode-wordpress-hooks"
},
{
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
"publisherId": "johnpapa.vscode-peacock",
"publisherName": "johnpapa",
"version": "3.10.1",
"name": "vscode-peacock"
},
{
"id": "0be0c393-8fd2-4ff8-9c13-e2789b45fc59",
"publisherId": "josee9988.minifyall",
"publisherName": "josee9988",
"version": "2.9.4",
"name": "minifyall"
},
{
"id": "92d01ae4-5a2e-4299-990c-7905798fb719",
"publisherId": "jsynowiec.vscode-insertdatestring",
"publisherName": "jsynowiec",
"version": "2.3.0",
"name": "vscode-insertdatestring"
},
{
"id": "dde258e9-793b-4377-a4fe-9d54cbd28ea2",
"publisherId": "kortina.vscode-markdown-notes",
"publisherName": "kortina",
"version": "0.0.24",
"name": "vscode-markdown-notes"
},
{
"id": "1bb92b2c-526c-4bfd-bb38-5bae1b278c89",
"publisherId": "leizongmin.node-module-intellisense",
"publisherName": "leizongmin",
"version": "1.5.0",
"name": "node-module-intellisense"
},
{
"id": "02ad79e8-159a-4d93-b8ef-54c8006b006a",
"publisherId": "lkytal.pomodoro",
"publisherName": "lkytal",
"version": "1.1.3",
"name": "pomodoro"
},
{
"id": "a4f91432-1b7d-4acd-b906-76d8ac8ad7e7",
"publisherId": "mdickin.markdown-shortcuts",
"publisherName": "mdickin",
"version": "0.12.0",
"name": "markdown-shortcuts"
},
{
"id": "3792588c-3d35-442d-91ea-fe6a755e8155",
"publisherId": "mechatroner.rainbow-csv",
"publisherName": "mechatroner",
"version": "1.9.1",
"name": "rainbow-csv"
},
{
"id": "651dce1f-eda8-4a5b-aa26-0d1266de8ed1",
"publisherId": "MehediDracula.php-namespace-resolver",
"publisherName": "MehediDracula",
"version": "1.1.8",
"name": "php-namespace-resolver"
},
{
"id": "438221f8-1107-4ccd-a6fe-f3b7fe0856b7",
"publisherId": "mhutchie.git-graph",
"publisherName": "mhutchie",
"version": "1.30.0",
"name": "git-graph"
},
{
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherName": "mikestead",
"version": "1.0.1",
"name": "dotenv"
},
{
"id": "816d44eb-5e28-431b-be81-2c52551d81ea",
"publisherId": "mitchdenny.ecdc",
"publisherName": "mitchdenny",
"version": "1.4.0",
"name": "ecdc"
},
{
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherName": "mrmlnc",
"version": "0.10.0",
"name": "vscode-scss"
},
{
"id": "3fd25437-acd9-42d7-ab19-581a69ce2dd9",
"publisherId": "MS-CEINTL.vscode-language-pack-pt-BR",
"publisherName": "MS-CEINTL",
"version": "1.61.5",
"name": "vscode-language-pack-pt-BR"
},
{
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh"
},
{
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh-edit"
},
{
"id": "47210ec2-0324-4cbb-9523-9dff02a5f9ec",
"publisherId": "ms-vscode.test-adapter-converter",
"publisherName": "ms-vscode",
"version": "0.1.4",
"name": "test-adapter-converter"
},
{
"id": "2d803fdd-31e6-4d11-a864-be81823ba991",
"publisherId": "ms-vscode.vs-keybindings",
"publisherName": "ms-vscode",
"version": "0.2.1",
"name": "vs-keybindings"
},
{
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherName": "msjsdiag",
"version": "4.13.0",
"name": "debugger-for-chrome"
},
{
"id": "6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b",
"publisherId": "mtxr.sqltools",
"publisherName": "mtxr",
"version": "0.23.0",
"name": "sqltools"
},
{
"id": "45e19ef7-c10a-44ce-8413-0d9edfbbdcaa",
"publisherId": "mtxr.sqltools-driver-mysql",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-mysql"
},
{
"id": "5862e2aa-ace9-476d-8b10-3b72fa494604",
"publisherId": "mtxr.sqltools-driver-sqlite",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-sqlite"
},
{
"id": "ffaf4ec8-f001-4f02-b671-705ecf079cde",
"publisherId": "mushan.vscode-paste-image",
"publisherName": "mushan",
"version": "1.0.4",
"name": "vscode-paste-image"
},
{
"id": "b9484b93-0531-4fd3-b3dd-9ff58dcfe678",
"publisherId": "natqe.reload",
"publisherName": "natqe",
"version": "0.0.6",
"name": "reload"
},
{
"id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
"publisherId": "naumovs.color-highlight",
"publisherName": "naumovs",
"version": "2.5.0",
"name": "color-highlight"
},
{
"id": "568a8977-8469-4f89-b30d-8d5e3c7a0ce7",
"publisherId": "negokaz.live-server-preview",
"publisherName": "negokaz",
"version": "0.1.4",
"name": "live-server-preview"
},
{
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca",
"publisherId": "neilbrayfield.php-docblocker",
"publisherName": "neilbrayfield",
"version": "2.6.1",
"name": "php-docblocker"
},
{
"id": "0fcefdd8-e09c-4b96-9998-f5dc891893dd",
"publisherId": "nhoizey.gremlins",
"publisherName": "nhoizey",
"version": "0.26.0",
"name": "gremlins"
},
{
"id": "a6b9aab7-dcff-4d11-a3eb-f79bf72a8da4",
"publisherId": "nick-rudenko.back-n-forth",
"publisherName": "nick-rudenko",
"version": "3.1.1",
"name": "back-n-forth"
},
{
"id": "d6ba4b7b-539f-456a-b0f6-0348df44cdf3",
"publisherId": "nikitaKunevich.snippet-creator",
"publisherName": "nikitaKunevich",
"version": "0.0.5",
"name": "snippet-creator"
},
{
"id": "d1b33efe-8957-4d14-9ef6-e043fdbe9079",
"publisherId": "Nimda.deepdark-material",
"publisherName": "Nimda",
"version": "3.3.0",
"name": "deepdark-material"
},
{
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherName": "oderwat",
"version": "8.2.1",
"name": "indent-rainbow"
},
{
"id": "3b58a227-618a-4b57-a06b-6984a2a8d1ba",
"publisherId": "onecentlin.laravel-blade",
"publisherName": "onecentlin",
"version": "1.27.0",
"name": "laravel-blade"
},
{
"id": "050d4900-7979-4d10-b7aa-e274f6ae8730",
"publisherId": "onecentlin.laravel5-snippets",
"publisherName": "onecentlin",
"version": "1.13.0",
"name": "laravel5-snippets"
},
{
"id": "f6c2c922-7a4d-4a60-aa8c-d7a41042f960",
"publisherId": "phiter.phpstorm-snippets",
"publisherName": "phiter",
"version": "1.1.2",
"name": "phpstorm-snippets"
},
{
"id": "80e9cc3c-eb09-48ed-afda-f1cfd9c9ca3f",
"publisherId": "phproberto.vscode-php-getters-setters",
"publisherName": "phproberto",
"version": "1.2.3",
"name": "vscode-php-getters-setters"
},
{
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherName": "PKief",
"version": "4.10.0",
"name": "material-icon-theme"
},
{
"id": "0b8f8d63-11a2-4194-969c-ca7488b3413a",
"publisherId": "pranaygp.vscode-css-peek",
"publisherName": "pranaygp",
"version": "4.2.0",
"name": "vscode-css-peek"
},
{
"id": "2dd42e50-1c7f-425b-b267-604c44b00e49",
"publisherId": "psioniq.psi-header",
"publisherName": "psioniq",
"version": "1.15.2",
"name": "psi-header"
},
{
"id": "e05d98bf-3735-4c1e-9fae-86ef0a52e19f",
"publisherId": "quicktype.quicktype",
"publisherName": "quicktype",
"version": "12.0.46",
"name": "quicktype"
},
{
"id": "ad577a34-d89a-4413-a066-12c941f6cef5",
"publisherId": "recca0120.vscode-phpunit",
"publisherName": "recca0120",
"version": "2.0.76",
"name": "vscode-phpunit"
},
{
"id": "3fb77af3-b8b3-4cb9-9137-f555bd80e2b1",
"publisherId": "richie5um2.vscode-sort-json",
"publisherName": "richie5um2",
"version": "1.20.0",
"name": "vscode-sort-json"
},
{
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherName": "ritwickdey",
"version": "5.6.1",
"name": "LiveServer"
},
{
"id": "8a3855a5-f258-48ee-87f9-fa4f7a0875b1",
"publisherId": "ryannaddy.laravel-artisan",
"publisherName": "ryannaddy",
"version": "0.0.28",
"name": "laravel-artisan"
},
{
"id": "79afa437-682e-4fa2-a4fd-87844832a1dc",
"publisherId": "ryu1kn.partial-diff",
"publisherName": "ryu1kn",
"version": "1.4.3",
"name": "partial-diff"
},
{
"id": "6ad45f5a-09ec-44e5-b363-867ddc1ec674",
"publisherId": "shardulm94.trailing-spaces",
"publisherName": "shardulm94",
"version": "0.3.1",
"name": "trailing-spaces"
},
{
"id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a",
"publisherId": "shd101wyy.markdown-preview-enhanced",
"publisherName": "shd101wyy",
"version": "0.6.0",
"name": "markdown-preview-enhanced"
},
{
"id": "4b0bb8e1-8f9a-42c4-b0dd-03691bdcc309",
"publisherId": "shyykoserhiy.vscode-spotify",
"publisherName": "shyykoserhiy",
"version": "3.2.1",
"name": "vscode-spotify"
},
{
"id": "f8a1bc85-dce8-4e51-a623-a40bde56fc8b",
"publisherId": "stef-k.laravel-goto-controller",
"publisherName": "stef-k",
"version": "0.0.15",
"name": "laravel-goto-controller"
},
{
"id": "2e9fe0cb-4e63-42fc-a809-fb056aad49c3",
"publisherId": "stevencl.addDocComments",
"publisherName": "stevencl",
"version": "0.0.8",
"name": "addDocComments"
},
{
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherName": "streetsidesoftware",
"version": "2.0.10",
"name": "code-spell-checker"
},
{
"id": "0e287d3c-2b2c-4bc7-8845-f2556d66a259",
"publisherId": "streetsidesoftware.code-spell-checker-french-reforme",
"publisherName": "streetsidesoftware",
"version": "2.0.1",
"name": "code-spell-checker-french-reforme"
},
{
"id": "289a3d39-a4cc-47c2-ad28-794fba368219",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese",
"publisherName": "streetsidesoftware",
"version": "0.1.9",
"name": "code-spell-checker-portuguese"
},
{
"id": "a669e675-9cb2-48a8-983d-33a1c4ed10ef",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese-brazilian",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-portuguese-brazilian"
},
{
"id": "8d6dcf6f-1957-4dd5-809e-addb07d8c1fb",
"publisherId": "streetsidesoftware.code-spell-checker-spanish",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-spanish"
},
{
"id": "947b629a-e9c8-4cb8-8551-45b9088960b5",
"publisherId": "tchayen.markdown-links",
"publisherName": "tchayen",
"version": "0.8.0",
"name": "markdown-links"
},
{
"id": "2a658c1b-308a-41e8-805a-fc8abda483bc",
"publisherId": "thekalinga.bootstrap4-vscode",
"publisherName": "thekalinga",
"version": "6.1.0",
"name": "bootstrap4-vscode"
},
{
"id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f",
"publisherId": "tombonnike.vscode-status-bar-format-toggle",
"publisherName": "tombonnike",
"version": "2.0.0",
"name": "vscode-status-bar-format-toggle"
},
{
"id": "d9b94116-8b10-4b49-91b4-249588a375e4",
"publisherId": "TzachOvadia.todo-list",
"publisherName": "TzachOvadia",
"version": "1.6.0",
"name": "todo-list"
},
{
"id": "9d8c32ab-354c-4daf-a9bf-20b633734435",
"publisherId": "usernamehw.errorlens",
"publisherName": "usernamehw",
"version": "3.4.0",
"name": "errorlens"
},
{
"id": "c4e31168-d200-4020-ae9e-1aa7b76d2c52",
"publisherId": "vangware.dark-plus-material",
"publisherName": "vangware",
"version": "2.4.4",
"name": "dark-plus-material"
},
{
"id": "28b20c66-dbb8-4c01-a0f9-590be00ec2d3",
"publisherId": "viktorqvarfordt.vscode-pitch-black-theme",
"publisherName": "viktorqvarfordt",
"version": "1.2.6",
"name": "vscode-pitch-black-theme"
},
{
"id": "4cf94800-a066-464e-a4e0-97f2927ebca2",
"publisherId": "vilicvane.es-quotes",
"publisherName": "vilicvane",
"version": "0.2.6",
"name": "es-quotes"
},
{
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherName": "VisualStudioExptTeam",
"version": "1.2.14",
"name": "vscodeintellicode"
},
{
"id": "27d96499-52df-4f8e-8905-275284e25ace",
"publisherId": "vitaliymaz.vscode-svg-previewer",
"publisherName": "vitaliymaz",
"version": "0.7.0",
"name": "vscode-svg-previewer"
},
{
"id": "032ccf0d-9c21-43a5-8073-ae28e453ecef",
"publisherId": "whtouche.vscode-js-console-utils",
"publisherName": "whtouche",
"version": "0.7.0",
"name": "vscode-js-console-utils"
},
{
"id": "87b7ee15-39a4-4bbe-b4b8-86718c151964",
"publisherId": "wordpresstoolbox.wordpress-toolbox",
"publisherName": "wordpresstoolbox",
"version": "1.3.11",
"name": "wordpress-toolbox"
},
{
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherName": "xabikos",
"version": "1.8.0",
"name": "JavaScriptSnippets"
},
{
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherName": "yzhang",
"version": "3.4.0",
"name": "markdown-all-in-one"
}
],
"PHP - JS - CSS - HTML - WordPress": [
{
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherName": "aaron-bond",
"version": "2.1.0",
"name": "better-comments"
},
{
"id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28",
"publisherId": "abusaidm.html-snippets",
"publisherName": "abusaidm",
"version": "0.2.1",
"name": "html-snippets"
},
{
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherName": "alefragnani",
"version": "13.2.2",
"name": "Bookmarks"
},
{
"id": "f0173dd6-501a-46b6-9840-c7849f6f9ee2",
"publisherId": "alefragnani.numbered-bookmarks",
"publisherName": "alefragnani",
"version": "8.1.0",
"name": "numbered-bookmarks"
},
{
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherName": "alefragnani",
"version": "12.4.0",
"name": "project-manager"
},
{
"id": "22f751e3-e0fe-49d0-af60-1655a92bfbeb",
"publisherId": "analytic-signal.preview-pdf",
"publisherName": "analytic-signal",
"version": "1.0.0",
"name": "preview-pdf"
},
{
"id": "4bb70abd-a70d-4603-8a07-da55285779fb",
"publisherId": "Anan.devdocstab",
"publisherName": "Anan",
"version": "1.0.1",
"name": "devdocstab"
},
{
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e",
"publisherId": "Angular.ng-template",
"publisherName": "Angular",
"version": "12.2.1",
"name": "ng-template"
},
{
"id": "239f847d-f465-4b08-9b71-97add0d81e4c",
"publisherId": "awesomektvn.toggle-semicolon",
"publisherName": "awesomektvn",
"version": "0.0.1",
"name": "toggle-semicolon"
},
{
"id": "3c05b690-b0ad-46af-a6b3-a94da6ccb4b4",
"publisherId": "BenjaminZekavica.wordpress-gutenberg-snippets",
"publisherName": "BenjaminZekavica",
"version": "1.3.0",
"name": "wordpress-gutenberg-snippets"
},
{
"id": "0f8bd812-5d52-4fff-bd1c-6b0a7ee9cad9",
"publisherId": "bierner.color-info",
"publisherName": "bierner",
"version": "0.7.0",
"name": "color-info"
},
{
"id": "a41ef446-bc82-4194-b848-9b3d6f60e18d",
"publisherId": "bierner.markdown-image-size",
"publisherName": "bierner",
"version": "0.0.4",
"name": "markdown-image-size"
},
{
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherName": "bmewburn",
"version": "1.7.1",
"name": "vscode-intelephense-client"
},
{
"id": "a8194b6b-5989-4647-a5b8-ac7085201841",
"publisherId": "brapifra.phpserver",
"publisherName": "brapifra",
"version": "3.0.2",
"name": "phpserver"
},
{
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherName": "christian-kohler",
"version": "1.4.0",
"name": "npm-intellisense"
},
{
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherName": "christian-kohler",
"version": "2.4.0",
"name": "path-intellisense"
},
{
"id": "7ed7bccd-f358-4c6f-88c0-1296185abaa1",
"publisherId": "chrmarti.regex",
"publisherName": "chrmarti",
"version": "0.4.0",
"name": "regex"
},
{
"id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
"publisherId": "codezombiech.gitignore",
"publisherName": "codezombiech",
"version": "0.7.0",
"name": "gitignore"
},
{
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherName": "CoenraadS",
"version": "1.0.61",
"name": "bracket-pair-colorizer"
},
{
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
"publisherId": "CoenraadS.bracket-pair-colorizer-2",
"publisherName": "CoenraadS",
"version": "0.2.1",
"name": "bracket-pair-colorizer-2"
},
{
"id": "136682fc-7ac4-43b7-a50a-bb7890c39f25",
"publisherId": "darkriszty.markdown-table-prettify",
"publisherName": "darkriszty",
"version": "3.5.0",
"name": "markdown-table-prettify"
},
{
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherName": "DavidAnson",
"version": "0.44.4",
"name": "vscode-markdownlint"
},
{
"id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
"publisherId": "dbaeumer.jshint",
"publisherName": "dbaeumer",
"version": "0.11.0",
"name": "jshint"
},
{
"id": "0808d236-6faf-4f68-9f17-28f51a572ee4",
"publisherId": "deerawan.vscode-faker",
"publisherName": "deerawan",
"version": "1.5.0",
"name": "vscode-faker"
},
{
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherName": "donjayamanne",
"version": "0.6.18",
"name": "githistory"
},
{
"id": "99c12a52-ff68-4e9d-a975-a67556fee2f5",
"publisherId": "donjayamanne.jquerysnippets",
"publisherName": "donjayamanne",
"version": "0.0.1",
"name": "jquerysnippets"
},
{
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherName": "DotJoshJohnson",
"version": "2.5.1",
"name": "xml"
},
{
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherName": "eamodio",
"version": "11.6.1",
"name": "gitlens"
},
{
"id": "aaee577c-f062-495a-9816-0cbd442f1d25",
"publisherId": "ecmel.vscode-html-css",
"publisherName": "ecmel",
"version": "1.10.2",
"name": "vscode-html-css"
},
{
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherName": "EditorConfig",
"version": "0.16.4",
"name": "EditorConfig"
},
{
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherName": "eg2",
"version": "0.3.22",
"name": "vscode-npm-script"
},
{
"id": "20eefaf0-ae4b-42c0-8c07-9a0249e159eb",
"publisherId": "elypia.magick-image-reader",
"publisherName": "elypia",
"version": "0.5.0",
"name": "magick-image-reader"
},
{
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherName": "esbenp",
"version": "9.0.0",
"name": "prettier-vscode"
},
{
"id": "4f63037e-3a44-436f-a483-4c65a77f15f6",
"publisherId": "FallenMax.mithril-emmet",
"publisherName": "FallenMax",
"version": "0.7.6",
"name": "mithril-emmet"
},
{
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherName": "felixfbecker",
"version": "1.21.0",
"name": "php-debug"
},
{
"id": "5e69f001-f945-4c97-baf0-320d82a153b3",
"publisherId": "felixfbecker.php-intellisense",
"publisherName": "felixfbecker",
"version": "2.3.14",
"name": "php-intellisense"
},
{
"id": "1a9300c9-36a6-44d1-9d09-ada3641b8727",
"publisherId": "felixfbecker.php-pack",
"publisherName": "felixfbecker",
"version": "1.0.2",
"name": "php-pack"
},
{
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherName": "formulahendry",
"version": "0.5.12",
"name": "auto-close-tag"
},
{
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherName": "formulahendry",
"version": "0.1.9",
"name": "auto-rename-tag"
},
{
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherName": "formulahendry",
"version": "0.11.6",
"name": "code-runner"
},
{
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherName": "Gruntfuggly",
"version": "0.0.214",
"name": "todo-tree"
},
{
"id": "4a589c65-311e-4a3c-9f74-d02cc53c0288",
"publisherId": "hangxingliu.vscode-coding-tracker",
"publisherName": "hangxingliu",
"version": "0.6.0",
"name": "vscode-coding-tracker"
},
{
"id": "ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8",
"publisherId": "hbenl.vscode-test-explorer",
"publisherName": "hbenl",
"version": "2.21.1",
"name": "vscode-test-explorer"
},
{
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherName": "HookyQR",
"version": "1.5.0",
"name": "beautify"
},
{
"id": "dda49fd5-1f3b-4d25-bf61-4fc41905ede5",
"publisherId": "humao.rest-client",
"publisherName": "humao",
"version": "0.24.5",
"name": "rest-client"
},
{
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f",
"publisherId": "IBM.output-colorizer",
"publisherName": "IBM",
"version": "0.1.2",
"name": "output-colorizer"
},
{
"id": "17a873c7-491e-4797-9172-186de70f5e98",
"publisherId": "idleberg.icon-fonts",
"publisherName": "idleberg",
"version": "2.5.2",
"name": "icon-fonts"
},
{
"id": "0d1241e3-fa60-4f24-8f2a-6d7085677c48",
"publisherId": "ionutvmi.path-autocomplete",
"publisherName": "ionutvmi",
"version": "1.17.1",
"name": "path-autocomplete"
},
{
"id": "41c03ed0-b7b8-4476-8d01-926a7e041e69",
"publisherId": "jebbs.markdown-extended",
"publisherName": "jebbs",
"version": "1.0.19",
"name": "markdown-extended"
},
{
"id": "4ae6dc82-7981-4f10-bd81-2d72aec37f39",
"publisherId": "jock.svg",
"publisherName": "jock",
"version": "1.4.13",
"name": "svg"
},
{
"id": "bd3a577b-547f-4b5c-826a-9be782edabe8",
"publisherId": "johnbillion.vscode-wordpress-hooks",
"publisherName": "johnbillion",
"version": "0.6.0",
"name": "vscode-wordpress-hooks"
},
{
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
"publisherId": "johnpapa.vscode-peacock",
"publisherName": "johnpapa",
"version": "3.10.1",
"name": "vscode-peacock"
},
{
"id": "0be0c393-8fd2-4ff8-9c13-e2789b45fc59",
"publisherId": "josee9988.minifyall",
"publisherName": "josee9988",
"version": "2.9.4",
"name": "minifyall"
},
{
"id": "92d01ae4-5a2e-4299-990c-7905798fb719",
"publisherId": "jsynowiec.vscode-insertdatestring",
"publisherName": "jsynowiec",
"version": "2.3.0",
"name": "vscode-insertdatestring"
},
{
"id": "dde258e9-793b-4377-a4fe-9d54cbd28ea2",
"publisherId": "kortina.vscode-markdown-notes",
"publisherName": "kortina",
"version": "0.0.24",
"name": "vscode-markdown-notes"
},
{
"id": "1bb92b2c-526c-4bfd-bb38-5bae1b278c89",
"publisherId": "leizongmin.node-module-intellisense",
"publisherName": "leizongmin",
"version": "1.5.0",
"name": "node-module-intellisense"
},
{
"id": "02ad79e8-159a-4d93-b8ef-54c8006b006a",
"publisherId": "lkytal.pomodoro",
"publisherName": "lkytal",
"version": "1.1.3",
"name": "pomodoro"
},
{
"id": "a4f91432-1b7d-4acd-b906-76d8ac8ad7e7",
"publisherId": "mdickin.markdown-shortcuts",
"publisherName": "mdickin",
"version": "0.12.0",
"name": "markdown-shortcuts"
},
{
"id": "3792588c-3d35-442d-91ea-fe6a755e8155",
"publisherId": "mechatroner.rainbow-csv",
"publisherName": "mechatroner",
"version": "1.9.1",
"name": "rainbow-csv"
},
{
"id": "651dce1f-eda8-4a5b-aa26-0d1266de8ed1",
"publisherId": "MehediDracula.php-namespace-resolver",
"publisherName": "MehediDracula",
"version": "1.1.8",
"name": "php-namespace-resolver"
},
{
"id": "438221f8-1107-4ccd-a6fe-f3b7fe0856b7",
"publisherId": "mhutchie.git-graph",
"publisherName": "mhutchie",
"version": "1.30.0",
"name": "git-graph"
},
{
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherName": "mikestead",
"version": "1.0.1",
"name": "dotenv"
},
{
"id": "816d44eb-5e28-431b-be81-2c52551d81ea",
"publisherId": "mitchdenny.ecdc",
"publisherName": "mitchdenny",
"version": "1.4.0",
"name": "ecdc"
},
{
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherName": "mrmlnc",
"version": "0.10.0",
"name": "vscode-scss"
},
{
"id": "3fd25437-acd9-42d7-ab19-581a69ce2dd9",
"publisherId": "MS-CEINTL.vscode-language-pack-pt-BR",
"publisherName": "MS-CEINTL",
"version": "1.61.5",
"name": "vscode-language-pack-pt-BR"
},
{
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh"
},
{
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh-edit"
},
{
"id": "47210ec2-0324-4cbb-9523-9dff02a5f9ec",
"publisherId": "ms-vscode.test-adapter-converter",
"publisherName": "ms-vscode",
"version": "0.1.4",
"name": "test-adapter-converter"
},
{
"id": "2d803fdd-31e6-4d11-a864-be81823ba991",
"publisherId": "ms-vscode.vs-keybindings",
"publisherName": "ms-vscode",
"version": "0.2.1",
"name": "vs-keybindings"
},
{
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherName": "msjsdiag",
"version": "4.13.0",
"name": "debugger-for-chrome"
},
{
"id": "6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b",
"publisherId": "mtxr.sqltools",
"publisherName": "mtxr",
"version": "0.23.0",
"name": "sqltools"
},
{
"id": "45e19ef7-c10a-44ce-8413-0d9edfbbdcaa",
"publisherId": "mtxr.sqltools-driver-mysql",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-mysql"
},
{
"id": "5862e2aa-ace9-476d-8b10-3b72fa494604",
"publisherId": "mtxr.sqltools-driver-sqlite",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-sqlite"
},
{
"id": "ffaf4ec8-f001-4f02-b671-705ecf079cde",
"publisherId": "mushan.vscode-paste-image",
"publisherName": "mushan",
"version": "1.0.4",
"name": "vscode-paste-image"
},
{
"id": "b9484b93-0531-4fd3-b3dd-9ff58dcfe678",
"publisherId": "natqe.reload",
"publisherName": "natqe",
"version": "0.0.6",
"name": "reload"
},
{
"id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
"publisherId": "naumovs.color-highlight",
"publisherName": "naumovs",
"version": "2.5.0",
"name": "color-highlight"
},
{
"id": "568a8977-8469-4f89-b30d-8d5e3c7a0ce7",
"publisherId": "negokaz.live-server-preview",
"publisherName": "negokaz",
"version": "0.1.4",
"name": "live-server-preview"
},
{
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca",
"publisherId": "neilbrayfield.php-docblocker",
"publisherName": "neilbrayfield",
"version": "2.6.1",
"name": "php-docblocker"
},
{
"id": "0fcefdd8-e09c-4b96-9998-f5dc891893dd",
"publisherId": "nhoizey.gremlins",
"publisherName": "nhoizey",
"version": "0.26.0",
"name": "gremlins"
},
{
"id": "a6b9aab7-dcff-4d11-a3eb-f79bf72a8da4",
"publisherId": "nick-rudenko.back-n-forth",
"publisherName": "nick-rudenko",
"version": "3.1.1",
"name": "back-n-forth"
},
{
"id": "d6ba4b7b-539f-456a-b0f6-0348df44cdf3",
"publisherId": "nikitaKunevich.snippet-creator",
"publisherName": "nikitaKunevich",
"version": "0.0.5",
"name": "snippet-creator"
},
{
"id": "d1b33efe-8957-4d14-9ef6-e043fdbe9079",
"publisherId": "Nimda.deepdark-material",
"publisherName": "Nimda",
"version": "3.3.0",
"name": "deepdark-material"
},
{
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherName": "oderwat",
"version": "8.2.1",
"name": "indent-rainbow"
},
{
"id": "f6c2c922-7a4d-4a60-aa8c-d7a41042f960",
"publisherId": "phiter.phpstorm-snippets",
"publisherName": "phiter",
"version": "1.1.2",
"name": "phpstorm-snippets"
},
{
"id": "80e9cc3c-eb09-48ed-afda-f1cfd9c9ca3f",
"publisherId": "phproberto.vscode-php-getters-setters",
"publisherName": "phproberto",
"version": "1.2.3",
"name": "vscode-php-getters-setters"
},
{
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherName": "PKief",
"version": "4.10.0",
"name": "material-icon-theme"
},
{
"id": "0b8f8d63-11a2-4194-969c-ca7488b3413a",
"publisherId": "pranaygp.vscode-css-peek",
"publisherName": "pranaygp",
"version": "4.2.0",
"name": "vscode-css-peek"
},
{
"id": "2dd42e50-1c7f-425b-b267-604c44b00e49",
"publisherId": "psioniq.psi-header",
"publisherName": "psioniq",
"version": "1.15.2",
"name": "psi-header"
},
{
"id": "e05d98bf-3735-4c1e-9fae-86ef0a52e19f",
"publisherId": "quicktype.quicktype",
"publisherName": "quicktype",
"version": "12.0.46",
"name": "quicktype"
},
{
"id": "ad577a34-d89a-4413-a066-12c941f6cef5",
"publisherId": "recca0120.vscode-phpunit",
"publisherName": "recca0120",
"version": "2.0.76",
"name": "vscode-phpunit"
},
{
"id": "3fb77af3-b8b3-4cb9-9137-f555bd80e2b1",
"publisherId": "richie5um2.vscode-sort-json",
"publisherName": "richie5um2",
"version": "1.20.0",
"name": "vscode-sort-json"
},
{
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherName": "ritwickdey",
"version": "5.6.1",
"name": "LiveServer"
},
{
"id": "79afa437-682e-4fa2-a4fd-87844832a1dc",
"publisherId": "ryu1kn.partial-diff",
"publisherName": "ryu1kn",
"version": "1.4.3",
"name": "partial-diff"
},
{
"id": "6ad45f5a-09ec-44e5-b363-867ddc1ec674",
"publisherId": "shardulm94.trailing-spaces",
"publisherName": "shardulm94",
"version": "0.3.1",
"name": "trailing-spaces"
},
{
"id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a",
"publisherId": "shd101wyy.markdown-preview-enhanced",
"publisherName": "shd101wyy",
"version": "0.6.0",
"name": "markdown-preview-enhanced"
},
{
"id": "4b0bb8e1-8f9a-42c4-b0dd-03691bdcc309",
"publisherId": "shyykoserhiy.vscode-spotify",
"publisherName": "shyykoserhiy",
"version": "3.2.1",
"name": "vscode-spotify"
},
{
"id": "2e9fe0cb-4e63-42fc-a809-fb056aad49c3",
"publisherId": "stevencl.addDocComments",
"publisherName": "stevencl",
"version": "0.0.8",
"name": "addDocComments"
},
{
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherName": "streetsidesoftware",
"version": "2.0.10",
"name": "code-spell-checker"
},
{
"id": "0e287d3c-2b2c-4bc7-8845-f2556d66a259",
"publisherId": "streetsidesoftware.code-spell-checker-french-reforme",
"publisherName": "streetsidesoftware",
"version": "2.0.1",
"name": "code-spell-checker-french-reforme"
},
{
"id": "289a3d39-a4cc-47c2-ad28-794fba368219",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese",
"publisherName": "streetsidesoftware",
"version": "0.1.9",
"name": "code-spell-checker-portuguese"
},
{
"id": "a669e675-9cb2-48a8-983d-33a1c4ed10ef",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese-brazilian",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-portuguese-brazilian"
},
{
"id": "8d6dcf6f-1957-4dd5-809e-addb07d8c1fb",
"publisherId": "streetsidesoftware.code-spell-checker-spanish",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-spanish"
},
{
"id": "947b629a-e9c8-4cb8-8551-45b9088960b5",
"publisherId": "tchayen.markdown-links",
"publisherName": "tchayen",
"version": "0.8.0",
"name": "markdown-links"
},
{
"id": "2a658c1b-308a-41e8-805a-fc8abda483bc",
"publisherId": "thekalinga.bootstrap4-vscode",
"publisherName": "thekalinga",
"version": "6.1.0",
"name": "bootstrap4-vscode"
},
{
"id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f",
"publisherId": "tombonnike.vscode-status-bar-format-toggle",
"publisherName": "tombonnike",
"version": "2.0.0",
"name": "vscode-status-bar-format-toggle"
},
{
"id": "d9b94116-8b10-4b49-91b4-249588a375e4",
"publisherId": "TzachOvadia.todo-list",
"publisherName": "TzachOvadia",
"version": "1.6.0",
"name": "todo-list"
},
{
"id": "9d8c32ab-354c-4daf-a9bf-20b633734435",
"publisherId": "usernamehw.errorlens",
"publisherName": "usernamehw",
"version": "3.4.0",
"name": "errorlens"
},
{
"id": "28b20c66-dbb8-4c01-a0f9-590be00ec2d3",
"publisherId": "viktorqvarfordt.vscode-pitch-black-theme",
"publisherName": "viktorqvarfordt",
"version": "1.2.6",
"name": "vscode-pitch-black-theme"
},
{
"id": "4cf94800-a066-464e-a4e0-97f2927ebca2",
"publisherId": "vilicvane.es-quotes",
"publisherName": "vilicvane",
"version": "0.2.6",
"name": "es-quotes"
},
{
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherName": "VisualStudioExptTeam",
"version": "1.2.14",
"name": "vscodeintellicode"
},
{
"id": "27d96499-52df-4f8e-8905-275284e25ace",
"publisherId": "vitaliymaz.vscode-svg-previewer",
"publisherName": "vitaliymaz",
"version": "0.7.0",
"name": "vscode-svg-previewer"
},
{
"id": "032ccf0d-9c21-43a5-8073-ae28e453ecef",
"publisherId": "whtouche.vscode-js-console-utils",
"publisherName": "whtouche",
"version": "0.7.0",
"name": "vscode-js-console-utils"
},
{
"id": "87b7ee15-39a4-4bbe-b4b8-86718c151964",
"publisherId": "wordpresstoolbox.wordpress-toolbox",
"publisherName": "wordpresstoolbox",
"version": "1.3.11",
"name": "wordpress-toolbox"
},
{
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherName": "xabikos",
"version": "1.8.0",
"name": "JavaScriptSnippets"
},
{
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherName": "yzhang",
"version": "3.4.0",
"name": "markdown-all-in-one"
}
]
},
"redhat.telemetry.enabled": false,
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
},
"zsh (2)": {
"path": "/usr/bin/zsh"
}
},
"terminal.integrated.defaultProfile.linux": "bash",
"code-runner.clearPreviousOutput": true,
"nimble.timer": {
"showReminders": "true",
"series": [
{
"pattern": [
{
"type": "Work",
"time": "25"
},
{
"type": "Break",
"time": "5"
}
],
"repeat": "8"
}
]
},
"git.confirmSync": false,
"update.mode": "start",
"workbench.enableExperiments": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"telemetry.telemetryLevel": "off",
"files.autoSave": "onWindowChange",
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"bracket-pair-colorizer-2.depreciation-notice": false,
"gitlens.statusBar.enabled": false,
"gitlens.hovers.enabled": false,
"gitlens.plusFeatures.enabled": false,
"gitlens.showWelcomeOnInstall": false,
"editor.hideCursorInOverviewRuler": true,
"terminal.integrated.cursorBlinking": true,
"editor.cursorSmoothCaretAnimation": true,
"vscode-edge-devtools.webhint": false,
"vscode-edge-devtools.defaultUrl": "http://localhost:5500/",
"vscode-edge-devtools.themes": "Dark",
"vscode-edge-devtools.welcome": false,
"vscode-edge-devtools.browserFlavor": "Dev",
"vscode-edge-devtools.mirrorEdits": true,
"liveServer.settings.useBrowserPreview": true,
"liveServer.settings.NoBrowser": true,
"window.zoomLevel": 1,
"bookmarks.keepBookmarksOnLineDelete": true,
"bookmarks.useWorkaroundForFormatters": true,
"numberedBookmarks.showBookmarkNotDefinedWarning": true,
"projectManager.projectsLocation": "/home/desenvolvedor",
"projectManager.showParentFolderInfoOnDuplicates": true,
"projectManager.supportSymlinksOnBaseFolders": true,
"projectManager.vscode.baseFolders": ["/home/desenvolvedor"],
"editor.cursorBlinking": "smooth",
"vscode-edge-devtools.fallbackRevision": "@50ae66234989b0cf2712501723a5a69837c8c505",
"editor.inlineSuggest.enabled": true,
"pomodoro.workColorButton": "white",
"pomodoro.breakColorButton": "orange",
"workbench.editorAssociations": {
"*.png": "luna.editor"
},
"pomodoro.workColorTime": "orange",
"cSpell.userWords": ["Marcant"]
}
{
"psi-header.variables": [
["projectname", "Aulas de Estrutura de Dados 1 na UEG"],
["projectCreationYear", "2022"]
],
"cSpell.userDictionaryLocation": "./.cspell-user-words.txt",
"cSpell.projectDictionaryLocation": "./.cspell-project-words.txt",
"cSpell.customDictionaries": {
"project-word,s": {
"name": "project-words",
"path": "workspaceRoot/.cspell-project-words.txt",
"description": "Words used in this project",
"addWords": true
},
"custom": true
}
}
{
"psi-header.variables": [
["projectname", "Aulas de Estrutura de Dados 1 na UEG"],
["projectCreationYear", "2022"]
],
"cSpell.userDictionaryLocation": "./.cspell-user-words.txt",
"cSpell.projectDictionaryLocation": "./.cspell-project-words.txt",
"cSpell.customDictionaries": {
"project-word,s": {
"name": "project-words",
"path": "workspaceRoot/.cspell-project-words.txt",
"description": "Words used in this project",
"addWords": true
},
"custom": true
}
}
{"version":1,"resource":"file:///f%3A/Faculdade%20-%20UEG%202022.1/Atividades/ESTRUTURA%20DE%20DADOS%20I%20-%20Hellen%20Carmo%20de%20Oliveira%20Matos/.vscode/settings.json","entries":[{"id":"cfJy.json","timestamp":1653171067000},{"id":"BVGG.json","timestamp":1653171164000}]}
{"version":1,"resource":"file:///f%3A/Faculdade%20-%20UEG%202022.1/Tarefas%20-%20Atividades/ESTRUTURA%20DE%20DADOS%20I/Aula%2002%20-%2020.04/desafio.h","entries":[{"id":"2Cxu.h","source":"renamed.source","timestamp":1654182019624},{"id":"Kl2j.h","timestamp":1654182037000},{"id":"Sp8L.h","timestamp":1654182177000},{"id":"bHhp.h","timestamp":1654192934000},{"id":"tVpK.h","timestamp":1654192965000},{"id":"EIwS.h","timestamp":1654193063000},{"id":"bSw6.h","timestamp":1654193281000},{"id":"5cyJ.h","timestamp":1654193453000},{"id":"6GLN.h","timestamp":1654197601000},{"id":"ad49.h","timestamp":1654197827000},{"id":"S1RH.h","timestamp":1654200128000},{"id":"z7TP.h","timestamp":1654201327000},{"id":"bpks.h","timestamp":1654201735000},{"id":"Ixd2.h","timestamp":1654201772000},{"id":"U3yg.h","timestamp":1654221784000},{"id":"zasJ.h","timestamp":1654222650000},{"id":"ThzH.h","timestamp":1654222670000},{"id":"RrBk.h","timestamp":1654223223000},{"id":"ya7k.h","timestamp":1654223278000}]}
{"version":1,"resource":"file:///f%3A/Faculdade%20-%20UEG%202022.1/Tarefas%20-%20Atividades/ESTRUTURA%20DE%20DADOS%20I/Aula%2002%20-%2020.04/desafio.c","entries":[{"id":"zJVC.c","timestamp":1654215523000},{"id":"6L78.c","timestamp":1654215819000},{"id":"F65b.c","timestamp":1654215872000},{"id":"colU.c","timestamp":1654216108000},{"id":"SNVN.c","timestamp":1654216184000},{"id":"nKIK.c","timestamp":1654216354000},{"id":"LvBh.c","timestamp":1654216740000},{"id":"Mc6C.c","timestamp":1654216784000},{"id":"bybP.c","timestamp":1654216955000},{"id":"3vA8.c","timestamp":1654217449000},{"id":"aqrk.c","timestamp":1654217567000},{"id":"iSq6.c","timestamp":1654217833000},{"id":"rkgN.c","timestamp":1654217902000},{"id":"lbtf.c","timestamp":1654217946000},{"id":"FuOx.c","timestamp":1654217990000},{"id":"ZKCb.c","timestamp":1654218081000},{"id":"cGYg.c","timestamp":1654218159000},{"id":"GMl3.c","timestamp":1654218200000},{"id":"jGup.c","timestamp":1654218275000},{"id":"vhmA.c","timestamp":1654218299000},{"id":"45DY.c","timestamp":1654218376000},{"id":"eNjF.c","source":"undoRedo.source","timestamp":1654218507000},{"id":"EBAg.c","timestamp":1654219004000},{"id":"2mFw.c","timestamp":1654219410000},{"id":"RbNY.c","timestamp":1654219502000},{"id":"pxJs.c","timestamp":1654219589000},{"id":"oOC8.c","timestamp":1654219742000},{"id":"naAq.c","timestamp":1654219829000},{"id":"ywXK.c","timestamp":1654219840000},{"id":"xuQd.c","timestamp":1654220109000},{"id":"DYPv.c","timestamp":1654220170000},{"id":"0wuu.c","timestamp":1654220187000},{"id":"yPU5.c","timestamp":1654220265000},{"id":"Q84K.c","timestamp":1654220548000},{"id":"Xk3I.c","timestamp":1654220784000},{"id":"AQJk.c","timestamp":1654220836000},{"id":"O6rj.c","timestamp":1654220877000},{"id":"ZMFF.c","timestamp":1654221113000},{"id":"6vhk.c","timestamp":1654221659000},{"id":"AOMY.c","timestamp":1654221671000},{"id":"lgPA.c","timestamp":1654221692000},{"id":"m2rn.c","timestamp":1654222124000},{"id":"pNUT.c","timestamp":1654222228000},{"id":"s08U.c","timestamp":1654222240000},{"id":"syQ1.c","timestamp":1654222412000},{"id":"87gg.c","timestamp":1654222613000},{"id":"YOrh.c","timestamp":1654222771000},{"id":"CmK1.c","timestamp":1654222942000},{"id":"Gmbz.c","timestamp":1654223289000},{"id":"IpwO.c","timestamp":1654351054000}]}
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"cpp_struct_header_initial": {
"prefix": "_cpp:0",
"body": [
"#include <stdio.h>\t\t/* printf */\n#include <stdlib.h>\t\t/* malloc, free, exit */\n#include <string.h>\t\t/* strcpy */\n#include <time.h>\t\t/* srand */\n#include <stdbool.h>\t/* Booleanos */\n"
],
"description": "Acrescenta a estrutura de bibliotecas inicial de um programa em C++"
},
"cpp_struct_main_initial": {
"prefix": "_cpp:1",
"body": ["int main(int argc, char *argv[]) {\n\treturn 0;\n}"],
"description": "Acrescenta a estrutura main inicial de um programa em C++"
},
"settings_psioniq_workspace": {
"prefix": "_sett:0",
"body": [
"\"psi-header.variables\": [",
"\t[\"projectname\", \"${1:Marcantech Wordpress Theme}\"],",
"\t[\"projectCreationYear\", \"${2:2021}\"],",
"]"
],
"description": "Acrescenta os valores das variáveis do projeto ao cabeçalho (psioniq)"
},
"settings_cspell_dictionary_workspace": {
"prefix": "_sett:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Acrescenta os valores das variáveis do dicionário do projeto (psioniq)"
},
"settings_ecmascript_compatibility": {
"prefix": "_sett:2",
"body": ["\"jshint.options\": { \"esversion\": 6 },"],
"description": "Insere a flag de compatibilidade com o ECMAScript 6"
},
"firacode_workspace": {
"prefix": "_firacode",
"body": [
"\"editor.fontLigatures\": true,",
"\"editor.fontFamily\": \"'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'\",",
"]"
],
"description": "Acrescenta o suport a fonte Fira Code ao projeto"
},
"codespellchecker_local_dictionary": {
"prefix": "_cspell:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_ignore": {
"prefix": "_cspell:0",
"body": ["//cSpell:ignore $1"],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_disable": {
"prefix": "_cspell:off",
"body": ["/* cSpell:disable */"],
"description": "Desativar a checagem de ortografia"
},
"codespellchecker_enable": {
"prefix": "_cspell:on",
"body": ["/* cSpell:enable */"],
"description": "Reativar a checagem de ortografia"
},
"css_body_zerado": {
"prefix": "_body:0",
"body": ["body {margin:0; padding: 0;}\n"],
"description": "Zerar margens e espaçamento do seletor body"
},
"css_bgcolor_black": {
"prefix": "_bgcolor:0",
"body": ["background-color: #000"],
"description": "Acrecenta a cor preta ao fundo"
},
"html_favicon_header": {
"prefix": "_favicon",
"body": ["<link rel='shortcut icon' href='#' />"],
"description": "Acrescenta o link para o favicon no cabeçalho HTML"
},
"html_canvas_header": {
"prefix": "_canvas",
"body": [
"<canvas id='canvas' width='${1:430}' height='${2:280}'></canvas>"
],
"description": "Acrescenta um canvas ao <body> HTML"
},
"html_tag_meta_refresh": {
"prefix": "_refresh:0",
"body": ["<meta http-equiv='refresh'\tcontent='$1'>\n"],
"description": "Acrescentar refresh na página"
},
"html_script_jquery": {
"prefix": "_jquery:0",
"body": ["<script>", "\t$(() => {", "\t});", "</script>"],
"description": "Acrescentar função jquery"
},
"html_estrutura_completa": {
"prefix": "_html:0",
"body": [
"<!DOCTYPE html>",
"<html lang=\"pt-br\">",
"\t<head>",
"\t\t<meta charset='UTF-8'>",
"\t\t<meta http-equiv='X-UA-Compatible' content='IE=edge'>",
"\t\t<meta name='viewport' content='width=device-width, initial-scale=1.0'>",
"\t\t<link rel='shortcut icon' href='#' />",
"\t\t<title>Document</title>",
"\t\t<style type='text/css'>",
"\t\t</style>",
"\t</head>",
"<body>",
"<script src=\"jquery.min.js\"></script>",
"<b type=\"text/javascript\">",
"\t$(() => {",
"\t});",
"</script>",
"</body>",
"</html>"
],
"description": "Acrescentar refresh na página"
},
"html_meta_name": {
"prefix": "_html:name",
"body": [
"\t\t<meta name='author'\t\t\t\tcontent='Marcos Antônio Barbosa de Souza'>",
"\t\t<meta name='generator'\t\t\tcontent='Visual Studio Code'>",
"\t\t<meta name='keywords'\t\t\tcontent='$1'>",
"\t\t<meta name='description'\t\tcontent='$2'>",
"\t\t<meta name='application-name'\tcontent='Marcant Tecnologia'>\n"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"html_redirect": {
"prefix": "_html:redir",
"body": [
"<meta http-equiv='Refresh' content='0; url=\"https://www.google.com.br\"' />"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"hcode_titulo_completo": {
"prefix": "_hcode:0",
"body": ["Hcode Treinamentos :. hcode.com.br"],
"description": "Inserir o nome completo da empresa Hcode"
},
"php_tag_completo": {
"prefix": "_php:0",
"body": ["<?php $1; ?>"],
"description": "Acrescentar um código em PHP"
},
"php_tag_inicial": {
"prefix": "_php:1",
"body": ["<?php"],
"description": "Iniciar um código em PHP"
},
"php_tag_final": {
"prefix": "_php:2",
"body": ["?>"],
"description": "Finaliar um código em PHP"
},
"php_tag_reverso": {
"prefix": "_php:3",
"body": ["?>\n$1\n<?php"],
"description": "Iniciar um código HTML em um código PHP"
},
"php_function_structure": {
"prefix": "_php:4",
"body": [
"public function ${1:noname}(${2:argumentos}) {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar a estrutura de uma função pública com argumentos no código em PHP"
},
"php_function_contruct": {
"prefix": "_php:5",
"body": [
"public function __construct() {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar um construtor no código em PHP"
},
"markdown_concept_begin": {
"prefix": "_md:0",
"body": [
"## ${1:descreva em algumas palavras o componente}\n",
"tags: #${2:informe a etiqueta1}, #${3:informe a etiqueta2} ...\n",
"### fonte:"
],
"description": "Acrescenta cabeçalho ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_code": {
"prefix": "_md:1",
"body": [
"```${1:qual a linguagem do código que será mostrada}\n",
"${2:Cole o bloco de código de exemplo}\n",
"```\n",
"#### Veja o exemplo\n"
],
"description": "Acrescenta uma parte do código e a imagem ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_others_external_sources": {
"prefix": "_md:2",
"body": ["##### Outras fontes\n", "$1"],
"description": "Acrescenta os links de outras fontes externas"
},
"markdown_concept_end": {
"prefix": "_md:3",
"body": [
"Retorne para o documento anterior:[[$1]]",
"ou avance para os demais:[[$2]]\n"
],
"description": "Acrescenta os links de navegação pelo markdown"
},
"peacock_template_color": {
"prefix": "_peac:0",
"body": [
"\"workbench.colorCustomizations\": {",
"\t\"editorGroup.border\": \"#184630\",",
"\t\"panel.border\": \"#184630\",",
"\t\"sash.hoverBorder\": \"#184630\",",
"\t\"sideBar.border\": \"#184630\",",
"\t\"statusBar.background\": \"#0b2016\",",
"\t\"statusBar.foreground\": \"#e7e7e7\",",
"\t\"statusBarItem.hoverBackground\": \"#184630\",",
"\t\"statusBarItem.remoteBackground\": \"#0b2016\",",
"\t\"statusBarItem.remoteForeground\": \"#e7e7e7\",",
"\t\"titleBar.activeBackground\": \"#0b2016\",",
"\t\"titleBar.activeForeground\": \"#e7e7e7\",",
"\t\"titleBar.inactiveBackground\": \"#0b201699\",",
"\t\"titleBar.inactiveForeground\": \"#e7e7e799\"",
"},",
"\"peacock.color\": \"#0b2016\""
],
"description": "Acrescenta a configuração das cores verdes escuras"
},
"css_media_template": {
"prefix": "_css:0",
"body": [
"@media (min-width: 320px) {}",
"@media (min-width: 375px) {}",
"@media (min-width: 425px) {}",
"@media (min-width: 768px) {}",
"@media (min-width: 1024px) {}",
"@media (min-width: 1440px) {}"
],
"description": "Acrescenta a tag @media na folha de estilos"
},
"jshint_config_rc_file": {
"prefix": "_jsh:0",
"body": [
"{",
"\t\"esversion\": 6,",
"\t\"newcap\": true,",
"\t\"supernew\": true",
"}"
],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_begin": {
"prefix": "_jsh:1",
"body": ["// jshint ignore:start"],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_end": {
"prefix": "_jsh:2",
"body": ["// jshint ignore:end"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_line": {
"prefix": "_jsh:3",
"body": ["// jshint ignore:line"],
"description": "Ignora uma linha pelo JSHint"
},
"jshint_ignore_warning_begin": {
"prefix": "_jsh:4",
"body": ["// jshint -W${1:089}"],
"description": "Inicia um bloco a ser ignorado com uma mensagem de warning específica pelo JSHint"
},
"jshint_ignore_warning_end": {
"prefix": "_jsh:5",
"body": ["// jshint +W${1:089}"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"Header Validation": {
"prefix": "_head:0",
"body": [
"# Validado: ${1:Saturday, 16 October 2021 16:25:23}",
"# *****",
""
],
"description": "Acrescentar o campo validado com a data da validação"
}
}
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"cpp_struct_inicial": {
"prefix": "_cpp:0",
"body": ["
#include <stdio.h>\nint main() {\n\treturn 0;\n}
#include <stdio.h>\t\/* printf *\/\n#include <stdlib.h>\t\/* malloc, free, exit *\/\n#include <string.h>\t\/* strcpy *\/\n
"],
"description": "Acrescenta a estrutura de bibliotecas inicial de um programa em C++"
},
"cpp_struct_inicial": {
"prefix": "_cpp:1",
"body": ["int main() {\n\treturn 0;\n}"],
"description": "Acrescenta a estrutura main inicial de um programa em C++"
},
"settings_psioniq_workspace": {
"prefix": "_sett:0",
"body": [
"\"psi-header.variables\": [",
"\t[\"projectname\", \"${1:Marcantech Wordpress Theme}\"],",
"\t[\"projectCreationYear\", \"${2:2021}\"],",
"]"
],
"description": "Acrescenta os valores das variáveis do projeto ao cabeçalho (psioniq)"
},
"settings_cspell_dictionary_workspace": {
"prefix": "_sett:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Acrescenta os valores das variáveis do dicionário do projeto (psioniq)"
},
"settings_ecmascript_compatibility": {
"prefix": "_sett:2",
"body": ["\"jshint.options\": { \"esversion\": 6 },"],
"description": "Insere a flag de compatibilidade com o ECMAScript 6"
},
"firacode_workspace": {
"prefix": "_firacode",
"body": [
"\"editor.fontLigatures\": true,",
"\"editor.fontFamily\": \"'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'\",",
"]"
],
"description": "Acrescenta o suport a fonte Fira Code ao projeto"
},
"codespellchecker_local_dictionary": {
"prefix": "_cspell:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_ignore": {
"prefix": "_cspell:0",
"body": ["//cSpell:ignore $1"],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_disable": {
"prefix": "_cspell:off",
"body": ["/* cSpell:disable */"],
"description": "Desativar a checagem de ortografia"
},
"codespellchecker_enable": {
"prefix": "_cspell:on",
"body": ["/* cSpell:enable */"],
"description": "Reativar a checagem de ortografia"
},
"css_body_zerado": {
"prefix": "_body:0",
"body": ["body {margin:0; padding: 0;}\n"],
"description": "Zerar margens e espaçamento do seletor body"
},
"css_bgcolor_black": {
"prefix": "_bgcolor:0",
"body": ["background-color: #000"],
"description": "Acrecenta a cor preta ao fundo"
},
"html_favicon_header": {
"prefix": "_favicon",
"body": ["<link rel='shortcut icon' href='#' />"],
"description": "Acrescenta o link para o favicon no cabeçalho HTML"
},
"html_canvas_header": {
"prefix": "_canvas",
"body": [
"<canvas id='canvas' width='${1:430}' height='${2:280}'></canvas>"
],
"description": "Acrescenta um canvas ao <body> HTML"
},
"html_tag_meta_refresh": {
"prefix": "_refresh:0",
"body": ["<meta http-equiv='refresh'\tcontent='$1'>\n"],
"description": "Acrescentar refresh na página"
},
"html_script_jquery": {
"prefix": "_jquery:0",
"body": ["<script>", "\t$(() => {", "\t});", "</script>"],
"description": "Acrescentar função jquery"
},
"html_estrutura_completa": {
"prefix": "_html:0",
"body": [
"<!DOCTYPE html>",
"<html lang=\"pt-br\">",
"\t<head>",
"\t\t<meta charset='UTF-8'>",
"\t\t<meta http-equiv='X-UA-Compatible' content='IE=edge'>",
"\t\t<meta name='viewport' content='width=device-width, initial-scale=1.0'>",
"\t\t<link rel='shortcut icon' href='#' />",
"\t\t<title>Document</title>",
"\t\t<style type='text/css'>",
"\t\t</style>",
"\t</head>",
"<body>",
"<script src=\"jquery.min.js\"></script>",
"<b type=\"text/javascript\">",
"\t$(() => {",
"\t});",
"</script>",
"</body>",
"</html>"
],
"description": "Acrescentar refresh na página"
},
"html_meta_name": {
"prefix": "_html:name",
"body": [
"\t\t<meta name='author'\t\t\t\tcontent='Marcos Antônio Barbosa de Souza'>",
"\t\t<meta name='generator'\t\t\tcontent='Visual Studio Code'>",
"\t\t<meta name='keywords'\t\t\tcontent='$1'>",
"\t\t<meta name='description'\t\tcontent='$2'>",
"\t\t<meta name='application-name'\tcontent='Marcant Tecnologia'>\n"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"html_redirect": {
"prefix": "_html:redir",
"body": [
"<meta http-equiv='Refresh' content='0; url=\"https://www.google.com.br\"' />"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"hcode_titulo_completo": {
"prefix": "_hcode:0",
"body": ["Hcode Treinamentos :. hcode.com.br"],
"description": "Inserir o nome completo da empresa Hcode"
},
"php_tag_completo": {
"prefix": "_php:0",
"body": ["<?php $1; ?>"],
"description": "Acrescentar um código em PHP"
},
"php_tag_inicial": {
"prefix": "_php:1",
"body": ["<?php"],
"description": "Iniciar um código em PHP"
},
"php_tag_final": {
"prefix": "_php:2",
"body": ["?>"],
"description": "Finaliar um código em PHP"
},
"php_tag_reverso": {
"prefix": "_php:3",
"body": ["?>\n$1\n<?php"],
"description": "Iniciar um código HTML em um código PHP"
},
"php_function_structure": {
"prefix": "_php:4",
"body": [
"public function ${1:noname}(${2:argumentos}) {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar a estrutura de uma função pública com argumentos no código em PHP"
},
"php_function_contruct": {
"prefix": "_php:5",
"body": [
"public function __construct() {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar um construtor no código em PHP"
},
"markdown_concept_begin": {
"prefix": "_md:0",
"body": [
"## ${1:descreva em algumas palavras o componente}\n",
"tags: #${2:informe a etiqueta1}, #${3:informe a etiqueta2} ...\n",
"### fonte:"
],
"description": "Acrescenta cabeçalho ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_code": {
"prefix": "_md:1",
"body": [
"```${1:qual a linguagem do código que será mostrada}\n",
"${2:Cole o bloco de código de exemplo}\n",
"```\n",
"#### Veja o exemplo\n"
],
"description": "Acrescenta uma parte do código e a imagem ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_others_external_sources": {
"prefix": "_md:2",
"body": ["##### Outras fontes\n", "$1"],
"description": "Acrescenta os links de outras fontes externas"
},
"markdown_concept_end": {
"prefix": "_md:3",
"body": [
"Retorne para o documento anterior:[[$1]]",
"ou avance para os demais:[[$2]]\n"
],
"description": "Acrescenta os links de navegação pelo markdown"
},
"peacock_template_color": {
"prefix": "_peac:0",
"body": [
"\"workbench.colorCustomizations\": {",
"\t\"editorGroup.border\": \"#184630\",",
"\t\"panel.border\": \"#184630\",",
"\t\"sash.hoverBorder\": \"#184630\",",
"\t\"sideBar.border\": \"#184630\",",
"\t\"statusBar.background\": \"#0b2016\",",
"\t\"statusBar.foreground\": \"#e7e7e7\",",
"\t\"statusBarItem.hoverBackground\": \"#184630\",",
"\t\"statusBarItem.remoteBackground\": \"#0b2016\",",
"\t\"statusBarItem.remoteForeground\": \"#e7e7e7\",",
"\t\"titleBar.activeBackground\": \"#0b2016\",",
"\t\"titleBar.activeForeground\": \"#e7e7e7\",",
"\t\"titleBar.inactiveBackground\": \"#0b201699\",",
"\t\"titleBar.inactiveForeground\": \"#e7e7e799\"",
"},",
"\"peacock.color\": \"#0b2016\""
],
"description": "Acrescenta a configuração das cores verdes escuras"
},
"css_media_template": {
"prefix": "_css:0",
"body": [
"@media (min-width: 320px) {}",
"@media (min-width: 375px) {}",
"@media (min-width: 425px) {}",
"@media (min-width: 768px) {}",
"@media (min-width: 1024px) {}",
"@media (min-width: 1440px) {}"
],
"description": "Acrescenta a tag @media na folha de estilos"
},
"jshint_config_rc_file": {
"prefix": "_jsh:0",
"body": [
"{",
"\t\"esversion\": 6,",
"\t\"newcap\": true,",
"\t\"supernew\": true",
"}"
],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_begin": {
"prefix": "_jsh:1",
"body": ["// jshint ignore:start"],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_end": {
"prefix": "_jsh:2",
"body": ["// jshint ignore:end"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_line": {
"prefix": "_jsh:3",
"body": ["// jshint ignore:line"],
"description": "Ignora uma linha pelo JSHint"
},
"jshint_ignore_warning_begin": {
"prefix": "_jsh:4",
"body": ["// jshint -W${1:089}"],
"description": "Inicia um bloco a ser ignorado com uma mensagem de warning específica pelo JSHint"
},
"jshint_ignore_warning_end": {
"prefix": "_jsh:5",
"body": ["// jshint +W${1:089}"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"Header Validation": {
"prefix": "_head:0",
"body": [
"# Validado: ${1:Saturday, 16 October 2021 16:25:23}",
"# *****",
""
],
"description": "Acrescentar o campo validado com a data da validação"
}
}
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"cpp_struct_header_initial": {
"prefix": "_cpp:0",
"body": [
"#include <stdio.h>\t\t/* printf */\n#include <stdlib.h>\t\t/* malloc, free, exit */\n#include <string.h>\t\t/* strcpy */\n#include <time.h>\t\t/* srand */\n#include <stdbool.h>\t/* booleans */\n"
],
"description": "Acrescenta a estrutura de bibliotecas inicial de um programa em C++"
},
"cpp_struct_main_initial": {
"prefix": "_cpp:1",
"body": ["int main(int argc, char *argv[]) {\n\treturn 0;\n}"],
"description": "Acrescenta a estrutura main inicial de um programa em C++"
},
"settings_psioniq_workspace": {
"prefix": "_sett:0",
"body": [
"\"psi-header.variables\": [",
"\t[\"projectname\", \"${1:Marcantech Wordpress Theme}\"],",
"\t[\"projectCreationYear\", \"${2:2021}\"],",
"]"
],
"description": "Acrescenta os valores das variáveis do projeto ao cabeçalho (psioniq)"
},
"settings_cspell_dictionary_workspace": {
"prefix": "_sett:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Acrescenta os valores das variáveis do dicionário do projeto (psioniq)"
},
"settings_ecmascript_compatibility": {
"prefix": "_sett:2",
"body": ["\"jshint.options\": { \"esversion\": 6 },"],
"description": "Insere a flag de compatibilidade com o ECMAScript 6"
},
"firacode_workspace": {
"prefix": "_firacode",
"body": [
"\"editor.fontLigatures\": true,",
"\"editor.fontFamily\": \"'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'\",",
"]"
],
"description": "Acrescenta o suport a fonte Fira Code ao projeto"
},
"codespellchecker_local_dictionary": {
"prefix": "_cspell:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_ignore": {
"prefix": "_cspell:0",
"body": ["//cSpell:ignore $1"],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_disable": {
"prefix": "_cspell:off",
"body": ["/* cSpell:disable */"],
"description": "Desativar a checagem de ortografia"
},
"codespellchecker_enable": {
"prefix": "_cspell:on",
"body": ["/* cSpell:enable */"],
"description": "Reativar a checagem de ortografia"
},
"css_body_zerado": {
"prefix": "_body:0",
"body": ["body {margin:0; padding: 0;}\n"],
"description": "Zerar margens e espaçamento do seletor body"
},
"css_bgcolor_black": {
"prefix": "_bgcolor:0",
"body": ["background-color: #000"],
"description": "Acrecenta a cor preta ao fundo"
},
"html_favicon_header": {
"prefix": "_favicon",
"body": ["<link rel='shortcut icon' href='#' />"],
"description": "Acrescenta o link para o favicon no cabeçalho HTML"
},
"html_canvas_header": {
"prefix": "_canvas",
"body": [
"<canvas id='canvas' width='${1:430}' height='${2:280}'></canvas>"
],
"description": "Acrescenta um canvas ao <body> HTML"
},
"html_tag_meta_refresh": {
"prefix": "_refresh:0",
"body": ["<meta http-equiv='refresh'\tcontent='$1'>\n"],
"description": "Acrescentar refresh na página"
},
"html_script_jquery": {
"prefix": "_jquery:0",
"body": ["<script>", "\t$(() => {", "\t});", "</script>"],
"description": "Acrescentar função jquery"
},
"html_estrutura_completa": {
"prefix": "_html:0",
"body": [
"<!DOCTYPE html>",
"<html lang=\"pt-br\">",
"\t<head>",
"\t\t<meta charset='UTF-8'>",
"\t\t<meta http-equiv='X-UA-Compatible' content='IE=edge'>",
"\t\t<meta name='viewport' content='width=device-width, initial-scale=1.0'>",
"\t\t<link rel='shortcut icon' href='#' />",
"\t\t<title>Document</title>",
"\t\t<style type='text/css'>",
"\t\t</style>",
"\t</head>",
"<body>",
"<script src=\"jquery.min.js\"></script>",
"<b type=\"text/javascript\">",
"\t$(() => {",
"\t});",
"</script>",
"</body>",
"</html>"
],
"description": "Acrescentar refresh na página"
},
"html_meta_name": {
"prefix": "_html:name",
"body": [
"\t\t<meta name='author'\t\t\t\tcontent='Marcos Antônio Barbosa de Souza'>",
"\t\t<meta name='generator'\t\t\tcontent='Visual Studio Code'>",
"\t\t<meta name='keywords'\t\t\tcontent='$1'>",
"\t\t<meta name='description'\t\tcontent='$2'>",
"\t\t<meta name='application-name'\tcontent='Marcant Tecnologia'>\n"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"html_redirect": {
"prefix": "_html:redir",
"body": [
"<meta http-equiv='Refresh' content='0; url=\"https://www.google.com.br\"' />"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"hcode_titulo_completo": {
"prefix": "_hcode:0",
"body": ["Hcode Treinamentos :. hcode.com.br"],
"description": "Inserir o nome completo da empresa Hcode"
},
"php_tag_completo": {
"prefix": "_php:0",
"body": ["<?php $1; ?>"],
"description": "Acrescentar um código em PHP"
},
"php_tag_inicial": {
"prefix": "_php:1",
"body": ["<?php"],
"description": "Iniciar um código em PHP"
},
"php_tag_final": {
"prefix": "_php:2",
"body": ["?>"],
"description": "Finaliar um código em PHP"
},
"php_tag_reverso": {
"prefix": "_php:3",
"body": ["?>\n$1\n<?php"],
"description": "Iniciar um código HTML em um código PHP"
},
"php_function_structure": {
"prefix": "_php:4",
"body": [
"public function ${1:noname}(${2:argumentos}) {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar a estrutura de uma função pública com argumentos no código em PHP"
},
"php_function_contruct": {
"prefix": "_php:5",
"body": [
"public function __construct() {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar um construtor no código em PHP"
},
"markdown_concept_begin": {
"prefix": "_md:0",
"body": [
"## ${1:descreva em algumas palavras o componente}\n",
"tags: #${2:informe a etiqueta1}, #${3:informe a etiqueta2} ...\n",
"### fonte:"
],
"description": "Acrescenta cabeçalho ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_code": {
"prefix": "_md:1",
"body": [
"```${1:qual a linguagem do código que será mostrada}\n",
"${2:Cole o bloco de código de exemplo}\n",
"```\n",
"#### Veja o exemplo\n"
],
"description": "Acrescenta uma parte do código e a imagem ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_others_external_sources": {
"prefix": "_md:2",
"body": ["##### Outras fontes\n", "$1"],
"description": "Acrescenta os links de outras fontes externas"
},
"markdown_concept_end": {
"prefix": "_md:3",
"body": [
"Retorne para o documento anterior:[[$1]]",
"ou avance para os demais:[[$2]]\n"
],
"description": "Acrescenta os links de navegação pelo markdown"
},
"peacock_template_color": {
"prefix": "_peac:0",
"body": [
"\"workbench.colorCustomizations\": {",
"\t\"editorGroup.border\": \"#184630\",",
"\t\"panel.border\": \"#184630\",",
"\t\"sash.hoverBorder\": \"#184630\",",
"\t\"sideBar.border\": \"#184630\",",
"\t\"statusBar.background\": \"#0b2016\",",
"\t\"statusBar.foreground\": \"#e7e7e7\",",
"\t\"statusBarItem.hoverBackground\": \"#184630\",",
"\t\"statusBarItem.remoteBackground\": \"#0b2016\",",
"\t\"statusBarItem.remoteForeground\": \"#e7e7e7\",",
"\t\"titleBar.activeBackground\": \"#0b2016\",",
"\t\"titleBar.activeForeground\": \"#e7e7e7\",",
"\t\"titleBar.inactiveBackground\": \"#0b201699\",",
"\t\"titleBar.inactiveForeground\": \"#e7e7e799\"",
"},",
"\"peacock.color\": \"#0b2016\""
],
"description": "Acrescenta a configuração das cores verdes escuras"
},
"css_media_template": {
"prefix": "_css:0",
"body": [
"@media (min-width: 320px) {}",
"@media (min-width: 375px) {}",
"@media (min-width: 425px) {}",
"@media (min-width: 768px) {}",
"@media (min-width: 1024px) {}",
"@media (min-width: 1440px) {}"
],
"description": "Acrescenta a tag @media na folha de estilos"
},
"jshint_config_rc_file": {
"prefix": "_jsh:0",
"body": [
"{",
"\t\"esversion\": 6,",
"\t\"newcap\": true,",
"\t\"supernew\": true",
"}"
],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_begin": {
"prefix": "_jsh:1",
"body": ["// jshint ignore:start"],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_end": {
"prefix": "_jsh:2",
"body": ["// jshint ignore:end"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_line": {
"prefix": "_jsh:3",
"body": ["// jshint ignore:line"],
"description": "Ignora uma linha pelo JSHint"
},
"jshint_ignore_warning_begin": {
"prefix": "_jsh:4",
"body": ["// jshint -W${1:089}"],
"description": "Inicia um bloco a ser ignorado com uma mensagem de warning específica pelo JSHint"
},
"jshint_ignore_warning_end": {
"prefix": "_jsh:5",
"body": ["// jshint +W${1:089}"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"Header Validation": {
"prefix": "_head:0",
"body": [
"# Validado: ${1:Saturday, 16 October 2021 16:25:23}",
"# *****",
""
],
"description": "Acrescentar o campo validado com a data da validação"
}
}
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"cpp_struct_inicial": {
"prefix": "_cpp:0",
"body": [
"#include <stdio.h>\t/* printf */\n#include <stdlib.h>\t/* malloc, free, exit */\n#include <string.h>\t/* strcpy */\n"
],
"description": "Acrescenta a estrutura de bibliotecas inicial de um programa em C++"
},
"cpp_struct_inicial": {
"prefix": "_cpp:1",
"body": ["int main() {\n\treturn 0;\n}"],
"description": "Acrescenta a estrutura main inicial de um programa em C++"
},
"settings_psioniq_workspace": {
"prefix": "_sett:0",
"body": [
"\"psi-header.variables\": [",
"\t[\"projectname\", \"${1:Marcantech Wordpress Theme}\"],",
"\t[\"projectCreationYear\", \"${2:2021}\"],",
"]"
],
"description": "Acrescenta os valores das variáveis do projeto ao cabeçalho (psioniq)"
},
"settings_cspell_dictionary_workspace": {
"prefix": "_sett:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Acrescenta os valores das variáveis do dicionário do projeto (psioniq)"
},
"settings_ecmascript_compatibility": {
"prefix": "_sett:2",
"body": ["\"jshint.options\": { \"esversion\": 6 },"],
"description": "Insere a flag de compatibilidade com o ECMAScript 6"
},
"firacode_workspace": {
"prefix": "_firacode",
"body": [
"\"editor.fontLigatures\": true,",
"\"editor.fontFamily\": \"'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'\",",
"]"
],
"description": "Acrescenta o suport a fonte Fira Code ao projeto"
},
"codespellchecker_local_dictionary": {
"prefix": "_cspell:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_ignore": {
"prefix": "_cspell:0",
"body": ["//cSpell:ignore $1"],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_disable": {
"prefix": "_cspell:off",
"body": ["/* cSpell:disable */"],
"description": "Desativar a checagem de ortografia"
},
"codespellchecker_enable": {
"prefix": "_cspell:on",
"body": ["/* cSpell:enable */"],
"description": "Reativar a checagem de ortografia"
},
"css_body_zerado": {
"prefix": "_body:0",
"body": ["body {margin:0; padding: 0;}\n"],
"description": "Zerar margens e espaçamento do seletor body"
},
"css_bgcolor_black": {
"prefix": "_bgcolor:0",
"body": ["background-color: #000"],
"description": "Acrecenta a cor preta ao fundo"
},
"html_favicon_header": {
"prefix": "_favicon",
"body": ["<link rel='shortcut icon' href='#' />"],
"description": "Acrescenta o link para o favicon no cabeçalho HTML"
},
"html_canvas_header": {
"prefix": "_canvas",
"body": [
"<canvas id='canvas' width='${1:430}' height='${2:280}'></canvas>"
],
"description": "Acrescenta um canvas ao <body> HTML"
},
"html_tag_meta_refresh": {
"prefix": "_refresh:0",
"body": ["<meta http-equiv='refresh'\tcontent='$1'>\n"],
"description": "Acrescentar refresh na página"
},
"html_script_jquery": {
"prefix": "_jquery:0",
"body": ["<script>", "\t$(() => {", "\t});", "</script>"],
"description": "Acrescentar função jquery"
},
"html_estrutura_completa": {
"prefix": "_html:0",
"body": [
"<!DOCTYPE html>",
"<html lang=\"pt-br\">",
"\t<head>",
"\t\t<meta charset='UTF-8'>",
"\t\t<meta http-equiv='X-UA-Compatible' content='IE=edge'>",
"\t\t<meta name='viewport' content='width=device-width, initial-scale=1.0'>",
"\t\t<link rel='shortcut icon' href='#' />",
"\t\t<title>Document</title>",
"\t\t<style type='text/css'>",
"\t\t</style>",
"\t</head>",
"<body>",
"<script src=\"jquery.min.js\"></script>",
"<b type=\"text/javascript\">",
"\t$(() => {",
"\t});",
"</script>",
"</body>",
"</html>"
],
"description": "Acrescentar refresh na página"
},
"html_meta_name": {
"prefix": "_html:name",
"body": [
"\t\t<meta name='author'\t\t\t\tcontent='Marcos Antônio Barbosa de Souza'>",
"\t\t<meta name='generator'\t\t\tcontent='Visual Studio Code'>",
"\t\t<meta name='keywords'\t\t\tcontent='$1'>",
"\t\t<meta name='description'\t\tcontent='$2'>",
"\t\t<meta name='application-name'\tcontent='Marcant Tecnologia'>\n"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"html_redirect": {
"prefix": "_html:redir",
"body": [
"<meta http-equiv='Refresh' content='0; url=\"https://www.google.com.br\"' />"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"hcode_titulo_completo": {
"prefix": "_hcode:0",
"body": ["Hcode Treinamentos :. hcode.com.br"],
"description": "Inserir o nome completo da empresa Hcode"
},
"php_tag_completo": {
"prefix": "_php:0",
"body": ["<?php $1; ?>"],
"description": "Acrescentar um código em PHP"
},
"php_tag_inicial": {
"prefix": "_php:1",
"body": ["<?php"],
"description": "Iniciar um código em PHP"
},
"php_tag_final": {
"prefix": "_php:2",
"body": ["?>"],
"description": "Finaliar um código em PHP"
},
"php_tag_reverso": {
"prefix": "_php:3",
"body": ["?>\n$1\n<?php"],
"description": "Iniciar um código HTML em um código PHP"
},
"php_function_structure": {
"prefix": "_php:4",
"body": [
"public function ${1:noname}(${2:argumentos}) {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar a estrutura de uma função pública com argumentos no código em PHP"
},
"php_function_contruct": {
"prefix": "_php:5",
"body": [
"public function __construct() {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar um construtor no código em PHP"
},
"markdown_concept_begin": {
"prefix": "_md:0",
"body": [
"## ${1:descreva em algumas palavras o componente}\n",
"tags: #${2:informe a etiqueta1}, #${3:informe a etiqueta2} ...\n",
"### fonte:"
],
"description": "Acrescenta cabeçalho ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_code": {
"prefix": "_md:1",
"body": [
"```${1:qual a linguagem do código que será mostrada}\n",
"${2:Cole o bloco de código de exemplo}\n",
"```\n",
"#### Veja o exemplo\n"
],
"description": "Acrescenta uma parte do código e a imagem ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_others_external_sources": {
"prefix": "_md:2",
"body": ["##### Outras fontes\n", "$1"],
"description": "Acrescenta os links de outras fontes externas"
},
"markdown_concept_end": {
"prefix": "_md:3",
"body": [
"Retorne para o documento anterior:[[$1]]",
"ou avance para os demais:[[$2]]\n"
],
"description": "Acrescenta os links de navegação pelo markdown"
},
"peacock_template_color": {
"prefix": "_peac:0",
"body": [
"\"workbench.colorCustomizations\": {",
"\t\"editorGroup.border\": \"#184630\",",
"\t\"panel.border\": \"#184630\",",
"\t\"sash.hoverBorder\": \"#184630\",",
"\t\"sideBar.border\": \"#184630\",",
"\t\"statusBar.background\": \"#0b2016\",",
"\t\"statusBar.foreground\": \"#e7e7e7\",",
"\t\"statusBarItem.hoverBackground\": \"#184630\",",
"\t\"statusBarItem.remoteBackground\": \"#0b2016\",",
"\t\"statusBarItem.remoteForeground\": \"#e7e7e7\",",
"\t\"titleBar.activeBackground\": \"#0b2016\",",
"\t\"titleBar.activeForeground\": \"#e7e7e7\",",
"\t\"titleBar.inactiveBackground\": \"#0b201699\",",
"\t\"titleBar.inactiveForeground\": \"#e7e7e799\"",
"},",
"\"peacock.color\": \"#0b2016\""
],
"description": "Acrescenta a configuração das cores verdes escuras"
},
"css_media_template": {
"prefix": "_css:0",
"body": [
"@media (min-width: 320px) {}",
"@media (min-width: 375px) {}",
"@media (min-width: 425px) {}",
"@media (min-width: 768px) {}",
"@media (min-width: 1024px) {}",
"@media (min-width: 1440px) {}"
],
"description": "Acrescenta a tag @media na folha de estilos"
},
"jshint_config_rc_file": {
"prefix": "_jsh:0",
"body": [
"{",
"\t\"esversion\": 6,",
"\t\"newcap\": true,",
"\t\"supernew\": true",
"}"
],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_begin": {
"prefix": "_jsh:1",
"body": ["// jshint ignore:start"],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_end": {
"prefix": "_jsh:2",
"body": ["// jshint ignore:end"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_line": {
"prefix": "_jsh:3",
"body": ["// jshint ignore:line"],
"description": "Ignora uma linha pelo JSHint"
},
"jshint_ignore_warning_begin": {
"prefix": "_jsh:4",
"body": ["// jshint -W${1:089}"],
"description": "Inicia um bloco a ser ignorado com uma mensagem de warning específica pelo JSHint"
},
"jshint_ignore_warning_end": {
"prefix": "_jsh:5",
"body": ["// jshint +W${1:089}"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"Header Validation": {
"prefix": "_head:0",
"body": [
"# Validado: ${1:Saturday, 16 October 2021 16:25:23}",
"# *****",
""
],
"description": "Acrescentar o campo validado com a data da validação"
}
}
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"cpp_struct_header_initial": {
"prefix": "_cpp:0",
"body": [
"#include <stdio.h>\t/* printf */\n#include <stdlib.h>\t/* malloc, free, exit */\n#include <string.h>\t/* strcpy */\n#include <stdbool.h>\t/* Booleanos */\n"
],
"description": "Acrescenta a estrutura de bibliotecas inicial de um programa em C++"
},
"cpp_struct_main_initial": {
"prefix": "_cpp:1",
"body": ["int main(int argc, char *argv[]) {\n\treturn 0;\n}"],
"description": "Acrescenta a estrutura main inicial de um programa em C++"
},
"settings_psioniq_workspace": {
"prefix": "_sett:0",
"body": [
"\"psi-header.variables\": [",
"\t[\"projectname\", \"${1:Marcantech Wordpress Theme}\"],",
"\t[\"projectCreationYear\", \"${2:2021}\"],",
"]"
],
"description": "Acrescenta os valores das variáveis do projeto ao cabeçalho (psioniq)"
},
"settings_cspell_dictionary_workspace": {
"prefix": "_sett:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Acrescenta os valores das variáveis do dicionário do projeto (psioniq)"
},
"settings_ecmascript_compatibility": {
"prefix": "_sett:2",
"body": ["\"jshint.options\": { \"esversion\": 6 },"],
"description": "Insere a flag de compatibilidade com o ECMAScript 6"
},
"firacode_workspace": {
"prefix": "_firacode",
"body": [
"\"editor.fontLigatures\": true,",
"\"editor.fontFamily\": \"'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'\",",
"]"
],
"description": "Acrescenta o suport a fonte Fira Code ao projeto"
},
"codespellchecker_local_dictionary": {
"prefix": "_cspell:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_ignore": {
"prefix": "_cspell:0",
"body": ["//cSpell:ignore $1"],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_disable": {
"prefix": "_cspell:off",
"body": ["/* cSpell:disable */"],
"description": "Desativar a checagem de ortografia"
},
"codespellchecker_enable": {
"prefix": "_cspell:on",
"body": ["/* cSpell:enable */"],
"description": "Reativar a checagem de ortografia"
},
"css_body_zerado": {
"prefix": "_body:0",
"body": ["body {margin:0; padding: 0;}\n"],
"description": "Zerar margens e espaçamento do seletor body"
},
"css_bgcolor_black": {
"prefix": "_bgcolor:0",
"body": ["background-color: #000"],
"description": "Acrecenta a cor preta ao fundo"
},
"html_favicon_header": {
"prefix": "_favicon",
"body": ["<link rel='shortcut icon' href='#' />"],
"description": "Acrescenta o link para o favicon no cabeçalho HTML"
},
"html_canvas_header": {
"prefix": "_canvas",
"body": [
"<canvas id='canvas' width='${1:430}' height='${2:280}'></canvas>"
],
"description": "Acrescenta um canvas ao <body> HTML"
},
"html_tag_meta_refresh": {
"prefix": "_refresh:0",
"body": ["<meta http-equiv='refresh'\tcontent='$1'>\n"],
"description": "Acrescentar refresh na página"
},
"html_script_jquery": {
"prefix": "_jquery:0",
"body": ["<script>", "\t$(() => {", "\t});", "</script>"],
"description": "Acrescentar função jquery"
},
"html_estrutura_completa": {
"prefix": "_html:0",
"body": [
"<!DOCTYPE html>",
"<html lang=\"pt-br\">",
"\t<head>",
"\t\t<meta charset='UTF-8'>",
"\t\t<meta http-equiv='X-UA-Compatible' content='IE=edge'>",
"\t\t<meta name='viewport' content='width=device-width, initial-scale=1.0'>",
"\t\t<link rel='shortcut icon' href='#' />",
"\t\t<title>Document</title>",
"\t\t<style type='text/css'>",
"\t\t</style>",
"\t</head>",
"<body>",
"<script src=\"jquery.min.js\"></script>",
"<b type=\"text/javascript\">",
"\t$(() => {",
"\t});",
"</script>",
"</body>",
"</html>"
],
"description": "Acrescentar refresh na página"
},
"html_meta_name": {
"prefix": "_html:name",
"body": [
"\t\t<meta name='author'\t\t\t\tcontent='Marcos Antônio Barbosa de Souza'>",
"\t\t<meta name='generator'\t\t\tcontent='Visual Studio Code'>",
"\t\t<meta name='keywords'\t\t\tcontent='$1'>",
"\t\t<meta name='description'\t\tcontent='$2'>",
"\t\t<meta name='application-name'\tcontent='Marcant Tecnologia'>\n"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"html_redirect": {
"prefix": "_html:redir",
"body": [
"<meta http-equiv='Refresh' content='0; url=\"https://www.google.com.br\"' />"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"hcode_titulo_completo": {
"prefix": "_hcode:0",
"body": ["Hcode Treinamentos :. hcode.com.br"],
"description": "Inserir o nome completo da empresa Hcode"
},
"php_tag_completo": {
"prefix": "_php:0",
"body": ["<?php $1; ?>"],
"description": "Acrescentar um código em PHP"
},
"php_tag_inicial": {
"prefix": "_php:1",
"body": ["<?php"],
"description": "Iniciar um código em PHP"
},
"php_tag_final": {
"prefix": "_php:2",
"body": ["?>"],
"description": "Finaliar um código em PHP"
},
"php_tag_reverso": {
"prefix": "_php:3",
"body": ["?>\n$1\n<?php"],
"description": "Iniciar um código HTML em um código PHP"
},
"php_function_structure": {
"prefix": "_php:4",
"body": [
"public function ${1:noname}(${2:argumentos}) {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar a estrutura de uma função pública com argumentos no código em PHP"
},
"php_function_contruct": {
"prefix": "_php:5",
"body": [
"public function __construct() {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar um construtor no código em PHP"
},
"markdown_concept_begin": {
"prefix": "_md:0",
"body": [
"## ${1:descreva em algumas palavras o componente}\n",
"tags: #${2:informe a etiqueta1}, #${3:informe a etiqueta2} ...\n",
"### fonte:"
],
"description": "Acrescenta cabeçalho ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_code": {
"prefix": "_md:1",
"body": [
"```${1:qual a linguagem do código que será mostrada}\n",
"${2:Cole o bloco de código de exemplo}\n",
"```\n",
"#### Veja o exemplo\n"
],
"description": "Acrescenta uma parte do código e a imagem ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_others_external_sources": {
"prefix": "_md:2",
"body": ["##### Outras fontes\n", "$1"],
"description": "Acrescenta os links de outras fontes externas"
},
"markdown_concept_end": {
"prefix": "_md:3",
"body": [
"Retorne para o documento anterior:[[$1]]",
"ou avance para os demais:[[$2]]\n"
],
"description": "Acrescenta os links de navegação pelo markdown"
},
"peacock_template_color": {
"prefix": "_peac:0",
"body": [
"\"workbench.colorCustomizations\": {",
"\t\"editorGroup.border\": \"#184630\",",
"\t\"panel.border\": \"#184630\",",
"\t\"sash.hoverBorder\": \"#184630\",",
"\t\"sideBar.border\": \"#184630\",",
"\t\"statusBar.background\": \"#0b2016\",",
"\t\"statusBar.foreground\": \"#e7e7e7\",",
"\t\"statusBarItem.hoverBackground\": \"#184630\",",
"\t\"statusBarItem.remoteBackground\": \"#0b2016\",",
"\t\"statusBarItem.remoteForeground\": \"#e7e7e7\",",
"\t\"titleBar.activeBackground\": \"#0b2016\",",
"\t\"titleBar.activeForeground\": \"#e7e7e7\",",
"\t\"titleBar.inactiveBackground\": \"#0b201699\",",
"\t\"titleBar.inactiveForeground\": \"#e7e7e799\"",
"},",
"\"peacock.color\": \"#0b2016\""
],
"description": "Acrescenta a configuração das cores verdes escuras"
},
"css_media_template": {
"prefix": "_css:0",
"body": [
"@media (min-width: 320px) {}",
"@media (min-width: 375px) {}",
"@media (min-width: 425px) {}",
"@media (min-width: 768px) {}",
"@media (min-width: 1024px) {}",
"@media (min-width: 1440px) {}"
],
"description": "Acrescenta a tag @media na folha de estilos"
},
"jshint_config_rc_file": {
"prefix": "_jsh:0",
"body": [
"{",
"\t\"esversion\": 6,",
"\t\"newcap\": true,",
"\t\"supernew\": true",
"}"
],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_begin": {
"prefix": "_jsh:1",
"body": ["// jshint ignore:start"],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_end": {
"prefix": "_jsh:2",
"body": ["// jshint ignore:end"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_line": {
"prefix": "_jsh:3",
"body": ["// jshint ignore:line"],
"description": "Ignora uma linha pelo JSHint"
},
"jshint_ignore_warning_begin": {
"prefix": "_jsh:4",
"body": ["// jshint -W${1:089}"],
"description": "Inicia um bloco a ser ignorado com uma mensagem de warning específica pelo JSHint"
},
"jshint_ignore_warning_end": {
"prefix": "_jsh:5",
"body": ["// jshint +W${1:089}"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"Header Validation": {
"prefix": "_head:0",
"body": [
"# Validado: ${1:Saturday, 16 October 2021 16:25:23}",
"# *****",
""
],
"description": "Acrescentar o campo validado com a data da validação"
}
}
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"cpp_struct_inicial": {
"prefix": "_cpp:0",
"body": ["#include <stdio.h>\nint main() {\n\treturn 0;\n}"],
"description": "Acrescenta a estrutura inicial de um programa em C++"
},
"settings_psioniq_workspace": {
"prefix": "_sett:0",
"body": [
"\"psi-header.variables\": [",
"\t[\"projectname\", \"${1:Marcantech Wordpress Theme}\"],",
"\t[\"projectCreationYear\", \"${2:2021}\"],",
"]"
],
"description": "Acrescenta os valores das variáveis do projeto ao cabeçalho (psioniq)"
},
"settings_cspell_dictionary_workspace": {
"prefix": "_sett:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Acrescenta os valores das variáveis do dicionário do projeto (psioniq)"
},
"settings_ecmascript_compatibility": {
"prefix": "_sett:2",
"body": ["\"jshint.options\": { \"esversion\": 6 },"],
"description": "Insere a flag de compatibilidade com o ECMAScript 6"
},
"firacode_workspace": {
"prefix": "_firacode",
"body": [
"\"editor.fontLigatures\": true,",
"\"editor.fontFamily\": \"'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'\",",
"]"
],
"description": "Acrescenta o suport a fonte Fira Code ao projeto"
},
"codespellchecker_local_dictionary": {
"prefix": "_cspell:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_ignore": {
"prefix": "_cspell:0",
"body": ["//cSpell:ignore $1"],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_disable": {
"prefix": "_cspell:off",
"body": ["/* cSpell:disable */"],
"description": "Desativar a checagem de ortografia"
},
"codespellchecker_enable": {
"prefix": "_cspell:on",
"body": ["/* cSpell:enable */"],
"description": "Reativar a checagem de ortografia"
},
"css_body_zerado": {
"prefix": "_body:0",
"body": ["body {margin:0; padding: 0;}\n"],
"description": "Zerar margens e espaçamento do seletor body"
},
"css_bgcolor_black": {
"prefix": "_bgcolor:0",
"body": ["background-color: #000"],
"description": "Acrecenta a cor preta ao fundo"
},
"html_favicon_header": {
"prefix": "_favicon",
"body": ["<link rel='shortcut icon' href='#' />"],
"description": "Acrescenta o link para o favicon no cabeçalho HTML"
},
"html_canvas_header": {
"prefix": "_canvas",
"body": [
"<canvas id='canvas' width='${1:430}' height='${2:280}'></canvas>"
],
"description": "Acrescenta um canvas ao <body> HTML"
},
"html_tag_meta_refresh": {
"prefix": "_refresh:0",
"body": ["<meta http-equiv='refresh'\tcontent='$1'>\n"],
"description": "Acrescentar refresh na página"
},
"html_script_jquery": {
"prefix": "_jquery:0",
"body": ["<script>", "\t$(() => {", "\t});", "</script>"],
"description": "Acrescentar função jquery"
},
"html_estrutura_completa": {
"prefix": "_html:0",
"body": [
"<!DOCTYPE html>",
"<html lang=\"pt-br\">",
"\t<head>",
"\t\t<meta charset='UTF-8'>",
"\t\t<meta http-equiv='X-UA-Compatible' content='IE=edge'>",
"\t\t<meta name='viewport' content='width=device-width, initial-scale=1.0'>",
"\t\t<link rel='shortcut icon' href='#' />",
"\t\t<title>Document</title>",
"\t\t<style type='text/css'>",
"\t\t</style>",
"\t</head>",
"<body>",
"<script src=\"jquery.min.js\"></script>",
"<b type=\"text/javascript\">",
"\t$(() => {",
"\t});",
"</script>",
"</body>",
"</html>"
],
"description": "Acrescentar refresh na página"
},
"html_meta_name": {
"prefix": "_html:name",
"body": [
"\t\t<meta name='author'\t\t\t\tcontent='Marcos Antônio Barbosa de Souza'>",
"\t\t<meta name='generator'\t\t\tcontent='Visual Studio Code'>",
"\t\t<meta name='keywords'\t\t\tcontent='$1'>",
"\t\t<meta name='description'\t\tcontent='$2'>",
"\t\t<meta name='application-name'\tcontent='Marcant Tecnologia'>\n"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"html_redirect": {
"prefix": "_html:redir",
"body": [
"<meta http-equiv='Refresh' content='0; url=\"https://www.google.com.br\"' />"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"hcode_titulo_completo": {
"prefix": "_hcode:0",
"body": ["Hcode Treinamentos :. hcode.com.br"],
"description": "Inserir o nome completo da empresa Hcode"
},
"php_tag_completo": {
"prefix": "_php:0",
"body": ["<?php $1; ?>"],
"description": "Acrescentar um código em PHP"
},
"php_tag_inicial": {
"prefix": "_php:1",
"body": ["<?php"],
"description": "Iniciar um código em PHP"
},
"php_tag_final": {
"prefix": "_php:2",
"body": ["?>"],
"description": "Finaliar um código em PHP"
},
"php_tag_reverso": {
"prefix": "_php:3",
"body": ["?>\n$1\n<?php"],
"description": "Iniciar um código HTML em um código PHP"
},
"php_function_structure": {
"prefix": "_php:4",
"body": [
"public function ${1:noname}(${2:argumentos}) {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar a estrutura de uma função pública com argumentos no código em PHP"
},
"php_function_contruct": {
"prefix": "_php:5",
"body": [
"public function __construct() {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar um construtor no código em PHP"
},
"markdown_concept_begin": {
"prefix": "_md:0",
"body": [
"## ${1:descreva em algumas palavras o componente}\n",
"tags: #${2:informe a etiqueta1}, #${3:informe a etiqueta2} ...\n",
"### fonte:"
],
"description": "Acrescenta cabeçalho ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_code": {
"prefix": "_md:1",
"body": [
"```${1:qual a linguagem do código que será mostrada}\n",
"${2:Cole o bloco de código de exemplo}\n",
"```\n",
"#### Veja o exemplo\n"
],
"description": "Acrescenta uma parte do código e a imagem ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_others_external_sources": {
"prefix": "_md:2",
"body": ["##### Outras fontes\n", "$1"],
"description": "Acrescenta os links de outras fontes externas"
},
"markdown_concept_end": {
"prefix": "_md:3",
"body": [
"Retorne para o documento anterior:[[$1]]",
"ou avance para os demais:[[$2]]\n"
],
"description": "Acrescenta os links de navegação pelo markdown"
},
"peacock_template_color": {
"prefix": "_peac:0",
"body": [
"\"workbench.colorCustomizations\": {",
"\t\"editorGroup.border\": \"#184630\",",
"\t\"panel.border\": \"#184630\",",
"\t\"sash.hoverBorder\": \"#184630\",",
"\t\"sideBar.border\": \"#184630\",",
"\t\"statusBar.background\": \"#0b2016\",",
"\t\"statusBar.foreground\": \"#e7e7e7\",",
"\t\"statusBarItem.hoverBackground\": \"#184630\",",
"\t\"statusBarItem.remoteBackground\": \"#0b2016\",",
"\t\"statusBarItem.remoteForeground\": \"#e7e7e7\",",
"\t\"titleBar.activeBackground\": \"#0b2016\",",
"\t\"titleBar.activeForeground\": \"#e7e7e7\",",
"\t\"titleBar.inactiveBackground\": \"#0b201699\",",
"\t\"titleBar.inactiveForeground\": \"#e7e7e799\"",
"},",
"\"peacock.color\": \"#0b2016\""
],
"description": "Acrescenta a configuração das cores verdes escuras"
},
"css_media_template": {
"prefix": "_css:0",
"body": [
"@media (min-width: 320px) {}",
"@media (min-width: 375px) {}",
"@media (min-width: 425px) {}",
"@media (min-width: 768px) {}",
"@media (min-width: 1024px) {}",
"@media (min-width: 1440px) {}"
],
"description": "Acrescenta a tag @media na folha de estilos"
},
"jshint_config_rc_file": {
"prefix": "_jsh:0",
"body": [
"{",
"\t\"esversion\": 6,",
"\t\"newcap\": true,",
"\t\"supernew\": true",
"}"
],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_begin": {
"prefix": "_jsh:1",
"body": ["// jshint ignore:start"],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_end": {
"prefix": "_jsh:2",
"body": ["// jshint ignore:end"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_line": {
"prefix": "_jsh:3",
"body": ["// jshint ignore:line"],
"description": "Ignora uma linha pelo JSHint"
},
"jshint_ignore_warning_begin": {
"prefix": "_jsh:4",
"body": ["// jshint -W${1:089}"],
"description": "Inicia um bloco a ser ignorado com uma mensagem de warning específica pelo JSHint"
},
"jshint_ignore_warning_end": {
"prefix": "_jsh:5",
"body": ["// jshint +W${1:089}"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"Header Validation": {
"prefix": "_head:0",
"body": [
"# Validado: ${1:Saturday, 16 October 2021 16:25:23}",
"# *****",
""
],
"description": "Acrescentar o campo validado com a data da validação"
}
}
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"cpp_struct_inicial": {
"prefix": "_cpp:0",
"body": ["#include <stdio.h>\nint main() {\n\treturn 0;\n}"],
"description": "Acrescenta a estrutura inicial de um programa em C++"
},
"settings_psioniq_workspace": {
"prefix": "_sett:0",
"body": [
"\"psi-header.variables\": [",
"\t[\"projectname\", \"${1:Marcantech Wordpress Theme}\"],",
"\t[\"projectCreationYear\", \"${2:2021}\"],",
"]"
],
"description": "Acrescenta os valores das variáveis do projeto ao cabeçalho (psioniq)"
},
"settings_cspell_dictionary_workspace": {
"prefix": "_sett:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Acrescenta os valores das variáveis do dicionário do projeto (psioniq)"
},
"settings_ecmascript_compatibility": {
"prefix": "_sett:2",
"body": ["\"jshint.options\": { \"esversion\": 6 },"],
"description": "Insere a flag de compatibilidade com o ECMAScript 6"
},
"firacode_workspace": {
"prefix": "_firacode",
"body": [
"\"editor.fontLigatures\": true,",
"\"editor.fontFamily\": \"'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'\",",
"]"
],
"description": "Acrescenta o suport a fonte Fira Code ao projeto"
},
"codespellchecker_local_dictionary": {
"prefix": "_cspell:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_ignore": {
"prefix": "_cspell:0",
"body": ["//cSpell:ignore $1"],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_disable": {
"prefix": "_cspell:off",
"body": ["/* cSpell:disable */"],
"description": "Desativar a checagem de ortografia"
},
"codespellchecker_enable": {
"prefix": "_cspell:on",
"body": ["/* cSpell:enable */"],
"description": "Reativar a checagem de ortografia"
},
"css_body_zerado": {
"prefix": "_body:0",
"body": ["body {margin:0; padding: 0;}\n"],
"description": "Zerar margens e espaçamento do seletor body"
},
"css_bgcolor_black": {
"prefix": "_bgcolor:0",
"body": ["background-color: #000"],
"description": "Acrecenta a cor preta ao fundo"
},
"html_favicon_header": {
"prefix": "_favicon",
"body": ["<link rel='shortcut icon' href='#' />"],
"description": "Acrescenta o link para o favicon no cabeçalho HTML"
},
"html_canvas_header": {
"prefix": "_canvas",
"body": [
"<canvas id='canvas' width='${1:430}' height='${2:280}'></canvas>"
],
"description": "Acrescenta um canvas ao <body> HTML"
},
"html_tag_meta_refresh": {
"prefix": "_refresh:0",
"body": ["<meta http-equiv='refresh'\tcontent='$1'>\n"],
"description": "Acrescentar refresh na página"
},
"html_script_jquery": {
"prefix": "_jquery:0",
"body": ["<script>", "\t$(() => {", "\t});", "</script>"],
"description": "Acrescentar função jquery"
},
"html_estrutura_completa": {
"prefix": "_html:0",
"body": [
"<!DOCTYPE html>",
"<html lang=\"pt-br\">",
"\t<head>",
"\t\t<meta charset='UTF-8'>",
"\t\t<meta http-equiv='X-UA-Compatible' content='IE=edge'>",
"\t\t<meta name='viewport' content='width=device-width, initial-scale=1.0'>",
"\t\t<link rel='shortcut icon' href='#' />",
"\t\t<title>Document</title>",
"\t\t<style type='text/css'>",
"\t\t</style>",
"\t</head>",
"<body>",
"<script src=\"jquery.min.js\"></script>",
"<b type=\"text/javascript\">",
"\t$(() => {",
"\t});",
"</script>",
"</body>",
"</html>"
],
"description": "Acrescentar refresh na página"
},
"html_meta_name": {
"prefix": "_html:name",
"body": [
"\t\t<meta name='author'\t\t\t\tcontent='Marcos Antônio Barbosa de Souza'>",
"\t\t<meta name='generator'\t\t\tcontent='Visual Studio Code'>",
"\t\t<meta name='keywords'\t\t\tcontent='$1'>",
"\t\t<meta name='description'\t\tcontent='$2'>",
"\t\t<meta name='application-name'\tcontent='Marcant Tecnologia'>\n"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"html_redirect": {
"prefix": "_html:redir",
"body": [
"<meta http-equiv='Refresh' content='0; url=\"https://www.google.com.br\"' />"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"hcode_titulo_completo": {
"prefix": "_hcode:0",
"body": ["Hcode Treinamentos :. hcode.com.br"],
"description": "Inserir o nome completo da empresa Hcode"
},
"php_tag_completo": {
"prefix": "_php:0",
"body": ["<?php $1; ?>"],
"description": "Acrescentar um código em PHP"
},
"php_tag_inicial": {
"prefix": "_php:1",
"body": ["<?php"],
"description": "Iniciar um código em PHP"
},
"php_tag_final": {
"prefix": "_php:2",
"body": ["?>"],
"description": "Finaliar um código em PHP"
},
"php_tag_reverso": {
"prefix": "_php:3",
"body": ["?>\n$1\n<?php"],
"description": "Iniciar um código HTML em um código PHP"
},
"php_function_structure": {
"prefix": "_php:4",
"body": [
"public function ${1:noname}(${2:argumentos}) {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar a estrutura de uma função pública com argumentos no código em PHP"
},
"php_function_contruct": {
"prefix": "_php:5",
"body": [
"public function __construct() {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar um construtor no código em PHP"
},
"markdown_concept_begin": {
"prefix": "_md:0",
"body": [
"## ${1:descreva em algumas palavras o componente}\n",
"tags: #${2:informe a etiqueta1}, #${3:informe a etiqueta2} ...\n",
"### fonte:"
],
"description": "Acrescenta cabeçalho ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_code": {
"prefix": "_md:1",
"body": [
"```${1:qual a linguagem do código que será mostrada}\n",
"${2:Cole o bloco de código de exemplo}\n",
"```\n",
"#### Veja o exemplo\n"
],
"description": "Acrescenta uma parte do código e a imagem ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_others_external_sources": {
"prefix": "_md:2",
"body": ["##### Outras fontes\n", "$1"],
"description": "Acrescenta os links de outras fontes externas"
},
"markdown_concept_end": {
"prefix": "_md:3",
"body": [
"Retorne para o documento anterior:[[$1]]",
"ou avance para os demais:[[$2]]\n"
],
"description": "Acrescenta os links de navegação pelo markdown"
},
"peacock_template_color": {
"prefix": "_peac:0",
"body": [
"\"workbench.colorCustomizations\": {",
"\t\"editorGroup.border\": \"#184630\",",
"\t\"panel.border\": \"#184630\",",
"\t\"sash.hoverBorder\": \"#184630\",",
"\t\"sideBar.border\": \"#184630\",",
"\t\"statusBar.background\": \"#0b2016\",",
"\t\"statusBar.foreground\": \"#e7e7e7\",",
"\t\"statusBarItem.hoverBackground\": \"#184630\",",
"\t\"statusBarItem.remoteBackground\": \"#0b2016\",",
"\t\"statusBarItem.remoteForeground\": \"#e7e7e7\",",
"\t\"titleBar.activeBackground\": \"#0b2016\",",
"\t\"titleBar.activeForeground\": \"#e7e7e7\",",
"\t\"titleBar.inactiveBackground\": \"#0b201699\",",
"\t\"titleBar.inactiveForeground\": \"#e7e7e799\"",
"},",
"\"peacock.color\": \"#0b2016\""
],
"description": "Acrescenta a configuração das cores verdes escuras"
},
"css_media_template": {
"prefix": "_css:0",
"body": [
"@media (min-width: 320px) {}",
"@media (min-width: 375px) {}",
"@media (min-width: 425px) {}",
"@media (min-width: 768px) {}",
"@media (min-width: 1024px) {}",
"@media (min-width: 1440px) {}"
],
"description": "Acrescenta a tag @media na folha de estilos"
},
"jshint_config_rc_file": {
"prefix": "_jsh:0",
"body": [
"{",
"\t\"esversion\": 6,",
"\t\"newcap\": true,",
"\t\"supernew\": true",
"}"
],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_begin": {
"prefix": "_jsh:1",
"body": ["// jshint ignore:start"],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_end": {
"prefix": "_jsh:2",
"body": ["// jshint ignore:end"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_line": {
"prefix": "_jsh:3",
"body": ["// jshint ignore:line"],
"description": "Ignora uma linha pelo JSHint"
},
"jshint_ignore_warning_begin": {
"prefix": "_jsh:4",
"body": ["// jshint -W${1:089}"],
"description": "Inicia um bloco a ser ignorado com uma mensagem de warning específica pelo JSHint"
},
"jshint_ignore_warning_end": {
"prefix": "_jsh:5",
"body": ["// jshint +W${1:089}"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"Header Validation": {
"prefix": "_head:0",
"body": [
"# Validado: ${1:Saturday, 16 October 2021 16:25:23}",
"# *****",
""
],
"description": "Acrescentar o campo validado com a data da validação"
}
}
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"cpp_struct_header_initial": {
"prefix": "_cpp:0",
"body": [
"#include <stdio.h>\t/* printf */\n#include <stdlib.h>\t/* malloc, free, exit */\n#include <string.h>\t/* strcpy */\n"
],
"description": "Acrescenta a estrutura de bibliotecas inicial de um programa em C++"
},
"cpp_struct_main_initial": {
"prefix": "_cpp:1",
"body": ["int main() {\n\treturn 0;\n}"],
"description": "Acrescenta a estrutura main inicial de um programa em C++"
},
"settings_psioniq_workspace": {
"prefix": "_sett:0",
"body": [
"\"psi-header.variables\": [",
"\t[\"projectname\", \"${1:Marcantech Wordpress Theme}\"],",
"\t[\"projectCreationYear\", \"${2:2021}\"],",
"]"
],
"description": "Acrescenta os valores das variáveis do projeto ao cabeçalho (psioniq)"
},
"settings_cspell_dictionary_workspace": {
"prefix": "_sett:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Acrescenta os valores das variáveis do dicionário do projeto (psioniq)"
},
"settings_ecmascript_compatibility": {
"prefix": "_sett:2",
"body": ["\"jshint.options\": { \"esversion\": 6 },"],
"description": "Insere a flag de compatibilidade com o ECMAScript 6"
},
"firacode_workspace": {
"prefix": "_firacode",
"body": [
"\"editor.fontLigatures\": true,",
"\"editor.fontFamily\": \"'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'\",",
"]"
],
"description": "Acrescenta o suport a fonte Fira Code ao projeto"
},
"codespellchecker_local_dictionary": {
"prefix": "_cspell:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_ignore": {
"prefix": "_cspell:0",
"body": ["//cSpell:ignore $1"],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_disable": {
"prefix": "_cspell:off",
"body": ["/* cSpell:disable */"],
"description": "Desativar a checagem de ortografia"
},
"codespellchecker_enable": {
"prefix": "_cspell:on",
"body": ["/* cSpell:enable */"],
"description": "Reativar a checagem de ortografia"
},
"css_body_zerado": {
"prefix": "_body:0",
"body": ["body {margin:0; padding: 0;}\n"],
"description": "Zerar margens e espaçamento do seletor body"
},
"css_bgcolor_black": {
"prefix": "_bgcolor:0",
"body": ["background-color: #000"],
"description": "Acrecenta a cor preta ao fundo"
},
"html_favicon_header": {
"prefix": "_favicon",
"body": ["<link rel='shortcut icon' href='#' />"],
"description": "Acrescenta o link para o favicon no cabeçalho HTML"
},
"html_canvas_header": {
"prefix": "_canvas",
"body": [
"<canvas id='canvas' width='${1:430}' height='${2:280}'></canvas>"
],
"description": "Acrescenta um canvas ao <body> HTML"
},
"html_tag_meta_refresh": {
"prefix": "_refresh:0",
"body": ["<meta http-equiv='refresh'\tcontent='$1'>\n"],
"description": "Acrescentar refresh na página"
},
"html_script_jquery": {
"prefix": "_jquery:0",
"body": ["<script>", "\t$(() => {", "\t});", "</script>"],
"description": "Acrescentar função jquery"
},
"html_estrutura_completa": {
"prefix": "_html:0",
"body": [
"<!DOCTYPE html>",
"<html lang=\"pt-br\">",
"\t<head>",
"\t\t<meta charset='UTF-8'>",
"\t\t<meta http-equiv='X-UA-Compatible' content='IE=edge'>",
"\t\t<meta name='viewport' content='width=device-width, initial-scale=1.0'>",
"\t\t<link rel='shortcut icon' href='#' />",
"\t\t<title>Document</title>",
"\t\t<style type='text/css'>",
"\t\t</style>",
"\t</head>",
"<body>",
"<script src=\"jquery.min.js\"></script>",
"<b type=\"text/javascript\">",
"\t$(() => {",
"\t});",
"</script>",
"</body>",
"</html>"
],
"description": "Acrescentar refresh na página"
},
"html_meta_name": {
"prefix": "_html:name",
"body": [
"\t\t<meta name='author'\t\t\t\tcontent='Marcos Antônio Barbosa de Souza'>",
"\t\t<meta name='generator'\t\t\tcontent='Visual Studio Code'>",
"\t\t<meta name='keywords'\t\t\tcontent='$1'>",
"\t\t<meta name='description'\t\tcontent='$2'>",
"\t\t<meta name='application-name'\tcontent='Marcant Tecnologia'>\n"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"html_redirect": {
"prefix": "_html:redir",
"body": [
"<meta http-equiv='Refresh' content='0; url=\"https://www.google.com.br\"' />"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"hcode_titulo_completo": {
"prefix": "_hcode:0",
"body": ["Hcode Treinamentos :. hcode.com.br"],
"description": "Inserir o nome completo da empresa Hcode"
},
"php_tag_completo": {
"prefix": "_php:0",
"body": ["<?php $1; ?>"],
"description": "Acrescentar um código em PHP"
},
"php_tag_inicial": {
"prefix": "_php:1",
"body": ["<?php"],
"description": "Iniciar um código em PHP"
},
"php_tag_final": {
"prefix": "_php:2",
"body": ["?>"],
"description": "Finaliar um código em PHP"
},
"php_tag_reverso": {
"prefix": "_php:3",
"body": ["?>\n$1\n<?php"],
"description": "Iniciar um código HTML em um código PHP"
},
"php_function_structure": {
"prefix": "_php:4",
"body": [
"public function ${1:noname}(${2:argumentos}) {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar a estrutura de uma função pública com argumentos no código em PHP"
},
"php_function_contruct": {
"prefix": "_php:5",
"body": [
"public function __construct() {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar um construtor no código em PHP"
},
"markdown_concept_begin": {
"prefix": "_md:0",
"body": [
"## ${1:descreva em algumas palavras o componente}\n",
"tags: #${2:informe a etiqueta1}, #${3:informe a etiqueta2} ...\n",
"### fonte:"
],
"description": "Acrescenta cabeçalho ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_code": {
"prefix": "_md:1",
"body": [
"```${1:qual a linguagem do código que será mostrada}\n",
"${2:Cole o bloco de código de exemplo}\n",
"```\n",
"#### Veja o exemplo\n"
],
"description": "Acrescenta uma parte do código e a imagem ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_others_external_sources": {
"prefix": "_md:2",
"body": ["##### Outras fontes\n", "$1"],
"description": "Acrescenta os links de outras fontes externas"
},
"markdown_concept_end": {
"prefix": "_md:3",
"body": [
"Retorne para o documento anterior:[[$1]]",
"ou avance para os demais:[[$2]]\n"
],
"description": "Acrescenta os links de navegação pelo markdown"
},
"peacock_template_color": {
"prefix": "_peac:0",
"body": [
"\"workbench.colorCustomizations\": {",
"\t\"editorGroup.border\": \"#184630\",",
"\t\"panel.border\": \"#184630\",",
"\t\"sash.hoverBorder\": \"#184630\",",
"\t\"sideBar.border\": \"#184630\",",
"\t\"statusBar.background\": \"#0b2016\",",
"\t\"statusBar.foreground\": \"#e7e7e7\",",
"\t\"statusBarItem.hoverBackground\": \"#184630\",",
"\t\"statusBarItem.remoteBackground\": \"#0b2016\",",
"\t\"statusBarItem.remoteForeground\": \"#e7e7e7\",",
"\t\"titleBar.activeBackground\": \"#0b2016\",",
"\t\"titleBar.activeForeground\": \"#e7e7e7\",",
"\t\"titleBar.inactiveBackground\": \"#0b201699\",",
"\t\"titleBar.inactiveForeground\": \"#e7e7e799\"",
"},",
"\"peacock.color\": \"#0b2016\""
],
"description": "Acrescenta a configuração das cores verdes escuras"
},
"css_media_template": {
"prefix": "_css:0",
"body": [
"@media (min-width: 320px) {}",
"@media (min-width: 375px) {}",
"@media (min-width: 425px) {}",
"@media (min-width: 768px) {}",
"@media (min-width: 1024px) {}",
"@media (min-width: 1440px) {}"
],
"description": "Acrescenta a tag @media na folha de estilos"
},
"jshint_config_rc_file": {
"prefix": "_jsh:0",
"body": [
"{",
"\t\"esversion\": 6,",
"\t\"newcap\": true,",
"\t\"supernew\": true",
"}"
],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_begin": {
"prefix": "_jsh:1",
"body": ["// jshint ignore:start"],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_end": {
"prefix": "_jsh:2",
"body": ["// jshint ignore:end"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_line": {
"prefix": "_jsh:3",
"body": ["// jshint ignore:line"],
"description": "Ignora uma linha pelo JSHint"
},
"jshint_ignore_warning_begin": {
"prefix": "_jsh:4",
"body": ["// jshint -W${1:089}"],
"description": "Inicia um bloco a ser ignorado com uma mensagem de warning específica pelo JSHint"
},
"jshint_ignore_warning_end": {
"prefix": "_jsh:5",
"body": ["// jshint +W${1:089}"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"Header Validation": {
"prefix": "_head:0",
"body": [
"# Validado: ${1:Saturday, 16 October 2021 16:25:23}",
"# *****",
""
],
"description": "Acrescentar o campo validado com a data da validação"
}
}
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"cpp_struct_header_initial": {
"prefix": "_cpp:0",
"body": [
"#include <stdio.h>\t\t/* printf */\n#include <stdlib.h>\t\t/* malloc, free, exit, atoi */\n#include <string.h>\t\t/* strcpy */\n#include <time.h>\t\t/* srand */\n#include <stdbool.h>\t/* booleans */\n"
],
"description": "Acrescenta a estrutura de bibliotecas inicial de um programa em C++"
},
"cpp_struct_main_initial": {
"prefix": "_cpp:1",
"body": ["int main(int argc, char *argv[]) {\n\treturn 0;\n}"],
"description": "Acrescenta a estrutura main inicial de um programa em C++"
},
"settings_psioniq_workspace": {
"prefix": "_sett:0",
"body": [
"\"psi-header.variables\": [",
"\t[\"projectname\", \"${1:Marcantech Wordpress Theme}\"],",
"\t[\"projectCreationYear\", \"${2:2021}\"],",
"]"
],
"description": "Acrescenta os valores das variáveis do projeto ao cabeçalho (psioniq)"
},
"settings_cspell_dictionary_workspace": {
"prefix": "_sett:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Acrescenta os valores das variáveis do dicionário do projeto (psioniq)"
},
"settings_ecmascript_compatibility": {
"prefix": "_sett:2",
"body": ["\"jshint.options\": { \"esversion\": 6 },"],
"description": "Insere a flag de compatibilidade com o ECMAScript 6"
},
"firacode_workspace": {
"prefix": "_firacode",
"body": [
"\"editor.fontLigatures\": true,",
"\"editor.fontFamily\": \"'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'\",",
"]"
],
"description": "Acrescenta o suport a fonte Fira Code ao projeto"
},
"codespellchecker_local_dictionary": {
"prefix": "_cspell:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_ignore": {
"prefix": "_cspell:0",
"body": ["//cSpell:ignore $1"],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_disable": {
"prefix": "_cspell:off",
"body": ["/* cSpell:disable */"],
"description": "Desativar a checagem de ortografia"
},
"codespellchecker_enable": {
"prefix": "_cspell:on",
"body": ["/* cSpell:enable */"],
"description": "Reativar a checagem de ortografia"
},
"css_body_zerado": {
"prefix": "_body:0",
"body": ["body {margin:0; padding: 0;}\n"],
"description": "Zerar margens e espaçamento do seletor body"
},
"css_bgcolor_black": {
"prefix": "_bgcolor:0",
"body": ["background-color: #000"],
"description": "Acrecenta a cor preta ao fundo"
},
"html_favicon_header": {
"prefix": "_favicon",
"body": ["<link rel='shortcut icon' href='#' />"],
"description": "Acrescenta o link para o favicon no cabeçalho HTML"
},
"html_canvas_header": {
"prefix": "_canvas",
"body": [
"<canvas id='canvas' width='${1:430}' height='${2:280}'></canvas>"
],
"description": "Acrescenta um canvas ao <body> HTML"
},
"html_tag_meta_refresh": {
"prefix": "_refresh:0",
"body": ["<meta http-equiv='refresh'\tcontent='$1'>\n"],
"description": "Acrescentar refresh na página"
},
"html_script_jquery": {
"prefix": "_jquery:0",
"body": ["<script>", "\t$(() => {", "\t});", "</script>"],
"description": "Acrescentar função jquery"
},
"html_estrutura_completa": {
"prefix": "_html:0",
"body": [
"<!DOCTYPE html>",
"<html lang=\"pt-br\">",
"\t<head>",
"\t\t<meta charset='UTF-8'>",
"\t\t<meta http-equiv='X-UA-Compatible' content='IE=edge'>",
"\t\t<meta name='viewport' content='width=device-width, initial-scale=1.0'>",
"\t\t<link rel='shortcut icon' href='#' />",
"\t\t<title>Document</title>",
"\t\t<style type='text/css'>",
"\t\t</style>",
"\t</head>",
"<body>",
"<script src=\"jquery.min.js\"></script>",
"<b type=\"text/javascript\">",
"\t$(() => {",
"\t});",
"</script>",
"</body>",
"</html>"
],
"description": "Acrescentar refresh na página"
},
"html_meta_name": {
"prefix": "_html:name",
"body": [
"\t\t<meta name='author'\t\t\t\tcontent='Marcos Antônio Barbosa de Souza'>",
"\t\t<meta name='generator'\t\t\tcontent='Visual Studio Code'>",
"\t\t<meta name='keywords'\t\t\tcontent='$1'>",
"\t\t<meta name='description'\t\tcontent='$2'>",
"\t\t<meta name='application-name'\tcontent='Marcant Tecnologia'>\n"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"html_redirect": {
"prefix": "_html:redir",
"body": [
"<meta http-equiv='Refresh' content='0; url=\"https://www.google.com.br\"' />"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"hcode_titulo_completo": {
"prefix": "_hcode:0",
"body": ["Hcode Treinamentos :. hcode.com.br"],
"description": "Inserir o nome completo da empresa Hcode"
},
"php_tag_completo": {
"prefix": "_php:0",
"body": ["<?php $1; ?>"],
"description": "Acrescentar um código em PHP"
},
"php_tag_inicial": {
"prefix": "_php:1",
"body": ["<?php"],
"description": "Iniciar um código em PHP"
},
"php_tag_final": {
"prefix": "_php:2",
"body": ["?>"],
"description": "Finaliar um código em PHP"
},
"php_tag_reverso": {
"prefix": "_php:3",
"body": ["?>\n$1\n<?php"],
"description": "Iniciar um código HTML em um código PHP"
},
"php_function_structure": {
"prefix": "_php:4",
"body": [
"public function ${1:noname}(${2:argumentos}) {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar a estrutura de uma função pública com argumentos no código em PHP"
},
"php_function_contruct": {
"prefix": "_php:5",
"body": [
"public function __construct() {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar um construtor no código em PHP"
},
"markdown_concept_begin": {
"prefix": "_md:0",
"body": [
"## ${1:descreva em algumas palavras o componente}\n",
"tags: #${2:informe a etiqueta1}, #${3:informe a etiqueta2} ...\n",
"### fonte:"
],
"description": "Acrescenta cabeçalho ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_code": {
"prefix": "_md:1",
"body": [
"```${1:qual a linguagem do código que será mostrada}\n",
"${2:Cole o bloco de código de exemplo}\n",
"```\n",
"#### Veja o exemplo\n"
],
"description": "Acrescenta uma parte do código e a imagem ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_others_external_sources": {
"prefix": "_md:2",
"body": ["##### Outras fontes\n", "$1"],
"description": "Acrescenta os links de outras fontes externas"
},
"markdown_concept_end": {
"prefix": "_md:3",
"body": [
"Retorne para o documento anterior:[[$1]]",
"ou avance para os demais:[[$2]]\n"
],
"description": "Acrescenta os links de navegação pelo markdown"
},
"peacock_template_color": {
"prefix": "_peac:0",
"body": [
"\"workbench.colorCustomizations\": {",
"\t\"editorGroup.border\": \"#184630\",",
"\t\"panel.border\": \"#184630\",",
"\t\"sash.hoverBorder\": \"#184630\",",
"\t\"sideBar.border\": \"#184630\",",
"\t\"statusBar.background\": \"#0b2016\",",
"\t\"statusBar.foreground\": \"#e7e7e7\",",
"\t\"statusBarItem.hoverBackground\": \"#184630\",",
"\t\"statusBarItem.remoteBackground\": \"#0b2016\",",
"\t\"statusBarItem.remoteForeground\": \"#e7e7e7\",",
"\t\"titleBar.activeBackground\": \"#0b2016\",",
"\t\"titleBar.activeForeground\": \"#e7e7e7\",",
"\t\"titleBar.inactiveBackground\": \"#0b201699\",",
"\t\"titleBar.inactiveForeground\": \"#e7e7e799\"",
"},",
"\"peacock.color\": \"#0b2016\""
],
"description": "Acrescenta a configuração das cores verdes escuras"
},
"css_media_template": {
"prefix": "_css:0",
"body": [
"@media (min-width: 320px) {}",
"@media (min-width: 375px) {}",
"@media (min-width: 425px) {}",
"@media (min-width: 768px) {}",
"@media (min-width: 1024px) {}",
"@media (min-width: 1440px) {}"
],
"description": "Acrescenta a tag @media na folha de estilos"
},
"jshint_config_rc_file": {
"prefix": "_jsh:0",
"body": [
"{",
"\t\"esversion\": 6,",
"\t\"newcap\": true,",
"\t\"supernew\": true",
"}"
],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_begin": {
"prefix": "_jsh:1",
"body": ["// jshint ignore:start"],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_end": {
"prefix": "_jsh:2",
"body": ["// jshint ignore:end"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_line": {
"prefix": "_jsh:3",
"body": ["// jshint ignore:line"],
"description": "Ignora uma linha pelo JSHint"
},
"jshint_ignore_warning_begin": {
"prefix": "_jsh:4",
"body": ["// jshint -W${1:089}"],
"description": "Inicia um bloco a ser ignorado com uma mensagem de warning específica pelo JSHint"
},
"jshint_ignore_warning_end": {
"prefix": "_jsh:5",
"body": ["// jshint +W${1:089}"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"Header Validation": {
"prefix": "_head:0",
"body": [
"# Validado: ${1:Saturday, 16 October 2021 16:25:23}",
"# *****",
""
],
"description": "Acrescentar o campo validado com a data da validação"
}
}
{"version":1,"resource":"vscode-userdata:/c%3A/Users/Marcos%20Ant%C3%B4nio/AppData/Roaming/Code/User/snippets/general.code-snippets","entries":[{"id":"zmgm.code-snippets","timestamp":1653184627924},{"id":"9RxQ.code-snippets","timestamp":1653185307020},{"id":"8ZDV.code-snippets","timestamp":1653185320356},{"id":"4Kp3.code-snippets","timestamp":1654174609491},{"id":"7Cel.code-snippets","timestamp":1654174630721},{"id":"bDdU.code-snippets","timestamp":1654174659930},{"id":"ujyJ.code-snippets","timestamp":1654177553822},{"id":"7lr5.code-snippets","timestamp":1654195512163},{"id":"o1DY.code-snippets","timestamp":1654270152368},{"id":"42BK.code-snippets","timestamp":1654270188206},{"id":"5us8.code-snippets","timestamp":1654270221718},{"id":"d8Mm.code-snippets","timestamp":1654279250582}]}
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"cpp_struct_header_initial": {
"prefix": "_cpp:0",
"body": [
"#include <stdio.h>\t\t/* printf */\n#include <stdlib.h>\t\t/* malloc, free, exit */\n#include <string.h>\t\t/* strcpy */\n#include <stdbool.h>\t/* Booleanos */\n"
],
"description": "Acrescenta a estrutura de bibliotecas inicial de um programa em C++"
},
"cpp_struct_main_initial": {
"prefix": "_cpp:1",
"body": ["int main(int argc, char *argv[]) {\n\treturn 0;\n}"],
"description": "Acrescenta a estrutura main inicial de um programa em C++"
},
"settings_psioniq_workspace": {
"prefix": "_sett:0",
"body": [
"\"psi-header.variables\": [",
"\t[\"projectname\", \"${1:Marcantech Wordpress Theme}\"],",
"\t[\"projectCreationYear\", \"${2:2021}\"],",
"]"
],
"description": "Acrescenta os valores das variáveis do projeto ao cabeçalho (psioniq)"
},
"settings_cspell_dictionary_workspace": {
"prefix": "_sett:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Acrescenta os valores das variáveis do dicionário do projeto (psioniq)"
},
"settings_ecmascript_compatibility": {
"prefix": "_sett:2",
"body": ["\"jshint.options\": { \"esversion\": 6 },"],
"description": "Insere a flag de compatibilidade com o ECMAScript 6"
},
"firacode_workspace": {
"prefix": "_firacode",
"body": [
"\"editor.fontLigatures\": true,",
"\"editor.fontFamily\": \"'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'\",",
"]"
],
"description": "Acrescenta o suport a fonte Fira Code ao projeto"
},
"codespellchecker_local_dictionary": {
"prefix": "_cspell:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_ignore": {
"prefix": "_cspell:0",
"body": ["//cSpell:ignore $1"],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_disable": {
"prefix": "_cspell:off",
"body": ["/* cSpell:disable */"],
"description": "Desativar a checagem de ortografia"
},
"codespellchecker_enable": {
"prefix": "_cspell:on",
"body": ["/* cSpell:enable */"],
"description": "Reativar a checagem de ortografia"
},
"css_body_zerado": {
"prefix": "_body:0",
"body": ["body {margin:0; padding: 0;}\n"],
"description": "Zerar margens e espaçamento do seletor body"
},
"css_bgcolor_black": {
"prefix": "_bgcolor:0",
"body": ["background-color: #000"],
"description": "Acrecenta a cor preta ao fundo"
},
"html_favicon_header": {
"prefix": "_favicon",
"body": ["<link rel='shortcut icon' href='#' />"],
"description": "Acrescenta o link para o favicon no cabeçalho HTML"
},
"html_canvas_header": {
"prefix": "_canvas",
"body": [
"<canvas id='canvas' width='${1:430}' height='${2:280}'></canvas>"
],
"description": "Acrescenta um canvas ao <body> HTML"
},
"html_tag_meta_refresh": {
"prefix": "_refresh:0",
"body": ["<meta http-equiv='refresh'\tcontent='$1'>\n"],
"description": "Acrescentar refresh na página"
},
"html_script_jquery": {
"prefix": "_jquery:0",
"body": ["<script>", "\t$(() => {", "\t});", "</script>"],
"description": "Acrescentar função jquery"
},
"html_estrutura_completa": {
"prefix": "_html:0",
"body": [
"<!DOCTYPE html>",
"<html lang=\"pt-br\">",
"\t<head>",
"\t\t<meta charset='UTF-8'>",
"\t\t<meta http-equiv='X-UA-Compatible' content='IE=edge'>",
"\t\t<meta name='viewport' content='width=device-width, initial-scale=1.0'>",
"\t\t<link rel='shortcut icon' href='#' />",
"\t\t<title>Document</title>",
"\t\t<style type='text/css'>",
"\t\t</style>",
"\t</head>",
"<body>",
"<script src=\"jquery.min.js\"></script>",
"<b type=\"text/javascript\">",
"\t$(() => {",
"\t});",
"</script>",
"</body>",
"</html>"
],
"description": "Acrescentar refresh na página"
},
"html_meta_name": {
"prefix": "_html:name",
"body": [
"\t\t<meta name='author'\t\t\t\tcontent='Marcos Antônio Barbosa de Souza'>",
"\t\t<meta name='generator'\t\t\tcontent='Visual Studio Code'>",
"\t\t<meta name='keywords'\t\t\tcontent='$1'>",
"\t\t<meta name='description'\t\tcontent='$2'>",
"\t\t<meta name='application-name'\tcontent='Marcant Tecnologia'>\n"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"html_redirect": {
"prefix": "_html:redir",
"body": [
"<meta http-equiv='Refresh' content='0; url=\"https://www.google.com.br\"' />"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"hcode_titulo_completo": {
"prefix": "_hcode:0",
"body": ["Hcode Treinamentos :. hcode.com.br"],
"description": "Inserir o nome completo da empresa Hcode"
},
"php_tag_completo": {
"prefix": "_php:0",
"body": ["<?php $1; ?>"],
"description": "Acrescentar um código em PHP"
},
"php_tag_inicial": {
"prefix": "_php:1",
"body": ["<?php"],
"description": "Iniciar um código em PHP"
},
"php_tag_final": {
"prefix": "_php:2",
"body": ["?>"],
"description": "Finaliar um código em PHP"
},
"php_tag_reverso": {
"prefix": "_php:3",
"body": ["?>\n$1\n<?php"],
"description": "Iniciar um código HTML em um código PHP"
},
"php_function_structure": {
"prefix": "_php:4",
"body": [
"public function ${1:noname}(${2:argumentos}) {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar a estrutura de uma função pública com argumentos no código em PHP"
},
"php_function_contruct": {
"prefix": "_php:5",
"body": [
"public function __construct() {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar um construtor no código em PHP"
},
"markdown_concept_begin": {
"prefix": "_md:0",
"body": [
"## ${1:descreva em algumas palavras o componente}\n",
"tags: #${2:informe a etiqueta1}, #${3:informe a etiqueta2} ...\n",
"### fonte:"
],
"description": "Acrescenta cabeçalho ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_code": {
"prefix": "_md:1",
"body": [
"```${1:qual a linguagem do código que será mostrada}\n",
"${2:Cole o bloco de código de exemplo}\n",
"```\n",
"#### Veja o exemplo\n"
],
"description": "Acrescenta uma parte do código e a imagem ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_others_external_sources": {
"prefix": "_md:2",
"body": ["##### Outras fontes\n", "$1"],
"description": "Acrescenta os links de outras fontes externas"
},
"markdown_concept_end": {
"prefix": "_md:3",
"body": [
"Retorne para o documento anterior:[[$1]]",
"ou avance para os demais:[[$2]]\n"
],
"description": "Acrescenta os links de navegação pelo markdown"
},
"peacock_template_color": {
"prefix": "_peac:0",
"body": [
"\"workbench.colorCustomizations\": {",
"\t\"editorGroup.border\": \"#184630\",",
"\t\"panel.border\": \"#184630\",",
"\t\"sash.hoverBorder\": \"#184630\",",
"\t\"sideBar.border\": \"#184630\",",
"\t\"statusBar.background\": \"#0b2016\",",
"\t\"statusBar.foreground\": \"#e7e7e7\",",
"\t\"statusBarItem.hoverBackground\": \"#184630\",",
"\t\"statusBarItem.remoteBackground\": \"#0b2016\",",
"\t\"statusBarItem.remoteForeground\": \"#e7e7e7\",",
"\t\"titleBar.activeBackground\": \"#0b2016\",",
"\t\"titleBar.activeForeground\": \"#e7e7e7\",",
"\t\"titleBar.inactiveBackground\": \"#0b201699\",",
"\t\"titleBar.inactiveForeground\": \"#e7e7e799\"",
"},",
"\"peacock.color\": \"#0b2016\""
],
"description": "Acrescenta a configuração das cores verdes escuras"
},
"css_media_template": {
"prefix": "_css:0",
"body": [
"@media (min-width: 320px) {}",
"@media (min-width: 375px) {}",
"@media (min-width: 425px) {}",
"@media (min-width: 768px) {}",
"@media (min-width: 1024px) {}",
"@media (min-width: 1440px) {}"
],
"description": "Acrescenta a tag @media na folha de estilos"
},
"jshint_config_rc_file": {
"prefix": "_jsh:0",
"body": [
"{",
"\t\"esversion\": 6,",
"\t\"newcap\": true,",
"\t\"supernew\": true",
"}"
],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_begin": {
"prefix": "_jsh:1",
"body": ["// jshint ignore:start"],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_end": {
"prefix": "_jsh:2",
"body": ["// jshint ignore:end"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_line": {
"prefix": "_jsh:3",
"body": ["// jshint ignore:line"],
"description": "Ignora uma linha pelo JSHint"
},
"jshint_ignore_warning_begin": {
"prefix": "_jsh:4",
"body": ["// jshint -W${1:089}"],
"description": "Inicia um bloco a ser ignorado com uma mensagem de warning específica pelo JSHint"
},
"jshint_ignore_warning_end": {
"prefix": "_jsh:5",
"body": ["// jshint +W${1:089}"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"Header Validation": {
"prefix": "_head:0",
"body": [
"# Validado: ${1:Saturday, 16 October 2021 16:25:23}",
"# *****",
""
],
"description": "Acrescentar o campo validado com a data da validação"
}
}
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"cpp_struct_header_initial": {
"prefix": "_cpp:0",
"body": [
"#include <stdio.h>\t/* printf */\n#include <stdlib.h>\t/* malloc, free, exit */\n#include <string.h>\t/* strcpy */\n"
],
"description": "Acrescenta a estrutura de bibliotecas inicial de um programa em C++"
},
"cpp_struct_main_initial": {
"prefix": "_cpp:1",
"body": ["int main(int argc, char *argv[]) {\n\treturn 0;\n}"],
"description": "Acrescenta a estrutura main inicial de um programa em C++"
},
"settings_psioniq_workspace": {
"prefix": "_sett:0",
"body": [
"\"psi-header.variables\": [",
"\t[\"projectname\", \"${1:Marcantech Wordpress Theme}\"],",
"\t[\"projectCreationYear\", \"${2:2021}\"],",
"]"
],
"description": "Acrescenta os valores das variáveis do projeto ao cabeçalho (psioniq)"
},
"settings_cspell_dictionary_workspace": {
"prefix": "_sett:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Acrescenta os valores das variáveis do dicionário do projeto (psioniq)"
},
"settings_ecmascript_compatibility": {
"prefix": "_sett:2",
"body": ["\"jshint.options\": { \"esversion\": 6 },"],
"description": "Insere a flag de compatibilidade com o ECMAScript 6"
},
"firacode_workspace": {
"prefix": "_firacode",
"body": [
"\"editor.fontLigatures\": true,",
"\"editor.fontFamily\": \"'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'\",",
"]"
],
"description": "Acrescenta o suport a fonte Fira Code ao projeto"
},
"codespellchecker_local_dictionary": {
"prefix": "_cspell:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_ignore": {
"prefix": "_cspell:0",
"body": ["//cSpell:ignore $1"],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_disable": {
"prefix": "_cspell:off",
"body": ["/* cSpell:disable */"],
"description": "Desativar a checagem de ortografia"
},
"codespellchecker_enable": {
"prefix": "_cspell:on",
"body": ["/* cSpell:enable */"],
"description": "Reativar a checagem de ortografia"
},
"css_body_zerado": {
"prefix": "_body:0",
"body": ["body {margin:0; padding: 0;}\n"],
"description": "Zerar margens e espaçamento do seletor body"
},
"css_bgcolor_black": {
"prefix": "_bgcolor:0",
"body": ["background-color: #000"],
"description": "Acrecenta a cor preta ao fundo"
},
"html_favicon_header": {
"prefix": "_favicon",
"body": ["<link rel='shortcut icon' href='#' />"],
"description": "Acrescenta o link para o favicon no cabeçalho HTML"
},
"html_canvas_header": {
"prefix": "_canvas",
"body": [
"<canvas id='canvas' width='${1:430}' height='${2:280}'></canvas>"
],
"description": "Acrescenta um canvas ao <body> HTML"
},
"html_tag_meta_refresh": {
"prefix": "_refresh:0",
"body": ["<meta http-equiv='refresh'\tcontent='$1'>\n"],
"description": "Acrescentar refresh na página"
},
"html_script_jquery": {
"prefix": "_jquery:0",
"body": ["<script>", "\t$(() => {", "\t});", "</script>"],
"description": "Acrescentar função jquery"
},
"html_estrutura_completa": {
"prefix": "_html:0",
"body": [
"<!DOCTYPE html>",
"<html lang=\"pt-br\">",
"\t<head>",
"\t\t<meta charset='UTF-8'>",
"\t\t<meta http-equiv='X-UA-Compatible' content='IE=edge'>",
"\t\t<meta name='viewport' content='width=device-width, initial-scale=1.0'>",
"\t\t<link rel='shortcut icon' href='#' />",
"\t\t<title>Document</title>",
"\t\t<style type='text/css'>",
"\t\t</style>",
"\t</head>",
"<body>",
"<script src=\"jquery.min.js\"></script>",
"<b type=\"text/javascript\">",
"\t$(() => {",
"\t});",
"</script>",
"</body>",
"</html>"
],
"description": "Acrescentar refresh na página"
},
"html_meta_name": {
"prefix": "_html:name",
"body": [
"\t\t<meta name='author'\t\t\t\tcontent='Marcos Antônio Barbosa de Souza'>",
"\t\t<meta name='generator'\t\t\tcontent='Visual Studio Code'>",
"\t\t<meta name='keywords'\t\t\tcontent='$1'>",
"\t\t<meta name='description'\t\tcontent='$2'>",
"\t\t<meta name='application-name'\tcontent='Marcant Tecnologia'>\n"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"html_redirect": {
"prefix": "_html:redir",
"body": [
"<meta http-equiv='Refresh' content='0; url=\"https://www.google.com.br\"' />"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"hcode_titulo_completo": {
"prefix": "_hcode:0",
"body": ["Hcode Treinamentos :. hcode.com.br"],
"description": "Inserir o nome completo da empresa Hcode"
},
"php_tag_completo": {
"prefix": "_php:0",
"body": ["<?php $1; ?>"],
"description": "Acrescentar um código em PHP"
},
"php_tag_inicial": {
"prefix": "_php:1",
"body": ["<?php"],
"description": "Iniciar um código em PHP"
},
"php_tag_final": {
"prefix": "_php:2",
"body": ["?>"],
"description": "Finaliar um código em PHP"
},
"php_tag_reverso": {
"prefix": "_php:3",
"body": ["?>\n$1\n<?php"],
"description": "Iniciar um código HTML em um código PHP"
},
"php_function_structure": {
"prefix": "_php:4",
"body": [
"public function ${1:noname}(${2:argumentos}) {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar a estrutura de uma função pública com argumentos no código em PHP"
},
"php_function_contruct": {
"prefix": "_php:5",
"body": [
"public function __construct() {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar um construtor no código em PHP"
},
"markdown_concept_begin": {
"prefix": "_md:0",
"body": [
"## ${1:descreva em algumas palavras o componente}\n",
"tags: #${2:informe a etiqueta1}, #${3:informe a etiqueta2} ...\n",
"### fonte:"
],
"description": "Acrescenta cabeçalho ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_code": {
"prefix": "_md:1",
"body": [
"```${1:qual a linguagem do código que será mostrada}\n",
"${2:Cole o bloco de código de exemplo}\n",
"```\n",
"#### Veja o exemplo\n"
],
"description": "Acrescenta uma parte do código e a imagem ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_others_external_sources": {
"prefix": "_md:2",
"body": ["##### Outras fontes\n", "$1"],
"description": "Acrescenta os links de outras fontes externas"
},
"markdown_concept_end": {
"prefix": "_md:3",
"body": [
"Retorne para o documento anterior:[[$1]]",
"ou avance para os demais:[[$2]]\n"
],
"description": "Acrescenta os links de navegação pelo markdown"
},
"peacock_template_color": {
"prefix": "_peac:0",
"body": [
"\"workbench.colorCustomizations\": {",
"\t\"editorGroup.border\": \"#184630\",",
"\t\"panel.border\": \"#184630\",",
"\t\"sash.hoverBorder\": \"#184630\",",
"\t\"sideBar.border\": \"#184630\",",
"\t\"statusBar.background\": \"#0b2016\",",
"\t\"statusBar.foreground\": \"#e7e7e7\",",
"\t\"statusBarItem.hoverBackground\": \"#184630\",",
"\t\"statusBarItem.remoteBackground\": \"#0b2016\",",
"\t\"statusBarItem.remoteForeground\": \"#e7e7e7\",",
"\t\"titleBar.activeBackground\": \"#0b2016\",",
"\t\"titleBar.activeForeground\": \"#e7e7e7\",",
"\t\"titleBar.inactiveBackground\": \"#0b201699\",",
"\t\"titleBar.inactiveForeground\": \"#e7e7e799\"",
"},",
"\"peacock.color\": \"#0b2016\""
],
"description": "Acrescenta a configuração das cores verdes escuras"
},
"css_media_template": {
"prefix": "_css:0",
"body": [
"@media (min-width: 320px) {}",
"@media (min-width: 375px) {}",
"@media (min-width: 425px) {}",
"@media (min-width: 768px) {}",
"@media (min-width: 1024px) {}",
"@media (min-width: 1440px) {}"
],
"description": "Acrescenta a tag @media na folha de estilos"
},
"jshint_config_rc_file": {
"prefix": "_jsh:0",
"body": [
"{",
"\t\"esversion\": 6,",
"\t\"newcap\": true,",
"\t\"supernew\": true",
"}"
],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_begin": {
"prefix": "_jsh:1",
"body": ["// jshint ignore:start"],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_end": {
"prefix": "_jsh:2",
"body": ["// jshint ignore:end"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_line": {
"prefix": "_jsh:3",
"body": ["// jshint ignore:line"],
"description": "Ignora uma linha pelo JSHint"
},
"jshint_ignore_warning_begin": {
"prefix": "_jsh:4",
"body": ["// jshint -W${1:089}"],
"description": "Inicia um bloco a ser ignorado com uma mensagem de warning específica pelo JSHint"
},
"jshint_ignore_warning_end": {
"prefix": "_jsh:5",
"body": ["// jshint +W${1:089}"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"Header Validation": {
"prefix": "_head:0",
"body": [
"# Validado: ${1:Saturday, 16 October 2021 16:25:23}",
"# *****",
""
],
"description": "Acrescentar o campo validado com a data da validação"
}
}
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"cpp_struct_inicial": {
"prefix": "_cpp:0",
"body": [
"#include <stdio.h>\n",
"int main() {\n",
"\treturn 0;\n",
"}\n"
],
"description": "Acrescenta a estrutura inicial de um programa em C++"
},
"settings_psioniq_workspace": {
"prefix": "_sett:0",
"body": [
"\"psi-header.variables\": [",
"\t[\"projectname\", \"${1:Marcantech Wordpress Theme}\"],",
"\t[\"projectCreationYear\", \"${2:2021}\"],",
"]"
],
"description": "Acrescenta os valores das variáveis do projeto ao cabeçalho (psioniq)"
},
"settings_cspell_dictionary_workspace": {
"prefix": "_sett:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Acrescenta os valores das variáveis do dicionário do projeto (psioniq)"
},
"settings_ecmascript_compatibility": {
"prefix": "_sett:2",
"body": ["\"jshint.options\": { \"esversion\": 6 },"],
"description": "Insere a flag de compatibilidade com o ECMAScript 6"
},
"firacode_workspace": {
"prefix": "_firacode",
"body": [
"\"editor.fontLigatures\": true,",
"\"editor.fontFamily\": \"'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'\",",
"]"
],
"description": "Acrescenta o suport a fonte Fira Code ao projeto"
},
"codespellchecker_local_dictionary": {
"prefix": "_cspell:1",
"body": [
"\t\"cSpell.userDictionaryLocation\": \"/home/desenvolvedor/.cspell-user-words.txt\",",
"\t\"cSpell.projectDictionaryLocation\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\"cSpell.customDictionaries\": {",
"\t\t\"project-words\": {",
"\t\t\t\"name\": \"project-words\",",
"\t\t\t\"path\": \"${workspaceRoot}/.cspell-project-words.txt\",",
"\t\t\t\"description\": \"Words used in this project\",",
"\t\t\t\"addWords\": true",
"\t\t},",
"\t\t\"custom\": true,",
"\t},"
],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_ignore": {
"prefix": "_cspell:0",
"body": ["//cSpell:ignore $1"],
"description": "Ignorar palavras na checagem de ortografia"
},
"codespellchecker_disable": {
"prefix": "_cspell:off",
"body": ["/* cSpell:disable */"],
"description": "Desativar a checagem de ortografia"
},
"codespellchecker_enable": {
"prefix": "_cspell:on",
"body": ["/* cSpell:enable */"],
"description": "Reativar a checagem de ortografia"
},
"css_body_zerado": {
"prefix": "_body:0",
"body": ["body {margin:0; padding: 0;}\n"],
"description": "Zerar margens e espaçamento do seletor body"
},
"css_bgcolor_black": {
"prefix": "_bgcolor:0",
"body": ["background-color: #000"],
"description": "Acrecenta a cor preta ao fundo"
},
"html_favicon_header": {
"prefix": "_favicon",
"body": ["<link rel='shortcut icon' href='#' />"],
"description": "Acrescenta o link para o favicon no cabeçalho HTML"
},
"html_canvas_header": {
"prefix": "_canvas",
"body": [
"<canvas id='canvas' width='${1:430}' height='${2:280}'></canvas>"
],
"description": "Acrescenta um canvas ao <body> HTML"
},
"html_tag_meta_refresh": {
"prefix": "_refresh:0",
"body": ["<meta http-equiv='refresh'\tcontent='$1'>\n"],
"description": "Acrescentar refresh na página"
},
"html_script_jquery": {
"prefix": "_jquery:0",
"body": ["<script>", "\t$(() => {", "\t});", "</script>"],
"description": "Acrescentar função jquery"
},
"html_estrutura_completa": {
"prefix": "_html:0",
"body": [
"<!DOCTYPE html>",
"<html lang=\"pt-br\">",
"\t<head>",
"\t\t<meta charset='UTF-8'>",
"\t\t<meta http-equiv='X-UA-Compatible' content='IE=edge'>",
"\t\t<meta name='viewport' content='width=device-width, initial-scale=1.0'>",
"\t\t<link rel='shortcut icon' href='#' />",
"\t\t<title>Document</title>",
"\t\t<style type='text/css'>",
"\t\t</style>",
"\t</head>",
"<body>",
"<script src=\"jquery.min.js\"></script>",
"<b type=\"text/javascript\">",
"\t$(() => {",
"\t});",
"</script>",
"</body>",
"</html>"
],
"description": "Acrescentar refresh na página"
},
"html_meta_name": {
"prefix": "_html:name",
"body": [
"\t\t<meta name='author'\t\t\t\tcontent='Marcos Antônio Barbosa de Souza'>",
"\t\t<meta name='generator'\t\t\tcontent='Visual Studio Code'>",
"\t\t<meta name='keywords'\t\t\tcontent='$1'>",
"\t\t<meta name='description'\t\tcontent='$2'>",
"\t\t<meta name='application-name'\tcontent='Marcant Tecnologia'>\n"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"html_redirect": {
"prefix": "_html:redir",
"body": [
"<meta http-equiv='Refresh' content='0; url=\"https://www.google.com.br\"' />"
],
"description": "Acrescentar <tags> meta para os robots do Google"
},
"hcode_titulo_completo": {
"prefix": "_hcode:0",
"body": ["Hcode Treinamentos :. hcode.com.br"],
"description": "Inserir o nome completo da empresa Hcode"
},
"php_tag_completo": {
"prefix": "_php:0",
"body": ["<?php $1; ?>"],
"description": "Acrescentar um código em PHP"
},
"php_tag_inicial": {
"prefix": "_php:1",
"body": ["<?php"],
"description": "Iniciar um código em PHP"
},
"php_tag_final": {
"prefix": "_php:2",
"body": ["?>"],
"description": "Finaliar um código em PHP"
},
"php_tag_reverso": {
"prefix": "_php:3",
"body": ["?>\n$1\n<?php"],
"description": "Iniciar um código HTML em um código PHP"
},
"php_function_structure": {
"prefix": "_php:4",
"body": [
"public function ${1:noname}(${2:argumentos}) {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar a estrutura de uma função pública com argumentos no código em PHP"
},
"php_function_contruct": {
"prefix": "_php:5",
"body": [
"public function __construct() {",
"\t${3:// digite seus comandos aqui}",
"}\n"
],
"description": "Criar um construtor no código em PHP"
},
"markdown_concept_begin": {
"prefix": "_md:0",
"body": [
"## ${1:descreva em algumas palavras o componente}\n",
"tags: #${2:informe a etiqueta1}, #${3:informe a etiqueta2} ...\n",
"### fonte:"
],
"description": "Acrescenta cabeçalho ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_code": {
"prefix": "_md:1",
"body": [
"```${1:qual a linguagem do código que será mostrada}\n",
"${2:Cole o bloco de código de exemplo}\n",
"```\n",
"#### Veja o exemplo\n"
],
"description": "Acrescenta uma parte do código e a imagem ao arquivo markdown para o conceito a ser documentado"
},
"markdown_concept_others_external_sources": {
"prefix": "_md:2",
"body": ["##### Outras fontes\n", "$1"],
"description": "Acrescenta os links de outras fontes externas"
},
"markdown_concept_end": {
"prefix": "_md:3",
"body": [
"Retorne para o documento anterior:[[$1]]",
"ou avance para os demais:[[$2]]\n"
],
"description": "Acrescenta os links de navegação pelo markdown"
},
"peacock_template_color": {
"prefix": "_peac:0",
"body": [
"\"workbench.colorCustomizations\": {",
"\t\"editorGroup.border\": \"#184630\",",
"\t\"panel.border\": \"#184630\",",
"\t\"sash.hoverBorder\": \"#184630\",",
"\t\"sideBar.border\": \"#184630\",",
"\t\"statusBar.background\": \"#0b2016\",",
"\t\"statusBar.foreground\": \"#e7e7e7\",",
"\t\"statusBarItem.hoverBackground\": \"#184630\",",
"\t\"statusBarItem.remoteBackground\": \"#0b2016\",",
"\t\"statusBarItem.remoteForeground\": \"#e7e7e7\",",
"\t\"titleBar.activeBackground\": \"#0b2016\",",
"\t\"titleBar.activeForeground\": \"#e7e7e7\",",
"\t\"titleBar.inactiveBackground\": \"#0b201699\",",
"\t\"titleBar.inactiveForeground\": \"#e7e7e799\"",
"},",
"\"peacock.color\": \"#0b2016\""
],
"description": "Acrescenta a configuração das cores verdes escuras"
},
"css_media_template": {
"prefix": "_css:0",
"body": [
"@media (min-width: 320px) {}",
"@media (min-width: 375px) {}",
"@media (min-width: 425px) {}",
"@media (min-width: 768px) {}",
"@media (min-width: 1024px) {}",
"@media (min-width: 1440px) {}"
],
"description": "Acrescenta a tag @media na folha de estilos"
},
"jshint_config_rc_file": {
"prefix": "_jsh:0",
"body": [
"{",
"\t\"esversion\": 6,",
"\t\"newcap\": true,",
"\t\"supernew\": true",
"}"
],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_begin": {
"prefix": "_jsh:1",
"body": ["// jshint ignore:start"],
"description": "Inicia um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_end": {
"prefix": "_jsh:2",
"body": ["// jshint ignore:end"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"jshint_ignore_line": {
"prefix": "_jsh:3",
"body": ["// jshint ignore:line"],
"description": "Ignora uma linha pelo JSHint"
},
"jshint_ignore_warning_begin": {
"prefix": "_jsh:4",
"body": ["// jshint -W${1:089}"],
"description": "Inicia um bloco a ser ignorado com uma mensagem de warning específica pelo JSHint"
},
"jshint_ignore_warning_end": {
"prefix": "_jsh:5",
"body": ["// jshint +W${1:089}"],
"description": "Finaliza um bloco a ser ignorado pelo JSHint"
},
"Header Validation": {
"prefix": "_head:0",
"body": [
"# Validado: ${1:Saturday, 16 October 2021 16:25:23}",
"# *****",
""
],
"description": "Acrescentar o campo validado com a data da validação"
}
}
{"version":1,"resource":"file:///f%3A/C%C3%B3pias%20de%20Seguran%C3%A7a%20-%20Archived%20Files%20-%20Backups/Configura%C3%A7%C3%B5es%20VS%20Code/202206031231/general.code-snippets.jsonc","entries":[{"id":"if24.jsonc","source":"textFileCreate.source","timestamp":1654270307000}]}
{"version":1,"resource":"file:///f%3A/Faculdade%20-%20UEG%202022.1/Tarefas%20-%20Atividades/ESTRUTURA%20DE%20DADOS%20I/Aula%2006%20-%2011.05/validacaoFatorial.c","entries":[{"id":"27hP.c","timestamp":1654476960000},{"id":"xSag.c","timestamp":1654477044000},{"id":"UoKr.c","timestamp":1654477115000},{"id":"v8rq.c","timestamp":1654477176000},{"id":"JC0E.c","timestamp":1654477217000},{"id":"h12d.c","timestamp":1654477247000},{"id":"dbzn.c","timestamp":1654477268000},{"id":"EQIx.c","timestamp":1654477302000},{"id":"y1mI.c","timestamp":1654477316000},{"id":"DmU0.c","timestamp":1654477419000},{"id":"aSja.c","timestamp":1654477572000}]}
{"version":1,"resource":"file:///f%3A/Faculdade%20-%20UEG%202022.1/Tarefas%20-%20Atividades/ESTRUTURA%20DE%20DADOS%20I/Aula%2006%20-%2011.05/validacaoSomaRecursiva.c","entries":[{"id":"GbD6.c","timestamp":1654474319000},{"id":"GDEO.c","timestamp":1654474389000},{"id":"CU6b.c","timestamp":1654474411000},{"id":"yxcr.c","timestamp":1654474467000},{"id":"P5lI.c","timestamp":1654474478000},{"id":"oGGk.c","timestamp":1654474497000},{"id":"AxfY.c","timestamp":1654474565000},{"id":"kDLt.c","timestamp":1654474592000},{"id":"QzVu.c","timestamp":1654474895000},{"id":"GWvD.c","timestamp":1654475489000},{"id":"hZ1D.c","timestamp":1654475543000},{"id":"OtDf.c","timestamp":1654475567000},{"id":"RPNU.c","timestamp":1654475580000},{"id":"1T8P.c","timestamp":1654475608000},{"id":"GaOl.c","timestamp":1654475892000},{"id":"6GOJ.c","timestamp":1654476300000},{"id":"KXBW.c","timestamp":1654476319000},{"id":"IywY.c","timestamp":1654476417000},{"id":"tpxr.c","timestamp":1654476446000},{"id":"fnUz.c","timestamp":1654476533000},{"id":"HZ7p.c","source":"renamed.source","timestamp":1654476896972},{"id":"tMv3.c","timestamp":1654476906000}]}
{"version":1,"resource":"file:///home/desenvolvedor/cursos/curso-de-matematica-basica/aula02-multiplica%C3%A7%C3%A3o-e-divis%C3%A3o.md","entries":[{"id":"3cHe.md","timestamp":1651074290012},{"id":"8eQ7.md","timestamp":1651074308784},{"id":"h9XM.md","timestamp":1651074487981},{"id":"Rj4P.md","timestamp":1651074616997},{"id":"FlD0.md","timestamp":1651074639094},{"id":"rnqw.md","timestamp":1651074823706},{"id":"l2x9.md","timestamp":1651074835034},{"id":"jtb8.md","timestamp":1651074859846},{"id":"ZLFQ.md","timestamp":1651074942159},{"id":"qjUQ.md","timestamp":1651075080323},{"id":"0ylp.md","timestamp":1651075136104},{"id":"fRdk.md","timestamp":1651075173224},{"id":"lJX7.md","timestamp":1651075350596},{"id":"Dqod.md","timestamp":1651075443825},{"id":"K4ZA.md","timestamp":1651075473565},{"id":"7eBy.md","timestamp":1651075684366},{"id":"PBLl.md","timestamp":1651075711298},{"id":"z9A0.md","timestamp":1651075890707},{"id":"RzYy.md","timestamp":1651075906771},{"id":"cjA0.md","timestamp":1651075936667},{"id":"DK92.md","timestamp":1651076141322},{"id":"OTTY.md","timestamp":1651076170195},{"id":"8LN8.md","timestamp":1651076395441},{"id":"hRvn.md","timestamp":1651076419710},{"id":"b2T0.md","timestamp":1651076557125},{"id":"1LJI.md","timestamp":1651076611498},{"id":"boKb.md","timestamp":1651076730876},{"id":"FBYi.md","timestamp":1651081429154},{"id":"0Sl8.md","timestamp":1651081584739}]}
{
"configurations": [
{
"name": "Windows",
"includePath": ["${workspaceFolder}/**"],
"defines": ["_DEBUG", "UNICODE", "_UNICODE"],
"windowsSdkVersion": "10.0.19041.0",
"compilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.32.31326/bin/Hostx64/x64/cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}
{"version":1,"resource":"file:///f%3A/Faculdade%20-%20UEG%202022.1/Tarefas%20-%20Atividades/ESTRUTURA%20DE%20DADOS%20I/.vscode/c_cpp_properties.json","entries":[{"id":"6atQ.json","timestamp":1654190857000},{"id":"sqDH.json","timestamp":1654270007000}]}
{
"configurations": [
{
"name": "Windows",
"includePath": ["${workspaceFolder}/**"],
"defines": ["_DEBUG", "UNICODE", "_UNICODE"],
"windowsSdkVersion": "10.0.19041.0",
"compilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.32.31326/bin/Hostx64/x64/cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}
{"version":1,"resource":"file:///f%3A/Faculdade%20-%20UEG%202022.1/Atividades/ESTRUTURA%20DE%20DADOS%20I/Aula%2003%20-%2027.04/exercicio06a.cpp","entries":[{"id":"R8N3.cpp","timestamp":1653249836000},{"id":"Alf2.cpp","timestamp":1653249879000},{"id":"C94u.cpp","timestamp":1653249961000},{"id":"4Ix7.cpp","timestamp":1653250360000},{"id":"5fGu.cpp","timestamp":1653250379000},{"id":"RioN.cpp","timestamp":1653250418000},{"id":"ZLYe.cpp","timestamp":1653250437000},{"id":"mprq.cpp","timestamp":1653250483000},{"id":"ArDw.cpp","timestamp":1653250653000},{"id":"dpMi.cpp","timestamp":1653250896000},{"id":"BkIR.cpp","timestamp":1653250910000},{"id":"pWjz.cpp","timestamp":1653250954000},{"id":"hQ9h.cpp","timestamp":1653251012000},{"id":"dhJK.cpp","timestamp":1653251052000},{"id":"82fD.cpp","timestamp":1653251193000},{"id":"FD7g.cpp","timestamp":1653251223000},{"id":"zYiX.cpp","timestamp":1653251503000},{"id":"wcly.cpp","timestamp":1653251689000},{"id":"6Wuf.cpp","timestamp":1653252228000},{"id":"Zcms.cpp","timestamp":1653253201000},{"id":"GJH8.cpp","timestamp":1653253254000},{"id":"H3YG.cpp","timestamp":1653253343000},{"id":"5I7x.cpp","timestamp":1653253363000}]}
{"version":1,"resource":"file:///f%3A/Faculdade%20-%20UEG%202022.1/Tarefas%20-%20Atividades/ESTRUTURA%20DE%20DADOS%20I/Aula%2003%20-%2027.04/exercicio07.c","entries":[{"id":"48i0.c","timestamp":1654225662000}]}
{"version":1,"resource":"file:///f%3A/Faculdade%20-%20UEG%202022.1/Tarefas%20-%20Atividades/ESTRUTURA%20DE%20DADOS%20I/Aula%2003%20-%2027.04/exercicio04.c","entries":[{"id":"Jzwv.cpp","timestamp":1654224203000},{"id":"66n9.cpp","timestamp":1654224344000},{"id":"CgsY.cpp","timestamp":1654224555000},{"id":"frdF.cpp","timestamp":1654224620000},{"id":"Lvzv.cpp","timestamp":1654224819000},{"id":"DFhh.cpp","timestamp":1654225048000},{"id":"eWfh.cpp","timestamp":1654225070000},{"id":"y40S.cpp","timestamp":1654225206000},{"id":"yZzl.cpp","timestamp":1654225290000},{"id":"Zx9O.cpp","timestamp":1654225306000},{"id":"YVRe.cpp","timestamp":1654225344000},{"id":"3Ycw.cpp","timestamp":1654225437000},{"id":"Vtz2.cpp","timestamp":1654225487000},{"id":"bRGY.cpp","timestamp":1654225567000},{"id":"jMDl.c","source":"renamed.source","timestamp":1654225597421},{"id":"6SBl.c","timestamp":1654225651000},{"id":"pmAW.c","timestamp":1654225733000},{"id":"reXs.c","timestamp":1654225781000},{"id":"2xQ0.c","timestamp":1654263067000},{"id":"4eDb.c","timestamp":1654263836000},{"id":"3AMG.c","timestamp":1654263856000},{"id":"JsVX.c","timestamp":1654263952000},{"id":"W7ba.c","timestamp":1654265841000},{"id":"ZzGA.c","timestamp":1654265848000},{"id":"GD2y.c","timestamp":1654266097000},{"id":"l13w.c","timestamp":1654266116000},{"id":"UDfz.c","timestamp":1654266280000},{"id":"YZPD.c","timestamp":1654266564000},{"id":"dxyf.c","timestamp":1654266586000},{"id":"IE6k.c","timestamp":1654266708000},{"id":"HrXK.c","timestamp":1654266789000},{"id":"G2On.c","timestamp":1654266824000},{"id":"z6RP.c","timestamp":1654266909000},{"id":"ZzFB.c","timestamp":1654267110000},{"id":"c1WT.c","timestamp":1654268092000}]}
{
"psi-header.variables": [
["projectname", "Curso Web Moderno com JavaScript da Cod3r"],
["projectCreationYear", "2021"]
],
"cSpell.userDictionaryLocation": "/home/desenvolvedor/.cspell-user-words.txt",
"cSpell.projectDictionaryLocation": "/home/desenvolvedor/cursos/curso-web-completo-com-javascript-cod3r/.cspell-project-words.txt",
"cSpell.customDictionaries": {
"project-words": {
"name": "curso-web-completo-com-javascript-cod3r",
"path": "/home/desenvolvedor/cursos/curso-web-completo-com-javascript-cod3r/.cspell-project-words.txt",
"description": "Words used in this project",
"addWords": true
},
"custom": true
},
"editor.fontLigatures": true,
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'"
}
{
"psi-header.variables": [
["projectname", "Curso Web Moderno com JavaScript da Cod3r"],
["projectCreationYear", "2021"]
],
"cSpell.userDictionaryLocation": "/home/desenvolvedor/.cspell-user-words.txt",
"cSpell.projectDictionaryLocation": "/home/desenvolvedor/cursos/curso-web-completo-com-javascript-cod3r/.cspell-project-words.txt",
"cSpell.customDictionaries": {
"project-words": {
"name": "curso-web-completo-com-javascript-cod3r",
"path": "/home/desenvolvedor/cursos/curso-web-completo-com-javascript-cod3r/.cspell-project-words.txt",
"description": "Words used in this project",
"addWords": true
},
"custom": true
},
"editor.fontLigatures": true,
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'"
}
{
"psi-header.variables": [
["projectname", "Curso Web Moderno com JavaScript da Cod3r"],
["projectCreationYear", "2021"]
],
"cSpell.userDictionaryLocation": "/home/desenvolvedor/.cspell-user-words.txt",
"cSpell.projectDictionaryLocation": "/home/desenvolvedor/cursos/curso-web-completo-com-javascript-cod3r/.cspell-project-words.txt",
"cSpell.customDictionaries": {
"project-words": {
"name": "curso-web-completo-com-javascript-cod3r",
"path": "/home/desenvolvedor/cursos/curso-web-completo-com-javascript-cod3r/.cspell-project-words.txt",
"description": "Words used in this project",
"addWords": true
},
"custom": true
},
"cSpell.words": [
"codigo",
"heranca",
"immed",
"newcap",
"odut",
"supernew",
"uocsa",
"validthis"
],
"editor.fontLigatures": true,
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'"
}
{"version":1,"resource":"file:///f%3A/Faculdade%20-%20UEG%202022.1/Atividades/ESTRUTURA%20DE%20DADOS%20I%20-%20Hellen%20Carmo%20de%20Oliveira%20Matos/Aula%2001%20-%2013.04/teste.cpp","entries":[{"id":"Ft3y.cpp","timestamp":1653234205000},{"id":"eKc8.cpp","timestamp":1653234217000}]}
{"version":1,"resource":"file:///home/desenvolvedor/cursos/curso-jogos-web-javascript/FlappyBird/script.js","entries":[{"id":"Q23f.js","timestamp":1649187971356},{"id":"4Mh6.js","timestamp":1649188769664},{"id":"DaTO.js","timestamp":1649188830940},{"id":"PcTa.js","timestamp":1649189544486},{"id":"VNy8.js","timestamp":1649190729609},{"id":"u2PY.js","timestamp":1649190776117},{"id":"ymE5.js","timestamp":1649190880578},{"id":"2uP8.js","timestamp":1649248051982},{"id":"S2Q1.js","timestamp":1649259923204},{"id":"M494.js","timestamp":1649260008097},{"id":"4exR.js","timestamp":1649260073441},{"id":"nVaF.js","timestamp":1649260150274},{"id":"Nxlx.js","timestamp":1649261811801},{"id":"xt5V.js","timestamp":1649261962362},{"id":"heln.js","timestamp":1649262957009},{"id":"c5sL.js","timestamp":1649262995549},{"id":"WTkK.js","timestamp":1649263016197},{"id":"nWfk.js","timestamp":1649263510969},{"id":"s6Rp.js","timestamp":1649263568849},{"id":"B1iG.js","timestamp":1649263649834},{"id":"6HtY.js","timestamp":1649263673922},{"id":"Vngr.js","timestamp":1649263704214},{"id":"0hRx.js","timestamp":1649263735463},{"id":"K1UA.js","timestamp":1649263837815},{"id":"Cown.js","timestamp":1649263911064},{"id":"Hegt.js","timestamp":1649263973688},{"id":"f4lZ.js","timestamp":1649263985212},{"id":"zgne.js","timestamp":1649264052321},{"id":"90kD.js","timestamp":1649264102417},{"id":"Me2f.js","timestamp":1649275073085},{"id":"8WcM.js","timestamp":1649275194272},{"id":"H64L.js","timestamp":1649275222776},{"id":"8x2D.js","timestamp":1649275390830},{"id":"RsGp.js","timestamp":1649327646170},{"id":"G9he.js","source":"undoRedo.source","timestamp":1649327733099},{"id":"KQhi.js","timestamp":1649327866564},{"id":"psIR.js","timestamp":1649327920160},{"id":"6EDq.js","timestamp":1649327967996},{"id":"p9y4.js","timestamp":1649327992320},{"id":"TMcw.js","source":"undoRedo.source","timestamp":1649328040597},{"id":"QpJ0.js","timestamp":1649330041241},{"id":"WzRK.js","timestamp":1649338163693},{"id":"FOmP.js","timestamp":1649338212161},{"id":"h7D2.js","timestamp":1649338345335},{"id":"pjOo.js","timestamp":1649338383007},{"id":"FxGa.js","timestamp":1649338434603},{"id":"6dnT.js","timestamp":1649338560628},{"id":"f7fr.js","timestamp":1649338755670},{"id":"8ywe.js","timestamp":1649338787854},{"id":"JsDu.js","timestamp":1649338967968}]}
{"version":1,"resource":"file:///f%3A/Faculdade%20-%20UEG%202022.1/Atividades/ESTRUTURA%20DE%20DADOS%20I/Aula%2002%20-%2020.04/desafio.cpp","entries":[{"id":"MYQZ.cpp","timestamp":1653264298000}]}
{
"editor.guides.bracketPairs": true,
"clang-format.executable": "C:\\Program Files\\LLVM\\bin\\clang-format.exe",
"psi-header.config": {
"forceToTop": true,
"blankLinesAfter": 0,
"license": "Custom"
},
"psi-header.changes-tracking": {
"isActive": true,
"modAuthor": "Modified By:",
"modDate": "Last Modified:",
"modDateFormat": "date",
"include": ["js"],
"includeGlob": ["./**/*/.js"],
"exclude": ["markdown", "csv", "jsonc", "json", "css", "rest"],
"excludeGlob": [
"./**/*/.htacess",
"./**/*/settings.json",
"./**/*/composer.json",
"./**/*/package.json",
"./**/*/style.css",
"./**/*/estilo.css",
"./**/*/tsconfig.json"
],
"autoHeader": "manualSave"
},
"psi-header.license-text": ["Copyright: 2020 - All rights reserved."],
"psi-header.variables": [
["authoremail", "marcantech@uol.com.br"],
["author", "Marcos Antônio Barbosa de Souza"],
["copyrightholder", "All rights reserved"],
["company", "Marcant Tecnologia da Informação"]
],
"psi-header.lang-config": [
{
"language": "html",
"begin": "<!DOCTYPE html>\n<!--",
"prefix": " # ",
"end": "-->\n",
"ignoreLines": [" # "]
},
{
"language": "php",
"begin": "<?php",
"prefix": " # ",
"end": "?>",
"ignoreLines": [" # "]
},
{
"language": "blade",
"begin": "{{--",
"prefix": " # ",
"end": "--}}",
"ignoreLines": [" # "]
},
{
"language": "python",
"begin": "###",
"prefix": "# ",
"end": "###",
"beforeHeader": ["#!python3.8"]
},
{
"language": "shellscript",
"begin": "######",
"prefix": "# ",
"end": "#####",
"beforeHeader": ["#!/bin/sh"]
},
{
"language": "javascript",
"begin": "/**",
"prefix": " * ",
"end": " */",
"ignoreLines": [" * "],
"forceToTop": false
},
{
"language": "typescript",
"mapTo": "javascript"
}
],
"psi-header.templates": [
{
"language": "*",
"template": [
"*****",
"File: <<filename>>",
"Project: <<projectname>>",
"Path: <<projectpath>>",
"File Created: <<filecreated('dddd, DD MMMM YYYY HH:mm:ss')>>",
"Author: <<author>> (<<authoremail>>)",
"-----",
"Last Modified: <<dateformat('dddd, DD MMMM YYYY HH:mm:ss')>>",
"Modified By: <<author>> (<<<authoremail>>>)",
"-----",
"Copyright (c) <<yeartoyear(fc!P,now)>> <<copyrightholder>>, <<company>>",
"-----",
"Description:",
"············ ",
"*****"
]
}
],
"open-in-browser.default": "google-chrome",
"git.autofetch": true,
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "ATTENTION",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#FFFF00",
"bold": false,
"italic": false
},
{
"tag": "WARNING",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#FF00FF",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#006e2e",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"[php]": {
"editor.defaultFormatter": "vscode.php-language-features" // "HookyQR.beautify", "vscode.php-language-features", "esbenp.prettier-vscode",
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["$home"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#ffff00"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorian Blue",
"value": "#0b2016"
},
{
"name": "green",
"value": "#0a2016"
}
],
"workbench.colorTheme": "Pitch Black",
"profileSwitcher.profiles": ["PHP - JS - CSS - HTML - WordPress"],
"profileSwitcher.storage": {
"WordPress": {
"cornflakes.linter.executablePath": "/usr/bin/flake8",
"cornflakes.linter.run": "onType",
"git.autofetch": true,
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (Eex)",
"js",
"html"
],
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"window.zoomLevel": 1,
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.language": {
"js": {
"type": ["javascript", "json"],
"filename": [".jshintrc", ".jsbeautifyrc"]
},
"php": ["php", "sphp"],
"css": ["css", "scss"],
"html": ["htm", "html"],
"Dart": ["dart"]
},
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"jshint.options": {
"esversion": 8
},
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"cSpell.userDictionaryLocation": "/home/desenvolvedor/cspell.user.words.txt",
"cSpell.projectDictionaryLocation": "./cspell.project.words.txt",
"cSpell.userWords": [],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.general.tagGroups": {
"FIX": ["FIXME", "FIXIT"],
"ATTENTION": ["ALERT", "WARNING"]
},
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"rest-client.defaultHeaders": {
"Content-Type": "application/json",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJicnVjZUBkYy5jb20iLCJpc3MiOiJtZWF0LWFwaSIsImlhdCI6MTU5NTM1MTQ3OX0.csx1HVcFGwijZzyAj6Z0vtynLd4TEIa_eeE6Feg83Jk"
},
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.highlights.customHighlight": {
"BUG": {
"icon": "bug"
},
"FIXME": {
"icon": "flame"
}
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"liveServer.settings.CustomBrowser": "chrome",
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#bc8f8f",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"notebook.cellToolbarLocation": {
"default": "right"
},
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=",
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedTypes": false,
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["/home/desenvolvedor"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"CleanCSS.options": {
"format": "keep-breaks",
"compatibility": "ie8"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"cSpell.customDictionaries": {
"project-words": {
"name": "project-words",
"path": "${workspaceRoot}/cspell.project.words.txt",
"description": "Words used in this project",
"addWords": true
}
},
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.fontFamily": "MesloLGM Nerd Font",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorin Blue",
"value": "#113324"
},
{
"name": "Mandalorian Blue2",
"value": "#040d09"
}
],
"workbench.colorTheme": "Pitch Black"
},
"PHP - JS - CSS - HTML - WordPress": {
"cornflakes.linter.executablePath": "/usr/bin/flake8",
"cornflakes.linter.run": "onType",
"git.autofetch": true,
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (Eex)",
"js",
"html"
],
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"window.zoomLevel": 1,
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.language": {
"js": {
"type": ["javascript", "json"],
"filename": [".jshintrc", ".jsbeautifyrc"]
},
"php": ["php", "sphp"],
"css": ["css", "scss"],
"html": ["htm", "html"],
"Dart": ["dart"]
},
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"jshint.options": {
"esversion": 8
},
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"cSpell.userWords": [],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.general.tagGroups": {
"FIX": ["FIXME", "FIXIT"],
"ATTENTION": ["ALERT", "WARNING"]
},
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"editor.snippetSuggestions": "top",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"rest-client.defaultHeaders": {
"Content-Type": "application/json",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJicnVjZUBkYy5jb20iLCJpc3MiOiJtZWF0LWFwaSIsImlhdCI6MTU5NTM1MTQ3OX0.csx1HVcFGwijZzyAj6Z0vtynLd4TEIa_eeE6Feg83Jk"
},
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.highlights.customHighlight": {
"BUG": {
"icon": "bug"
},
"FIXME": {
"icon": "flame"
}
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"liveServer.settings.CustomBrowser": "chrome",
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#bc8f8f",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"notebook.cellToolbarLocation": {
"default": "right"
},
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=",
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[cpp]": {
"editor.defaultFormatter": "xaver.clang-format"
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedTypes": false,
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["/home/desenvolvedor"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"CleanCSS.options": {
"format": "keep-breaks",
"compatibility": "ie8"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"cSpell.customDictionaries": {
"project-words": {
"name": "project-words",
"path": "${workspaceRoot}/cspell.project.words.txt",
"description": "Words used in this project",
"addWords": true
}
},
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorin Blue",
"value": "#113324"
},
{
"name": "Mandalorian Blue2",
"value": "#040d09"
}
],
"workbench.colorTheme": "Pitch Black"
}
},
"profileSwitcher.extensions": {
"WordPress": [
{
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherName": "aaron-bond",
"version": "2.1.0",
"name": "better-comments"
},
{
"id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28",
"publisherId": "abusaidm.html-snippets",
"publisherName": "abusaidm",
"version": "0.2.1",
"name": "html-snippets"
},
{
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherName": "alefragnani",
"version": "13.2.2",
"name": "Bookmarks"
},
{
"id": "f0173dd6-501a-46b6-9840-c7849f6f9ee2",
"publisherId": "alefragnani.numbered-bookmarks",
"publisherName": "alefragnani",
"version": "8.1.0",
"name": "numbered-bookmarks"
},
{
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherName": "alefragnani",
"version": "12.4.0",
"name": "project-manager"
},
{
"id": "b52072d1-e507-4261-8935-f4d91a055d7d",
"publisherId": "amiralizadeh9480.laravel-extra-intellisense",
"publisherName": "amiralizadeh9480",
"version": "0.6.1",
"name": "laravel-extra-intellisense"
},
{
"id": "22f751e3-e0fe-49d0-af60-1655a92bfbeb",
"publisherId": "analytic-signal.preview-pdf",
"publisherName": "analytic-signal",
"version": "1.0.0",
"name": "preview-pdf"
},
{
"id": "4bb70abd-a70d-4603-8a07-da55285779fb",
"publisherId": "Anan.devdocstab",
"publisherName": "Anan",
"version": "1.0.1",
"name": "devdocstab"
},
{
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e",
"publisherId": "Angular.ng-template",
"publisherName": "Angular",
"version": "12.2.1",
"name": "ng-template"
},
{
"id": "239f847d-f465-4b08-9b71-97add0d81e4c",
"publisherId": "awesomektvn.toggle-semicolon",
"publisherName": "awesomektvn",
"version": "0.0.1",
"name": "toggle-semicolon"
},
{
"id": "b027c4b2-25ad-46db-b574-05dae3b2dc92",
"publisherId": "azemoh.one-monokai",
"publisherName": "azemoh",
"version": "0.5.0",
"name": "one-monokai"
},
{
"id": "d1818e93-bccc-4812-8b8b-37aabc5a7a94",
"publisherId": "BeardedBear.beardedtheme",
"publisherName": "BeardedBear",
"version": "4.0.0",
"name": "beardedtheme"
},
{
"id": "3c05b690-b0ad-46af-a6b3-a94da6ccb4b4",
"publisherId": "BenjaminZekavica.wordpress-gutenberg-snippets",
"publisherName": "BenjaminZekavica",
"version": "1.3.0",
"name": "wordpress-gutenberg-snippets"
},
{
"id": "0f8bd812-5d52-4fff-bd1c-6b0a7ee9cad9",
"publisherId": "bierner.color-info",
"publisherName": "bierner",
"version": "0.7.0",
"name": "color-info"
},
{
"id": "a41ef446-bc82-4194-b848-9b3d6f60e18d",
"publisherId": "bierner.markdown-image-size",
"publisherName": "bierner",
"version": "0.0.4",
"name": "markdown-image-size"
},
{
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherName": "bmewburn",
"version": "1.7.1",
"name": "vscode-intelephense-client"
},
{
"id": "a8194b6b-5989-4647-a5b8-ac7085201841",
"publisherId": "brapifra.phpserver",
"publisherName": "brapifra",
"version": "3.0.2",
"name": "phpserver"
},
{
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherName": "christian-kohler",
"version": "1.4.0",
"name": "npm-intellisense"
},
{
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherName": "christian-kohler",
"version": "2.4.0",
"name": "path-intellisense"
},
{
"id": "7ed7bccd-f358-4c6f-88c0-1296185abaa1",
"publisherId": "chrmarti.regex",
"publisherName": "chrmarti",
"version": "0.4.0",
"name": "regex"
},
{
"id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
"publisherId": "codezombiech.gitignore",
"publisherName": "codezombiech",
"version": "0.7.0",
"name": "gitignore"
},
{
"id": "0b86e0a5-d2ef-48d8-9a1a-73f96e65f26e",
"publisherId": "codingyu.laravel-goto-view",
"publisherName": "codingyu",
"version": "1.3.4",
"name": "laravel-goto-view"
},
{
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherName": "CoenraadS",
"version": "1.0.61",
"name": "bracket-pair-colorizer"
},
{
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
"publisherId": "CoenraadS.bracket-pair-colorizer-2",
"publisherName": "CoenraadS",
"version": "0.2.1",
"name": "bracket-pair-colorizer-2"
},
{
"id": "136682fc-7ac4-43b7-a50a-bb7890c39f25",
"publisherId": "darkriszty.markdown-table-prettify",
"publisherName": "darkriszty",
"version": "3.5.0",
"name": "markdown-table-prettify"
},
{
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherName": "DavidAnson",
"version": "0.44.4",
"name": "vscode-markdownlint"
},
{
"id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
"publisherId": "dbaeumer.jshint",
"publisherName": "dbaeumer",
"version": "0.11.0",
"name": "jshint"
},
{
"id": "0808d236-6faf-4f68-9f17-28f51a572ee4",
"publisherId": "deerawan.vscode-faker",
"publisherName": "deerawan",
"version": "1.5.0",
"name": "vscode-faker"
},
{
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherName": "donjayamanne",
"version": "0.6.18",
"name": "githistory"
},
{
"id": "99c12a52-ff68-4e9d-a975-a67556fee2f5",
"publisherId": "donjayamanne.jquerysnippets",
"publisherName": "donjayamanne",
"version": "0.0.1",
"name": "jquerysnippets"
},
{
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherName": "DotJoshJohnson",
"version": "2.5.1",
"name": "xml"
},
{
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherName": "eamodio",
"version": "11.6.1",
"name": "gitlens"
},
{
"id": "aaee577c-f062-495a-9816-0cbd442f1d25",
"publisherId": "ecmel.vscode-html-css",
"publisherName": "ecmel",
"version": "1.10.2",
"name": "vscode-html-css"
},
{
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherName": "EditorConfig",
"version": "0.16.4",
"name": "EditorConfig"
},
{
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherName": "eg2",
"version": "0.3.22",
"name": "vscode-npm-script"
},
{
"id": "20eefaf0-ae4b-42c0-8c07-9a0249e159eb",
"publisherId": "elypia.magick-image-reader",
"publisherName": "elypia",
"version": "0.5.0",
"name": "magick-image-reader"
},
{
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherName": "esbenp",
"version": "9.0.0",
"name": "prettier-vscode"
},
{
"id": "4f63037e-3a44-436f-a483-4c65a77f15f6",
"publisherId": "FallenMax.mithril-emmet",
"publisherName": "FallenMax",
"version": "0.7.6",
"name": "mithril-emmet"
},
{
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherName": "felixfbecker",
"version": "1.21.0",
"name": "php-debug"
},
{
"id": "5e69f001-f945-4c97-baf0-320d82a153b3",
"publisherId": "felixfbecker.php-intellisense",
"publisherName": "felixfbecker",
"version": "2.3.14",
"name": "php-intellisense"
},
{
"id": "1a9300c9-36a6-44d1-9d09-ada3641b8727",
"publisherId": "felixfbecker.php-pack",
"publisherName": "felixfbecker",
"version": "1.0.2",
"name": "php-pack"
},
{
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherName": "formulahendry",
"version": "0.5.12",
"name": "auto-close-tag"
},
{
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherName": "formulahendry",
"version": "0.1.9",
"name": "auto-rename-tag"
},
{
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherName": "formulahendry",
"version": "0.11.6",
"name": "code-runner"
},
{
"id": "7328a705-91fc-49e6-8293-da6f112e482d",
"publisherId": "GitHub.github-vscode-theme",
"publisherName": "GitHub",
"version": "5.0.0",
"name": "github-vscode-theme"
},
{
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherName": "Gruntfuggly",
"version": "0.0.214",
"name": "todo-tree"
},
{
"id": "4a589c65-311e-4a3c-9f74-d02cc53c0288",
"publisherId": "hangxingliu.vscode-coding-tracker",
"publisherName": "hangxingliu",
"version": "0.6.0",
"name": "vscode-coding-tracker"
},
{
"id": "ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8",
"publisherId": "hbenl.vscode-test-explorer",
"publisherName": "hbenl",
"version": "2.21.1",
"name": "vscode-test-explorer"
},
{
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherName": "HookyQR",
"version": "1.5.0",
"name": "beautify"
},
{
"id": "dda49fd5-1f3b-4d25-bf61-4fc41905ede5",
"publisherId": "humao.rest-client",
"publisherName": "humao",
"version": "0.24.5",
"name": "rest-client"
},
{
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f",
"publisherId": "IBM.output-colorizer",
"publisherName": "IBM",
"version": "0.1.2",
"name": "output-colorizer"
},
{
"id": "17a873c7-491e-4797-9172-186de70f5e98",
"publisherId": "idleberg.icon-fonts",
"publisherName": "idleberg",
"version": "2.5.2",
"name": "icon-fonts"
},
{
"id": "0d1241e3-fa60-4f24-8f2a-6d7085677c48",
"publisherId": "ionutvmi.path-autocomplete",
"publisherName": "ionutvmi",
"version": "1.17.1",
"name": "path-autocomplete"
},
{
"id": "41c03ed0-b7b8-4476-8d01-926a7e041e69",
"publisherId": "jebbs.markdown-extended",
"publisherName": "jebbs",
"version": "1.0.19",
"name": "markdown-extended"
},
{
"id": "4ae6dc82-7981-4f10-bd81-2d72aec37f39",
"publisherId": "jock.svg",
"publisherName": "jock",
"version": "1.4.13",
"name": "svg"
},
{
"id": "bd3a577b-547f-4b5c-826a-9be782edabe8",
"publisherId": "johnbillion.vscode-wordpress-hooks",
"publisherName": "johnbillion",
"version": "0.6.0",
"name": "vscode-wordpress-hooks"
},
{
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
"publisherId": "johnpapa.vscode-peacock",
"publisherName": "johnpapa",
"version": "3.10.1",
"name": "vscode-peacock"
},
{
"id": "0be0c393-8fd2-4ff8-9c13-e2789b45fc59",
"publisherId": "josee9988.minifyall",
"publisherName": "josee9988",
"version": "2.9.4",
"name": "minifyall"
},
{
"id": "92d01ae4-5a2e-4299-990c-7905798fb719",
"publisherId": "jsynowiec.vscode-insertdatestring",
"publisherName": "jsynowiec",
"version": "2.3.0",
"name": "vscode-insertdatestring"
},
{
"id": "dde258e9-793b-4377-a4fe-9d54cbd28ea2",
"publisherId": "kortina.vscode-markdown-notes",
"publisherName": "kortina",
"version": "0.0.24",
"name": "vscode-markdown-notes"
},
{
"id": "1bb92b2c-526c-4bfd-bb38-5bae1b278c89",
"publisherId": "leizongmin.node-module-intellisense",
"publisherName": "leizongmin",
"version": "1.5.0",
"name": "node-module-intellisense"
},
{
"id": "02ad79e8-159a-4d93-b8ef-54c8006b006a",
"publisherId": "lkytal.pomodoro",
"publisherName": "lkytal",
"version": "1.1.3",
"name": "pomodoro"
},
{
"id": "a4f91432-1b7d-4acd-b906-76d8ac8ad7e7",
"publisherId": "mdickin.markdown-shortcuts",
"publisherName": "mdickin",
"version": "0.12.0",
"name": "markdown-shortcuts"
},
{
"id": "3792588c-3d35-442d-91ea-fe6a755e8155",
"publisherId": "mechatroner.rainbow-csv",
"publisherName": "mechatroner",
"version": "1.9.1",
"name": "rainbow-csv"
},
{
"id": "651dce1f-eda8-4a5b-aa26-0d1266de8ed1",
"publisherId": "MehediDracula.php-namespace-resolver",
"publisherName": "MehediDracula",
"version": "1.1.8",
"name": "php-namespace-resolver"
},
{
"id": "438221f8-1107-4ccd-a6fe-f3b7fe0856b7",
"publisherId": "mhutchie.git-graph",
"publisherName": "mhutchie",
"version": "1.30.0",
"name": "git-graph"
},
{
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherName": "mikestead",
"version": "1.0.1",
"name": "dotenv"
},
{
"id": "816d44eb-5e28-431b-be81-2c52551d81ea",
"publisherId": "mitchdenny.ecdc",
"publisherName": "mitchdenny",
"version": "1.4.0",
"name": "ecdc"
},
{
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherName": "mrmlnc",
"version": "0.10.0",
"name": "vscode-scss"
},
{
"id": "3fd25437-acd9-42d7-ab19-581a69ce2dd9",
"publisherId": "MS-CEINTL.vscode-language-pack-pt-BR",
"publisherName": "MS-CEINTL",
"version": "1.61.5",
"name": "vscode-language-pack-pt-BR"
},
{
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh"
},
{
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh-edit"
},
{
"id": "47210ec2-0324-4cbb-9523-9dff02a5f9ec",
"publisherId": "ms-vscode.test-adapter-converter",
"publisherName": "ms-vscode",
"version": "0.1.4",
"name": "test-adapter-converter"
},
{
"id": "2d803fdd-31e6-4d11-a864-be81823ba991",
"publisherId": "ms-vscode.vs-keybindings",
"publisherName": "ms-vscode",
"version": "0.2.1",
"name": "vs-keybindings"
},
{
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherName": "msjsdiag",
"version": "4.13.0",
"name": "debugger-for-chrome"
},
{
"id": "6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b",
"publisherId": "mtxr.sqltools",
"publisherName": "mtxr",
"version": "0.23.0",
"name": "sqltools"
},
{
"id": "45e19ef7-c10a-44ce-8413-0d9edfbbdcaa",
"publisherId": "mtxr.sqltools-driver-mysql",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-mysql"
},
{
"id": "5862e2aa-ace9-476d-8b10-3b72fa494604",
"publisherId": "mtxr.sqltools-driver-sqlite",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-sqlite"
},
{
"id": "ffaf4ec8-f001-4f02-b671-705ecf079cde",
"publisherId": "mushan.vscode-paste-image",
"publisherName": "mushan",
"version": "1.0.4",
"name": "vscode-paste-image"
},
{
"id": "b9484b93-0531-4fd3-b3dd-9ff58dcfe678",
"publisherId": "natqe.reload",
"publisherName": "natqe",
"version": "0.0.6",
"name": "reload"
},
{
"id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
"publisherId": "naumovs.color-highlight",
"publisherName": "naumovs",
"version": "2.5.0",
"name": "color-highlight"
},
{
"id": "568a8977-8469-4f89-b30d-8d5e3c7a0ce7",
"publisherId": "negokaz.live-server-preview",
"publisherName": "negokaz",
"version": "0.1.4",
"name": "live-server-preview"
},
{
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca",
"publisherId": "neilbrayfield.php-docblocker",
"publisherName": "neilbrayfield",
"version": "2.6.1",
"name": "php-docblocker"
},
{
"id": "0fcefdd8-e09c-4b96-9998-f5dc891893dd",
"publisherId": "nhoizey.gremlins",
"publisherName": "nhoizey",
"version": "0.26.0",
"name": "gremlins"
},
{
"id": "a6b9aab7-dcff-4d11-a3eb-f79bf72a8da4",
"publisherId": "nick-rudenko.back-n-forth",
"publisherName": "nick-rudenko",
"version": "3.1.1",
"name": "back-n-forth"
},
{
"id": "d6ba4b7b-539f-456a-b0f6-0348df44cdf3",
"publisherId": "nikitaKunevich.snippet-creator",
"publisherName": "nikitaKunevich",
"version": "0.0.5",
"name": "snippet-creator"
},
{
"id": "d1b33efe-8957-4d14-9ef6-e043fdbe9079",
"publisherId": "Nimda.deepdark-material",
"publisherName": "Nimda",
"version": "3.3.0",
"name": "deepdark-material"
},
{
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherName": "oderwat",
"version": "8.2.1",
"name": "indent-rainbow"
},
{
"id": "3b58a227-618a-4b57-a06b-6984a2a8d1ba",
"publisherId": "onecentlin.laravel-blade",
"publisherName": "onecentlin",
"version": "1.27.0",
"name": "laravel-blade"
},
{
"id": "050d4900-7979-4d10-b7aa-e274f6ae8730",
"publisherId": "onecentlin.laravel5-snippets",
"publisherName": "onecentlin",
"version": "1.13.0",
"name": "laravel5-snippets"
},
{
"id": "f6c2c922-7a4d-4a60-aa8c-d7a41042f960",
"publisherId": "phiter.phpstorm-snippets",
"publisherName": "phiter",
"version": "1.1.2",
"name": "phpstorm-snippets"
},
{
"id": "80e9cc3c-eb09-48ed-afda-f1cfd9c9ca3f",
"publisherId": "phproberto.vscode-php-getters-setters",
"publisherName": "phproberto",
"version": "1.2.3",
"name": "vscode-php-getters-setters"
},
{
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherName": "PKief",
"version": "4.10.0",
"name": "material-icon-theme"
},
{
"id": "0b8f8d63-11a2-4194-969c-ca7488b3413a",
"publisherId": "pranaygp.vscode-css-peek",
"publisherName": "pranaygp",
"version": "4.2.0",
"name": "vscode-css-peek"
},
{
"id": "2dd42e50-1c7f-425b-b267-604c44b00e49",
"publisherId": "psioniq.psi-header",
"publisherName": "psioniq",
"version": "1.15.2",
"name": "psi-header"
},
{
"id": "e05d98bf-3735-4c1e-9fae-86ef0a52e19f",
"publisherId": "quicktype.quicktype",
"publisherName": "quicktype",
"version": "12.0.46",
"name": "quicktype"
},
{
"id": "ad577a34-d89a-4413-a066-12c941f6cef5",
"publisherId": "recca0120.vscode-phpunit",
"publisherName": "recca0120",
"version": "2.0.76",
"name": "vscode-phpunit"
},
{
"id": "3fb77af3-b8b3-4cb9-9137-f555bd80e2b1",
"publisherId": "richie5um2.vscode-sort-json",
"publisherName": "richie5um2",
"version": "1.20.0",
"name": "vscode-sort-json"
},
{
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherName": "ritwickdey",
"version": "5.6.1",
"name": "LiveServer"
},
{
"id": "8a3855a5-f258-48ee-87f9-fa4f7a0875b1",
"publisherId": "ryannaddy.laravel-artisan",
"publisherName": "ryannaddy",
"version": "0.0.28",
"name": "laravel-artisan"
},
{
"id": "79afa437-682e-4fa2-a4fd-87844832a1dc",
"publisherId": "ryu1kn.partial-diff",
"publisherName": "ryu1kn",
"version": "1.4.3",
"name": "partial-diff"
},
{
"id": "6ad45f5a-09ec-44e5-b363-867ddc1ec674",
"publisherId": "shardulm94.trailing-spaces",
"publisherName": "shardulm94",
"version": "0.3.1",
"name": "trailing-spaces"
},
{
"id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a",
"publisherId": "shd101wyy.markdown-preview-enhanced",
"publisherName": "shd101wyy",
"version": "0.6.0",
"name": "markdown-preview-enhanced"
},
{
"id": "4b0bb8e1-8f9a-42c4-b0dd-03691bdcc309",
"publisherId": "shyykoserhiy.vscode-spotify",
"publisherName": "shyykoserhiy",
"version": "3.2.1",
"name": "vscode-spotify"
},
{
"id": "f8a1bc85-dce8-4e51-a623-a40bde56fc8b",
"publisherId": "stef-k.laravel-goto-controller",
"publisherName": "stef-k",
"version": "0.0.15",
"name": "laravel-goto-controller"
},
{
"id": "2e9fe0cb-4e63-42fc-a809-fb056aad49c3",
"publisherId": "stevencl.addDocComments",
"publisherName": "stevencl",
"version": "0.0.8",
"name": "addDocComments"
},
{
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherName": "streetsidesoftware",
"version": "2.0.10",
"name": "code-spell-checker"
},
{
"id": "0e287d3c-2b2c-4bc7-8845-f2556d66a259",
"publisherId": "streetsidesoftware.code-spell-checker-french-reforme",
"publisherName": "streetsidesoftware",
"version": "2.0.1",
"name": "code-spell-checker-french-reforme"
},
{
"id": "289a3d39-a4cc-47c2-ad28-794fba368219",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese",
"publisherName": "streetsidesoftware",
"version": "0.1.9",
"name": "code-spell-checker-portuguese"
},
{
"id": "a669e675-9cb2-48a8-983d-33a1c4ed10ef",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese-brazilian",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-portuguese-brazilian"
},
{
"id": "8d6dcf6f-1957-4dd5-809e-addb07d8c1fb",
"publisherId": "streetsidesoftware.code-spell-checker-spanish",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-spanish"
},
{
"id": "947b629a-e9c8-4cb8-8551-45b9088960b5",
"publisherId": "tchayen.markdown-links",
"publisherName": "tchayen",
"version": "0.8.0",
"name": "markdown-links"
},
{
"id": "2a658c1b-308a-41e8-805a-fc8abda483bc",
"publisherId": "thekalinga.bootstrap4-vscode",
"publisherName": "thekalinga",
"version": "6.1.0",
"name": "bootstrap4-vscode"
},
{
"id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f",
"publisherId": "tombonnike.vscode-status-bar-format-toggle",
"publisherName": "tombonnike",
"version": "2.0.0",
"name": "vscode-status-bar-format-toggle"
},
{
"id": "d9b94116-8b10-4b49-91b4-249588a375e4",
"publisherId": "TzachOvadia.todo-list",
"publisherName": "TzachOvadia",
"version": "1.6.0",
"name": "todo-list"
},
{
"id": "9d8c32ab-354c-4daf-a9bf-20b633734435",
"publisherId": "usernamehw.errorlens",
"publisherName": "usernamehw",
"version": "3.4.0",
"name": "errorlens"
},
{
"id": "c4e31168-d200-4020-ae9e-1aa7b76d2c52",
"publisherId": "vangware.dark-plus-material",
"publisherName": "vangware",
"version": "2.4.4",
"name": "dark-plus-material"
},
{
"id": "28b20c66-dbb8-4c01-a0f9-590be00ec2d3",
"publisherId": "viktorqvarfordt.vscode-pitch-black-theme",
"publisherName": "viktorqvarfordt",
"version": "1.2.6",
"name": "vscode-pitch-black-theme"
},
{
"id": "4cf94800-a066-464e-a4e0-97f2927ebca2",
"publisherId": "vilicvane.es-quotes",
"publisherName": "vilicvane",
"version": "0.2.6",
"name": "es-quotes"
},
{
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherName": "VisualStudioExptTeam",
"version": "1.2.14",
"name": "vscodeintellicode"
},
{
"id": "27d96499-52df-4f8e-8905-275284e25ace",
"publisherId": "vitaliymaz.vscode-svg-previewer",
"publisherName": "vitaliymaz",
"version": "0.7.0",
"name": "vscode-svg-previewer"
},
{
"id": "032ccf0d-9c21-43a5-8073-ae28e453ecef",
"publisherId": "whtouche.vscode-js-console-utils",
"publisherName": "whtouche",
"version": "0.7.0",
"name": "vscode-js-console-utils"
},
{
"id": "87b7ee15-39a4-4bbe-b4b8-86718c151964",
"publisherId": "wordpresstoolbox.wordpress-toolbox",
"publisherName": "wordpresstoolbox",
"version": "1.3.11",
"name": "wordpress-toolbox"
},
{
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherName": "xabikos",
"version": "1.8.0",
"name": "JavaScriptSnippets"
},
{
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherName": "yzhang",
"version": "3.4.0",
"name": "markdown-all-in-one"
}
],
"PHP - JS - CSS - HTML - WordPress": [
{
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherName": "aaron-bond",
"version": "2.1.0",
"name": "better-comments"
},
{
"id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28",
"publisherId": "abusaidm.html-snippets",
"publisherName": "abusaidm",
"version": "0.2.1",
"name": "html-snippets"
},
{
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherName": "alefragnani",
"version": "13.2.2",
"name": "Bookmarks"
},
{
"id": "f0173dd6-501a-46b6-9840-c7849f6f9ee2",
"publisherId": "alefragnani.numbered-bookmarks",
"publisherName": "alefragnani",
"version": "8.1.0",
"name": "numbered-bookmarks"
},
{
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherName": "alefragnani",
"version": "12.4.0",
"name": "project-manager"
},
{
"id": "22f751e3-e0fe-49d0-af60-1655a92bfbeb",
"publisherId": "analytic-signal.preview-pdf",
"publisherName": "analytic-signal",
"version": "1.0.0",
"name": "preview-pdf"
},
{
"id": "4bb70abd-a70d-4603-8a07-da55285779fb",
"publisherId": "Anan.devdocstab",
"publisherName": "Anan",
"version": "1.0.1",
"name": "devdocstab"
},
{
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e",
"publisherId": "Angular.ng-template",
"publisherName": "Angular",
"version": "12.2.1",
"name": "ng-template"
},
{
"id": "239f847d-f465-4b08-9b71-97add0d81e4c",
"publisherId": "awesomektvn.toggle-semicolon",
"publisherName": "awesomektvn",
"version": "0.0.1",
"name": "toggle-semicolon"
},
{
"id": "3c05b690-b0ad-46af-a6b3-a94da6ccb4b4",
"publisherId": "BenjaminZekavica.wordpress-gutenberg-snippets",
"publisherName": "BenjaminZekavica",
"version": "1.3.0",
"name": "wordpress-gutenberg-snippets"
},
{
"id": "0f8bd812-5d52-4fff-bd1c-6b0a7ee9cad9",
"publisherId": "bierner.color-info",
"publisherName": "bierner",
"version": "0.7.0",
"name": "color-info"
},
{
"id": "a41ef446-bc82-4194-b848-9b3d6f60e18d",
"publisherId": "bierner.markdown-image-size",
"publisherName": "bierner",
"version": "0.0.4",
"name": "markdown-image-size"
},
{
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherName": "bmewburn",
"version": "1.7.1",
"name": "vscode-intelephense-client"
},
{
"id": "a8194b6b-5989-4647-a5b8-ac7085201841",
"publisherId": "brapifra.phpserver",
"publisherName": "brapifra",
"version": "3.0.2",
"name": "phpserver"
},
{
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherName": "christian-kohler",
"version": "1.4.0",
"name": "npm-intellisense"
},
{
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherName": "christian-kohler",
"version": "2.4.0",
"name": "path-intellisense"
},
{
"id": "7ed7bccd-f358-4c6f-88c0-1296185abaa1",
"publisherId": "chrmarti.regex",
"publisherName": "chrmarti",
"version": "0.4.0",
"name": "regex"
},
{
"id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
"publisherId": "codezombiech.gitignore",
"publisherName": "codezombiech",
"version": "0.7.0",
"name": "gitignore"
},
{
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherName": "CoenraadS",
"version": "1.0.61",
"name": "bracket-pair-colorizer"
},
{
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
"publisherId": "CoenraadS.bracket-pair-colorizer-2",
"publisherName": "CoenraadS",
"version": "0.2.1",
"name": "bracket-pair-colorizer-2"
},
{
"id": "136682fc-7ac4-43b7-a50a-bb7890c39f25",
"publisherId": "darkriszty.markdown-table-prettify",
"publisherName": "darkriszty",
"version": "3.5.0",
"name": "markdown-table-prettify"
},
{
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherName": "DavidAnson",
"version": "0.44.4",
"name": "vscode-markdownlint"
},
{
"id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
"publisherId": "dbaeumer.jshint",
"publisherName": "dbaeumer",
"version": "0.11.0",
"name": "jshint"
},
{
"id": "0808d236-6faf-4f68-9f17-28f51a572ee4",
"publisherId": "deerawan.vscode-faker",
"publisherName": "deerawan",
"version": "1.5.0",
"name": "vscode-faker"
},
{
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherName": "donjayamanne",
"version": "0.6.18",
"name": "githistory"
},
{
"id": "99c12a52-ff68-4e9d-a975-a67556fee2f5",
"publisherId": "donjayamanne.jquerysnippets",
"publisherName": "donjayamanne",
"version": "0.0.1",
"name": "jquerysnippets"
},
{
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherName": "DotJoshJohnson",
"version": "2.5.1",
"name": "xml"
},
{
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherName": "eamodio",
"version": "11.6.1",
"name": "gitlens"
},
{
"id": "aaee577c-f062-495a-9816-0cbd442f1d25",
"publisherId": "ecmel.vscode-html-css",
"publisherName": "ecmel",
"version": "1.10.2",
"name": "vscode-html-css"
},
{
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherName": "EditorConfig",
"version": "0.16.4",
"name": "EditorConfig"
},
{
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherName": "eg2",
"version": "0.3.22",
"name": "vscode-npm-script"
},
{
"id": "20eefaf0-ae4b-42c0-8c07-9a0249e159eb",
"publisherId": "elypia.magick-image-reader",
"publisherName": "elypia",
"version": "0.5.0",
"name": "magick-image-reader"
},
{
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherName": "esbenp",
"version": "9.0.0",
"name": "prettier-vscode"
},
{
"id": "4f63037e-3a44-436f-a483-4c65a77f15f6",
"publisherId": "FallenMax.mithril-emmet",
"publisherName": "FallenMax",
"version": "0.7.6",
"name": "mithril-emmet"
},
{
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherName": "felixfbecker",
"version": "1.21.0",
"name": "php-debug"
},
{
"id": "5e69f001-f945-4c97-baf0-320d82a153b3",
"publisherId": "felixfbecker.php-intellisense",
"publisherName": "felixfbecker",
"version": "2.3.14",
"name": "php-intellisense"
},
{
"id": "1a9300c9-36a6-44d1-9d09-ada3641b8727",
"publisherId": "felixfbecker.php-pack",
"publisherName": "felixfbecker",
"version": "1.0.2",
"name": "php-pack"
},
{
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherName": "formulahendry",
"version": "0.5.12",
"name": "auto-close-tag"
},
{
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherName": "formulahendry",
"version": "0.1.9",
"name": "auto-rename-tag"
},
{
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherName": "formulahendry",
"version": "0.11.6",
"name": "code-runner"
},
{
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherName": "Gruntfuggly",
"version": "0.0.214",
"name": "todo-tree"
},
{
"id": "4a589c65-311e-4a3c-9f74-d02cc53c0288",
"publisherId": "hangxingliu.vscode-coding-tracker",
"publisherName": "hangxingliu",
"version": "0.6.0",
"name": "vscode-coding-tracker"
},
{
"id": "ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8",
"publisherId": "hbenl.vscode-test-explorer",
"publisherName": "hbenl",
"version": "2.21.1",
"name": "vscode-test-explorer"
},
{
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherName": "HookyQR",
"version": "1.5.0",
"name": "beautify"
},
{
"id": "dda49fd5-1f3b-4d25-bf61-4fc41905ede5",
"publisherId": "humao.rest-client",
"publisherName": "humao",
"version": "0.24.5",
"name": "rest-client"
},
{
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f",
"publisherId": "IBM.output-colorizer",
"publisherName": "IBM",
"version": "0.1.2",
"name": "output-colorizer"
},
{
"id": "17a873c7-491e-4797-9172-186de70f5e98",
"publisherId": "idleberg.icon-fonts",
"publisherName": "idleberg",
"version": "2.5.2",
"name": "icon-fonts"
},
{
"id": "0d1241e3-fa60-4f24-8f2a-6d7085677c48",
"publisherId": "ionutvmi.path-autocomplete",
"publisherName": "ionutvmi",
"version": "1.17.1",
"name": "path-autocomplete"
},
{
"id": "41c03ed0-b7b8-4476-8d01-926a7e041e69",
"publisherId": "jebbs.markdown-extended",
"publisherName": "jebbs",
"version": "1.0.19",
"name": "markdown-extended"
},
{
"id": "4ae6dc82-7981-4f10-bd81-2d72aec37f39",
"publisherId": "jock.svg",
"publisherName": "jock",
"version": "1.4.13",
"name": "svg"
},
{
"id": "bd3a577b-547f-4b5c-826a-9be782edabe8",
"publisherId": "johnbillion.vscode-wordpress-hooks",
"publisherName": "johnbillion",
"version": "0.6.0",
"name": "vscode-wordpress-hooks"
},
{
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
"publisherId": "johnpapa.vscode-peacock",
"publisherName": "johnpapa",
"version": "3.10.1",
"name": "vscode-peacock"
},
{
"id": "0be0c393-8fd2-4ff8-9c13-e2789b45fc59",
"publisherId": "josee9988.minifyall",
"publisherName": "josee9988",
"version": "2.9.4",
"name": "minifyall"
},
{
"id": "92d01ae4-5a2e-4299-990c-7905798fb719",
"publisherId": "jsynowiec.vscode-insertdatestring",
"publisherName": "jsynowiec",
"version": "2.3.0",
"name": "vscode-insertdatestring"
},
{
"id": "dde258e9-793b-4377-a4fe-9d54cbd28ea2",
"publisherId": "kortina.vscode-markdown-notes",
"publisherName": "kortina",
"version": "0.0.24",
"name": "vscode-markdown-notes"
},
{
"id": "1bb92b2c-526c-4bfd-bb38-5bae1b278c89",
"publisherId": "leizongmin.node-module-intellisense",
"publisherName": "leizongmin",
"version": "1.5.0",
"name": "node-module-intellisense"
},
{
"id": "02ad79e8-159a-4d93-b8ef-54c8006b006a",
"publisherId": "lkytal.pomodoro",
"publisherName": "lkytal",
"version": "1.1.3",
"name": "pomodoro"
},
{
"id": "a4f91432-1b7d-4acd-b906-76d8ac8ad7e7",
"publisherId": "mdickin.markdown-shortcuts",
"publisherName": "mdickin",
"version": "0.12.0",
"name": "markdown-shortcuts"
},
{
"id": "3792588c-3d35-442d-91ea-fe6a755e8155",
"publisherId": "mechatroner.rainbow-csv",
"publisherName": "mechatroner",
"version": "1.9.1",
"name": "rainbow-csv"
},
{
"id": "651dce1f-eda8-4a5b-aa26-0d1266de8ed1",
"publisherId": "MehediDracula.php-namespace-resolver",
"publisherName": "MehediDracula",
"version": "1.1.8",
"name": "php-namespace-resolver"
},
{
"id": "438221f8-1107-4ccd-a6fe-f3b7fe0856b7",
"publisherId": "mhutchie.git-graph",
"publisherName": "mhutchie",
"version": "1.30.0",
"name": "git-graph"
},
{
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherName": "mikestead",
"version": "1.0.1",
"name": "dotenv"
},
{
"id": "816d44eb-5e28-431b-be81-2c52551d81ea",
"publisherId": "mitchdenny.ecdc",
"publisherName": "mitchdenny",
"version": "1.4.0",
"name": "ecdc"
},
{
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherName": "mrmlnc",
"version": "0.10.0",
"name": "vscode-scss"
},
{
"id": "3fd25437-acd9-42d7-ab19-581a69ce2dd9",
"publisherId": "MS-CEINTL.vscode-language-pack-pt-BR",
"publisherName": "MS-CEINTL",
"version": "1.61.5",
"name": "vscode-language-pack-pt-BR"
},
{
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh"
},
{
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh-edit"
},
{
"id": "47210ec2-0324-4cbb-9523-9dff02a5f9ec",
"publisherId": "ms-vscode.test-adapter-converter",
"publisherName": "ms-vscode",
"version": "0.1.4",
"name": "test-adapter-converter"
},
{
"id": "2d803fdd-31e6-4d11-a864-be81823ba991",
"publisherId": "ms-vscode.vs-keybindings",
"publisherName": "ms-vscode",
"version": "0.2.1",
"name": "vs-keybindings"
},
{
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherName": "msjsdiag",
"version": "4.13.0",
"name": "debugger-for-chrome"
},
{
"id": "6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b",
"publisherId": "mtxr.sqltools",
"publisherName": "mtxr",
"version": "0.23.0",
"name": "sqltools"
},
{
"id": "45e19ef7-c10a-44ce-8413-0d9edfbbdcaa",
"publisherId": "mtxr.sqltools-driver-mysql",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-mysql"
},
{
"id": "5862e2aa-ace9-476d-8b10-3b72fa494604",
"publisherId": "mtxr.sqltools-driver-sqlite",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-sqlite"
},
{
"id": "ffaf4ec8-f001-4f02-b671-705ecf079cde",
"publisherId": "mushan.vscode-paste-image",
"publisherName": "mushan",
"version": "1.0.4",
"name": "vscode-paste-image"
},
{
"id": "b9484b93-0531-4fd3-b3dd-9ff58dcfe678",
"publisherId": "natqe.reload",
"publisherName": "natqe",
"version": "0.0.6",
"name": "reload"
},
{
"id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
"publisherId": "naumovs.color-highlight",
"publisherName": "naumovs",
"version": "2.5.0",
"name": "color-highlight"
},
{
"id": "568a8977-8469-4f89-b30d-8d5e3c7a0ce7",
"publisherId": "negokaz.live-server-preview",
"publisherName": "negokaz",
"version": "0.1.4",
"name": "live-server-preview"
},
{
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca",
"publisherId": "neilbrayfield.php-docblocker",
"publisherName": "neilbrayfield",
"version": "2.6.1",
"name": "php-docblocker"
},
{
"id": "0fcefdd8-e09c-4b96-9998-f5dc891893dd",
"publisherId": "nhoizey.gremlins",
"publisherName": "nhoizey",
"version": "0.26.0",
"name": "gremlins"
},
{
"id": "a6b9aab7-dcff-4d11-a3eb-f79bf72a8da4",
"publisherId": "nick-rudenko.back-n-forth",
"publisherName": "nick-rudenko",
"version": "3.1.1",
"name": "back-n-forth"
},
{
"id": "d6ba4b7b-539f-456a-b0f6-0348df44cdf3",
"publisherId": "nikitaKunevich.snippet-creator",
"publisherName": "nikitaKunevich",
"version": "0.0.5",
"name": "snippet-creator"
},
{
"id": "d1b33efe-8957-4d14-9ef6-e043fdbe9079",
"publisherId": "Nimda.deepdark-material",
"publisherName": "Nimda",
"version": "3.3.0",
"name": "deepdark-material"
},
{
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherName": "oderwat",
"version": "8.2.1",
"name": "indent-rainbow"
},
{
"id": "f6c2c922-7a4d-4a60-aa8c-d7a41042f960",
"publisherId": "phiter.phpstorm-snippets",
"publisherName": "phiter",
"version": "1.1.2",
"name": "phpstorm-snippets"
},
{
"id": "80e9cc3c-eb09-48ed-afda-f1cfd9c9ca3f",
"publisherId": "phproberto.vscode-php-getters-setters",
"publisherName": "phproberto",
"version": "1.2.3",
"name": "vscode-php-getters-setters"
},
{
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherName": "PKief",
"version": "4.10.0",
"name": "material-icon-theme"
},
{
"id": "0b8f8d63-11a2-4194-969c-ca7488b3413a",
"publisherId": "pranaygp.vscode-css-peek",
"publisherName": "pranaygp",
"version": "4.2.0",
"name": "vscode-css-peek"
},
{
"id": "2dd42e50-1c7f-425b-b267-604c44b00e49",
"publisherId": "psioniq.psi-header",
"publisherName": "psioniq",
"version": "1.15.2",
"name": "psi-header"
},
{
"id": "e05d98bf-3735-4c1e-9fae-86ef0a52e19f",
"publisherId": "quicktype.quicktype",
"publisherName": "quicktype",
"version": "12.0.46",
"name": "quicktype"
},
{
"id": "ad577a34-d89a-4413-a066-12c941f6cef5",
"publisherId": "recca0120.vscode-phpunit",
"publisherName": "recca0120",
"version": "2.0.76",
"name": "vscode-phpunit"
},
{
"id": "3fb77af3-b8b3-4cb9-9137-f555bd80e2b1",
"publisherId": "richie5um2.vscode-sort-json",
"publisherName": "richie5um2",
"version": "1.20.0",
"name": "vscode-sort-json"
},
{
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherName": "ritwickdey",
"version": "5.6.1",
"name": "LiveServer"
},
{
"id": "79afa437-682e-4fa2-a4fd-87844832a1dc",
"publisherId": "ryu1kn.partial-diff",
"publisherName": "ryu1kn",
"version": "1.4.3",
"name": "partial-diff"
},
{
"id": "6ad45f5a-09ec-44e5-b363-867ddc1ec674",
"publisherId": "shardulm94.trailing-spaces",
"publisherName": "shardulm94",
"version": "0.3.1",
"name": "trailing-spaces"
},
{
"id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a",
"publisherId": "shd101wyy.markdown-preview-enhanced",
"publisherName": "shd101wyy",
"version": "0.6.0",
"name": "markdown-preview-enhanced"
},
{
"id": "4b0bb8e1-8f9a-42c4-b0dd-03691bdcc309",
"publisherId": "shyykoserhiy.vscode-spotify",
"publisherName": "shyykoserhiy",
"version": "3.2.1",
"name": "vscode-spotify"
},
{
"id": "2e9fe0cb-4e63-42fc-a809-fb056aad49c3",
"publisherId": "stevencl.addDocComments",
"publisherName": "stevencl",
"version": "0.0.8",
"name": "addDocComments"
},
{
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherName": "streetsidesoftware",
"version": "2.0.10",
"name": "code-spell-checker"
},
{
"id": "0e287d3c-2b2c-4bc7-8845-f2556d66a259",
"publisherId": "streetsidesoftware.code-spell-checker-french-reforme",
"publisherName": "streetsidesoftware",
"version": "2.0.1",
"name": "code-spell-checker-french-reforme"
},
{
"id": "289a3d39-a4cc-47c2-ad28-794fba368219",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese",
"publisherName": "streetsidesoftware",
"version": "0.1.9",
"name": "code-spell-checker-portuguese"
},
{
"id": "a669e675-9cb2-48a8-983d-33a1c4ed10ef",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese-brazilian",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-portuguese-brazilian"
},
{
"id": "8d6dcf6f-1957-4dd5-809e-addb07d8c1fb",
"publisherId": "streetsidesoftware.code-spell-checker-spanish",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-spanish"
},
{
"id": "947b629a-e9c8-4cb8-8551-45b9088960b5",
"publisherId": "tchayen.markdown-links",
"publisherName": "tchayen",
"version": "0.8.0",
"name": "markdown-links"
},
{
"id": "2a658c1b-308a-41e8-805a-fc8abda483bc",
"publisherId": "thekalinga.bootstrap4-vscode",
"publisherName": "thekalinga",
"version": "6.1.0",
"name": "bootstrap4-vscode"
},
{
"id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f",
"publisherId": "tombonnike.vscode-status-bar-format-toggle",
"publisherName": "tombonnike",
"version": "2.0.0",
"name": "vscode-status-bar-format-toggle"
},
{
"id": "d9b94116-8b10-4b49-91b4-249588a375e4",
"publisherId": "TzachOvadia.todo-list",
"publisherName": "TzachOvadia",
"version": "1.6.0",
"name": "todo-list"
},
{
"id": "9d8c32ab-354c-4daf-a9bf-20b633734435",
"publisherId": "usernamehw.errorlens",
"publisherName": "usernamehw",
"version": "3.4.0",
"name": "errorlens"
},
{
"id": "28b20c66-dbb8-4c01-a0f9-590be00ec2d3",
"publisherId": "viktorqvarfordt.vscode-pitch-black-theme",
"publisherName": "viktorqvarfordt",
"version": "1.2.6",
"name": "vscode-pitch-black-theme"
},
{
"id": "4cf94800-a066-464e-a4e0-97f2927ebca2",
"publisherId": "vilicvane.es-quotes",
"publisherName": "vilicvane",
"version": "0.2.6",
"name": "es-quotes"
},
{
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherName": "VisualStudioExptTeam",
"version": "1.2.14",
"name": "vscodeintellicode"
},
{
"id": "27d96499-52df-4f8e-8905-275284e25ace",
"publisherId": "vitaliymaz.vscode-svg-previewer",
"publisherName": "vitaliymaz",
"version": "0.7.0",
"name": "vscode-svg-previewer"
},
{
"id": "032ccf0d-9c21-43a5-8073-ae28e453ecef",
"publisherId": "whtouche.vscode-js-console-utils",
"publisherName": "whtouche",
"version": "0.7.0",
"name": "vscode-js-console-utils"
},
{
"id": "87b7ee15-39a4-4bbe-b4b8-86718c151964",
"publisherId": "wordpresstoolbox.wordpress-toolbox",
"publisherName": "wordpresstoolbox",
"version": "1.3.11",
"name": "wordpress-toolbox"
},
{
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherName": "xabikos",
"version": "1.8.0",
"name": "JavaScriptSnippets"
},
{
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherName": "yzhang",
"version": "3.4.0",
"name": "markdown-all-in-one"
}
]
},
"redhat.telemetry.enabled": false,
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
},
"zsh (2)": {
"path": "/usr/bin/zsh"
}
},
"terminal.integrated.defaultProfile.linux": "bash",
"code-runner.clearPreviousOutput": true,
"nimble.timer": {
"showReminders": "true",
"series": [
{
"pattern": [
{
"type": "Work",
"time": "25"
},
{
"type": "Break",
"time": "5"
}
],
"repeat": "8"
}
]
},
"git.confirmSync": false,
"update.mode": "start",
"workbench.enableExperiments": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"telemetry.telemetryLevel": "off",
"files.autoSave": "onWindowChange",
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"bracket-pair-colorizer-2.depreciation-notice": false,
"gitlens.statusBar.enabled": false,
"gitlens.hovers.enabled": false,
"gitlens.plusFeatures.enabled": false,
"gitlens.showWelcomeOnInstall": false,
"editor.hideCursorInOverviewRuler": true,
"terminal.integrated.cursorBlinking": true,
"editor.cursorSmoothCaretAnimation": true,
"vscode-edge-devtools.webhint": false,
"vscode-edge-devtools.defaultUrl": "http://localhost:5500/",
"vscode-edge-devtools.themes": "Dark",
"vscode-edge-devtools.welcome": false,
"vscode-edge-devtools.browserFlavor": "Dev",
"vscode-edge-devtools.mirrorEdits": true,
"liveServer.settings.useBrowserPreview": true,
"liveServer.settings.NoBrowser": true,
"window.zoomLevel": 1,
"bookmarks.keepBookmarksOnLineDelete": true,
"bookmarks.useWorkaroundForFormatters": true,
"numberedBookmarks.showBookmarkNotDefinedWarning": true,
"projectManager.showParentFolderInfoOnDuplicates": true,
"projectManager.supportSymlinksOnBaseFolders": true,
"projectManager.vscode.baseFolders": ["/home/desenvolvedor"],
"editor.cursorBlinking": "smooth",
"vscode-edge-devtools.fallbackRevision": "@50ae66234989b0cf2712501723a5a69837c8c505",
"editor.inlineSuggest.enabled": true,
"pomodoro.workColorButton": "white",
"pomodoro.breakColorButton": "orange",
"workbench.editorAssociations": {
"*.png": "luna.editor"
},
"pomodoro.workColorTime": "orange",
"cSpell.userWords": ["esversion", "Marcant", "newcap", "supernew"],
"codesnap.realLineNumbers": true,
"codesnap.showWindowTitle": true,
"[cpp]": {
"editor.defaultFormatter": "xaver.clang-format"
},
"explorer.confirmDelete": false,
"projectManager.confirmSwitchOnActiveWindow": "always",
"projectManager.filterOnFullPath": true,
"projectManager.groupList": true,
"projectManager.ignoreProjectsWithinProjects": true,
"projectManager.projectsLocation": "$home/.vscode",
"projectManager.tags": ["Faculdade", "Trabalho", "Curso"],
"xml.format.splitAttributesIndentSize": 4,
"include": "**/*.{ts,js,php,css,scss,html,c,cpp}",
"[c]": {
"editor.defaultFormatter": "xaver.clang-format"
},
"c-cpp-compile-run.c-compiler": "gcc -g "
}
{
"editor.guides.bracketPairs": true,
"clang-format.executable": "C:\\Program Files\\LLVM\\bin\\clang-format.exe",
"psi-header.config": {
"forceToTop": true,
"blankLinesAfter": 0,
"license": "Custom"
},
"psi-header.changes-tracking": {
"isActive": true,
"modAuthor": "Modified By:",
"modDate": "Last Modified:",
"modDateFormat": "date",
"include": ["js"],
"includeGlob": ["./**/*/.js"],
"exclude": ["markdown", "csv", "jsonc", "json", "css", "rest"],
"excludeGlob": [
"./**/*/.htacess",
"./**/*/settings.json",
"./**/*/composer.json",
"./**/*/package.json",
"./**/*/style.css",
"./**/*/estilo.css",
"./**/*/tsconfig.json"
],
"autoHeader": "manualSave"
},
"psi-header.license-text": ["Copyright: 2020 - All rights reserved."],
"psi-header.variables": [
["authoremail", "marcantech@uol.com.br"],
["author", "Marcos Antônio Barbosa de Souza"],
["copyrightholder", "All rights reserved"],
["company", "Marcant Tecnologia da Informação"]
],
"psi-header.lang-config": [
{
"language": "html",
"begin": "<!DOCTYPE html>\n<!--",
"prefix": " # ",
"end": "-->\n",
"ignoreLines": [" # "]
},
{
"language": "php",
"begin": "<?php",
"prefix": " # ",
"end": "?>",
"ignoreLines": [" # "]
},
{
"language": "blade",
"begin": "{{--",
"prefix": " # ",
"end": "--}}",
"ignoreLines": [" # "]
},
{
"language": "python",
"begin": "###",
"prefix": "# ",
"end": "###",
"beforeHeader": ["#!python3.8"]
},
{
"language": "shellscript",
"begin": "######",
"prefix": "# ",
"end": "#####",
"beforeHeader": ["#!/bin/sh"]
},
{
"language": "javascript",
"begin": "/**",
"prefix": " * ",
"end": " */",
"ignoreLines": [" * "],
"forceToTop": false
},
{
"language": "typescript",
"mapTo": "javascript"
}
],
"psi-header.templates": [
{
"language": "*",
"template": [
"*****",
"File: <<filename>>",
"Project: <<projectname>>",
"Path: <<projectpath>>",
"File Created: <<filecreated('dddd, DD MMMM YYYY HH:mm:ss')>>",
"Author: <<author>> (<<authoremail>>)",
"-----",
"Last Modified: <<dateformat('dddd, DD MMMM YYYY HH:mm:ss')>>",
"Modified By: <<author>> (<<<authoremail>>>)",
"-----",
"Copyright (c) <<yeartoyear(fc!P,now)>> <<copyrightholder>>, <<company>>",
"-----",
"Description:",
"············ ",
"*****"
]
}
],
"open-in-browser.default": "google-chrome",
"git.autofetch": true,
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "ATTENTION",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#FFFF00",
"bold": false,
"italic": false
},
{
"tag": "WARNING",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#FF00FF",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#006e2e",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"[php]": {
"editor.defaultFormatter": "vscode.php-language-features" // "HookyQR.beautify", "vscode.php-language-features", "esbenp.prettier-vscode",
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["$home"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#ffff00"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorian Blue",
"value": "#0b2016"
},
{
"name": "green",
"value": "#0a2016"
}
],
"workbench.colorTheme": "Pitch Black",
"profileSwitcher.profiles": ["PHP - JS - CSS - HTML - WordPress"],
"profileSwitcher.storage": {
"WordPress": {
"cornflakes.linter.executablePath": "/usr/bin/flake8",
"cornflakes.linter.run": "onType",
"git.autofetch": true,
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (Eex)",
"js",
"html"
],
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"window.zoomLevel": 1,
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.language": {
"js": {
"type": ["javascript", "json"],
"filename": [".jshintrc", ".jsbeautifyrc"]
},
"php": ["php", "sphp"],
"css": ["css", "scss"],
"html": ["htm", "html"],
"Dart": ["dart"]
},
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"jshint.options": {
"esversion": 8
},
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"cSpell.userDictionaryLocation": "/home/desenvolvedor/cspell.user.words.txt",
"cSpell.projectDictionaryLocation": "./cspell.project.words.txt",
"cSpell.userWords": [],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.general.tagGroups": {
"FIX": ["FIXME", "FIXIT"],
"ATTENTION": ["ALERT", "WARNING"]
},
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"rest-client.defaultHeaders": {
"Content-Type": "application/json",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJicnVjZUBkYy5jb20iLCJpc3MiOiJtZWF0LWFwaSIsImlhdCI6MTU5NTM1MTQ3OX0.csx1HVcFGwijZzyAj6Z0vtynLd4TEIa_eeE6Feg83Jk"
},
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.highlights.customHighlight": {
"BUG": {
"icon": "bug"
},
"FIXME": {
"icon": "flame"
}
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"liveServer.settings.CustomBrowser": "chrome",
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#bc8f8f",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"notebook.cellToolbarLocation": {
"default": "right"
},
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=",
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedTypes": false,
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["/home/desenvolvedor"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"CleanCSS.options": {
"format": "keep-breaks",
"compatibility": "ie8"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"cSpell.customDictionaries": {
"project-words": {
"name": "project-words",
"path": "${workspaceRoot}/cspell.project.words.txt",
"description": "Words used in this project",
"addWords": true
}
},
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.fontFamily": "MesloLGM Nerd Font",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorin Blue",
"value": "#113324"
},
{
"name": "Mandalorian Blue2",
"value": "#040d09"
}
],
"workbench.colorTheme": "Pitch Black"
},
"PHP - JS - CSS - HTML - WordPress": {
"cornflakes.linter.executablePath": "/usr/bin/flake8",
"cornflakes.linter.run": "onType",
"git.autofetch": true,
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (Eex)",
"js",
"html"
],
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"window.zoomLevel": 1,
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.language": {
"js": {
"type": ["javascript", "json"],
"filename": [".jshintrc", ".jsbeautifyrc"]
},
"php": ["php", "sphp"],
"css": ["css", "scss"],
"html": ["htm", "html"],
"Dart": ["dart"]
},
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"jshint.options": {
"esversion": 8
},
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"cSpell.userWords": [],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.general.tagGroups": {
"FIX": ["FIXME", "FIXIT"],
"ATTENTION": ["ALERT", "WARNING"]
},
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"editor.snippetSuggestions": "top",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"rest-client.defaultHeaders": {
"Content-Type": "application/json",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJicnVjZUBkYy5jb20iLCJpc3MiOiJtZWF0LWFwaSIsImlhdCI6MTU5NTM1MTQ3OX0.csx1HVcFGwijZzyAj6Z0vtynLd4TEIa_eeE6Feg83Jk"
},
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.highlights.customHighlight": {
"BUG": {
"icon": "bug"
},
"FIXME": {
"icon": "flame"
}
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"liveServer.settings.CustomBrowser": "chrome",
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#bc8f8f",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"notebook.cellToolbarLocation": {
"default": "right"
},
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=",
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[cpp]": {
"editor.defaultFormatter": "xaver.clang-format"
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedTypes": false,
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["/home/desenvolvedor"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"CleanCSS.options": {
"format": "keep-breaks",
"compatibility": "ie8"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"cSpell.customDictionaries": {
"project-words": {
"name": "project-words",
"path": "${workspaceRoot}/cspell.project.words.txt",
"description": "Words used in this project",
"addWords": true
}
},
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorin Blue",
"value": "#113324"
},
{
"name": "Mandalorian Blue2",
"value": "#040d09"
}
],
"workbench.colorTheme": "Pitch Black"
}
},
"profileSwitcher.extensions": {
"WordPress": [
{
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherName": "aaron-bond",
"version": "2.1.0",
"name": "better-comments"
},
{
"id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28",
"publisherId": "abusaidm.html-snippets",
"publisherName": "abusaidm",
"version": "0.2.1",
"name": "html-snippets"
},
{
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherName": "alefragnani",
"version": "13.2.2",
"name": "Bookmarks"
},
{
"id": "f0173dd6-501a-46b6-9840-c7849f6f9ee2",
"publisherId": "alefragnani.numbered-bookmarks",
"publisherName": "alefragnani",
"version": "8.1.0",
"name": "numbered-bookmarks"
},
{
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherName": "alefragnani",
"version": "12.4.0",
"name": "project-manager"
},
{
"id": "b52072d1-e507-4261-8935-f4d91a055d7d",
"publisherId": "amiralizadeh9480.laravel-extra-intellisense",
"publisherName": "amiralizadeh9480",
"version": "0.6.1",
"name": "laravel-extra-intellisense"
},
{
"id": "22f751e3-e0fe-49d0-af60-1655a92bfbeb",
"publisherId": "analytic-signal.preview-pdf",
"publisherName": "analytic-signal",
"version": "1.0.0",
"name": "preview-pdf"
},
{
"id": "4bb70abd-a70d-4603-8a07-da55285779fb",
"publisherId": "Anan.devdocstab",
"publisherName": "Anan",
"version": "1.0.1",
"name": "devdocstab"
},
{
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e",
"publisherId": "Angular.ng-template",
"publisherName": "Angular",
"version": "12.2.1",
"name": "ng-template"
},
{
"id": "239f847d-f465-4b08-9b71-97add0d81e4c",
"publisherId": "awesomektvn.toggle-semicolon",
"publisherName": "awesomektvn",
"version": "0.0.1",
"name": "toggle-semicolon"
},
{
"id": "b027c4b2-25ad-46db-b574-05dae3b2dc92",
"publisherId": "azemoh.one-monokai",
"publisherName": "azemoh",
"version": "0.5.0",
"name": "one-monokai"
},
{
"id": "d1818e93-bccc-4812-8b8b-37aabc5a7a94",
"publisherId": "BeardedBear.beardedtheme",
"publisherName": "BeardedBear",
"version": "4.0.0",
"name": "beardedtheme"
},
{
"id": "3c05b690-b0ad-46af-a6b3-a94da6ccb4b4",
"publisherId": "BenjaminZekavica.wordpress-gutenberg-snippets",
"publisherName": "BenjaminZekavica",
"version": "1.3.0",
"name": "wordpress-gutenberg-snippets"
},
{
"id": "0f8bd812-5d52-4fff-bd1c-6b0a7ee9cad9",
"publisherId": "bierner.color-info",
"publisherName": "bierner",
"version": "0.7.0",
"name": "color-info"
},
{
"id": "a41ef446-bc82-4194-b848-9b3d6f60e18d",
"publisherId": "bierner.markdown-image-size",
"publisherName": "bierner",
"version": "0.0.4",
"name": "markdown-image-size"
},
{
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherName": "bmewburn",
"version": "1.7.1",
"name": "vscode-intelephense-client"
},
{
"id": "a8194b6b-5989-4647-a5b8-ac7085201841",
"publisherId": "brapifra.phpserver",
"publisherName": "brapifra",
"version": "3.0.2",
"name": "phpserver"
},
{
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherName": "christian-kohler",
"version": "1.4.0",
"name": "npm-intellisense"
},
{
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherName": "christian-kohler",
"version": "2.4.0",
"name": "path-intellisense"
},
{
"id": "7ed7bccd-f358-4c6f-88c0-1296185abaa1",
"publisherId": "chrmarti.regex",
"publisherName": "chrmarti",
"version": "0.4.0",
"name": "regex"
},
{
"id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
"publisherId": "codezombiech.gitignore",
"publisherName": "codezombiech",
"version": "0.7.0",
"name": "gitignore"
},
{
"id": "0b86e0a5-d2ef-48d8-9a1a-73f96e65f26e",
"publisherId": "codingyu.laravel-goto-view",
"publisherName": "codingyu",
"version": "1.3.4",
"name": "laravel-goto-view"
},
{
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherName": "CoenraadS",
"version": "1.0.61",
"name": "bracket-pair-colorizer"
},
{
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
"publisherId": "CoenraadS.bracket-pair-colorizer-2",
"publisherName": "CoenraadS",
"version": "0.2.1",
"name": "bracket-pair-colorizer-2"
},
{
"id": "136682fc-7ac4-43b7-a50a-bb7890c39f25",
"publisherId": "darkriszty.markdown-table-prettify",
"publisherName": "darkriszty",
"version": "3.5.0",
"name": "markdown-table-prettify"
},
{
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherName": "DavidAnson",
"version": "0.44.4",
"name": "vscode-markdownlint"
},
{
"id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
"publisherId": "dbaeumer.jshint",
"publisherName": "dbaeumer",
"version": "0.11.0",
"name": "jshint"
},
{
"id": "0808d236-6faf-4f68-9f17-28f51a572ee4",
"publisherId": "deerawan.vscode-faker",
"publisherName": "deerawan",
"version": "1.5.0",
"name": "vscode-faker"
},
{
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherName": "donjayamanne",
"version": "0.6.18",
"name": "githistory"
},
{
"id": "99c12a52-ff68-4e9d-a975-a67556fee2f5",
"publisherId": "donjayamanne.jquerysnippets",
"publisherName": "donjayamanne",
"version": "0.0.1",
"name": "jquerysnippets"
},
{
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherName": "DotJoshJohnson",
"version": "2.5.1",
"name": "xml"
},
{
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherName": "eamodio",
"version": "11.6.1",
"name": "gitlens"
},
{
"id": "aaee577c-f062-495a-9816-0cbd442f1d25",
"publisherId": "ecmel.vscode-html-css",
"publisherName": "ecmel",
"version": "1.10.2",
"name": "vscode-html-css"
},
{
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherName": "EditorConfig",
"version": "0.16.4",
"name": "EditorConfig"
},
{
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherName": "eg2",
"version": "0.3.22",
"name": "vscode-npm-script"
},
{
"id": "20eefaf0-ae4b-42c0-8c07-9a0249e159eb",
"publisherId": "elypia.magick-image-reader",
"publisherName": "elypia",
"version": "0.5.0",
"name": "magick-image-reader"
},
{
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherName": "esbenp",
"version": "9.0.0",
"name": "prettier-vscode"
},
{
"id": "4f63037e-3a44-436f-a483-4c65a77f15f6",
"publisherId": "FallenMax.mithril-emmet",
"publisherName": "FallenMax",
"version": "0.7.6",
"name": "mithril-emmet"
},
{
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherName": "felixfbecker",
"version": "1.21.0",
"name": "php-debug"
},
{
"id": "5e69f001-f945-4c97-baf0-320d82a153b3",
"publisherId": "felixfbecker.php-intellisense",
"publisherName": "felixfbecker",
"version": "2.3.14",
"name": "php-intellisense"
},
{
"id": "1a9300c9-36a6-44d1-9d09-ada3641b8727",
"publisherId": "felixfbecker.php-pack",
"publisherName": "felixfbecker",
"version": "1.0.2",
"name": "php-pack"
},
{
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherName": "formulahendry",
"version": "0.5.12",
"name": "auto-close-tag"
},
{
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherName": "formulahendry",
"version": "0.1.9",
"name": "auto-rename-tag"
},
{
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherName": "formulahendry",
"version": "0.11.6",
"name": "code-runner"
},
{
"id": "7328a705-91fc-49e6-8293-da6f112e482d",
"publisherId": "GitHub.github-vscode-theme",
"publisherName": "GitHub",
"version": "5.0.0",
"name": "github-vscode-theme"
},
{
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherName": "Gruntfuggly",
"version": "0.0.214",
"name": "todo-tree"
},
{
"id": "4a589c65-311e-4a3c-9f74-d02cc53c0288",
"publisherId": "hangxingliu.vscode-coding-tracker",
"publisherName": "hangxingliu",
"version": "0.6.0",
"name": "vscode-coding-tracker"
},
{
"id": "ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8",
"publisherId": "hbenl.vscode-test-explorer",
"publisherName": "hbenl",
"version": "2.21.1",
"name": "vscode-test-explorer"
},
{
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherName": "HookyQR",
"version": "1.5.0",
"name": "beautify"
},
{
"id": "dda49fd5-1f3b-4d25-bf61-4fc41905ede5",
"publisherId": "humao.rest-client",
"publisherName": "humao",
"version": "0.24.5",
"name": "rest-client"
},
{
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f",
"publisherId": "IBM.output-colorizer",
"publisherName": "IBM",
"version": "0.1.2",
"name": "output-colorizer"
},
{
"id": "17a873c7-491e-4797-9172-186de70f5e98",
"publisherId": "idleberg.icon-fonts",
"publisherName": "idleberg",
"version": "2.5.2",
"name": "icon-fonts"
},
{
"id": "0d1241e3-fa60-4f24-8f2a-6d7085677c48",
"publisherId": "ionutvmi.path-autocomplete",
"publisherName": "ionutvmi",
"version": "1.17.1",
"name": "path-autocomplete"
},
{
"id": "41c03ed0-b7b8-4476-8d01-926a7e041e69",
"publisherId": "jebbs.markdown-extended",
"publisherName": "jebbs",
"version": "1.0.19",
"name": "markdown-extended"
},
{
"id": "4ae6dc82-7981-4f10-bd81-2d72aec37f39",
"publisherId": "jock.svg",
"publisherName": "jock",
"version": "1.4.13",
"name": "svg"
},
{
"id": "bd3a577b-547f-4b5c-826a-9be782edabe8",
"publisherId": "johnbillion.vscode-wordpress-hooks",
"publisherName": "johnbillion",
"version": "0.6.0",
"name": "vscode-wordpress-hooks"
},
{
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
"publisherId": "johnpapa.vscode-peacock",
"publisherName": "johnpapa",
"version": "3.10.1",
"name": "vscode-peacock"
},
{
"id": "0be0c393-8fd2-4ff8-9c13-e2789b45fc59",
"publisherId": "josee9988.minifyall",
"publisherName": "josee9988",
"version": "2.9.4",
"name": "minifyall"
},
{
"id": "92d01ae4-5a2e-4299-990c-7905798fb719",
"publisherId": "jsynowiec.vscode-insertdatestring",
"publisherName": "jsynowiec",
"version": "2.3.0",
"name": "vscode-insertdatestring"
},
{
"id": "dde258e9-793b-4377-a4fe-9d54cbd28ea2",
"publisherId": "kortina.vscode-markdown-notes",
"publisherName": "kortina",
"version": "0.0.24",
"name": "vscode-markdown-notes"
},
{
"id": "1bb92b2c-526c-4bfd-bb38-5bae1b278c89",
"publisherId": "leizongmin.node-module-intellisense",
"publisherName": "leizongmin",
"version": "1.5.0",
"name": "node-module-intellisense"
},
{
"id": "02ad79e8-159a-4d93-b8ef-54c8006b006a",
"publisherId": "lkytal.pomodoro",
"publisherName": "lkytal",
"version": "1.1.3",
"name": "pomodoro"
},
{
"id": "a4f91432-1b7d-4acd-b906-76d8ac8ad7e7",
"publisherId": "mdickin.markdown-shortcuts",
"publisherName": "mdickin",
"version": "0.12.0",
"name": "markdown-shortcuts"
},
{
"id": "3792588c-3d35-442d-91ea-fe6a755e8155",
"publisherId": "mechatroner.rainbow-csv",
"publisherName": "mechatroner",
"version": "1.9.1",
"name": "rainbow-csv"
},
{
"id": "651dce1f-eda8-4a5b-aa26-0d1266de8ed1",
"publisherId": "MehediDracula.php-namespace-resolver",
"publisherName": "MehediDracula",
"version": "1.1.8",
"name": "php-namespace-resolver"
},
{
"id": "438221f8-1107-4ccd-a6fe-f3b7fe0856b7",
"publisherId": "mhutchie.git-graph",
"publisherName": "mhutchie",
"version": "1.30.0",
"name": "git-graph"
},
{
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherName": "mikestead",
"version": "1.0.1",
"name": "dotenv"
},
{
"id": "816d44eb-5e28-431b-be81-2c52551d81ea",
"publisherId": "mitchdenny.ecdc",
"publisherName": "mitchdenny",
"version": "1.4.0",
"name": "ecdc"
},
{
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherName": "mrmlnc",
"version": "0.10.0",
"name": "vscode-scss"
},
{
"id": "3fd25437-acd9-42d7-ab19-581a69ce2dd9",
"publisherId": "MS-CEINTL.vscode-language-pack-pt-BR",
"publisherName": "MS-CEINTL",
"version": "1.61.5",
"name": "vscode-language-pack-pt-BR"
},
{
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh"
},
{
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh-edit"
},
{
"id": "47210ec2-0324-4cbb-9523-9dff02a5f9ec",
"publisherId": "ms-vscode.test-adapter-converter",
"publisherName": "ms-vscode",
"version": "0.1.4",
"name": "test-adapter-converter"
},
{
"id": "2d803fdd-31e6-4d11-a864-be81823ba991",
"publisherId": "ms-vscode.vs-keybindings",
"publisherName": "ms-vscode",
"version": "0.2.1",
"name": "vs-keybindings"
},
{
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherName": "msjsdiag",
"version": "4.13.0",
"name": "debugger-for-chrome"
},
{
"id": "6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b",
"publisherId": "mtxr.sqltools",
"publisherName": "mtxr",
"version": "0.23.0",
"name": "sqltools"
},
{
"id": "45e19ef7-c10a-44ce-8413-0d9edfbbdcaa",
"publisherId": "mtxr.sqltools-driver-mysql",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-mysql"
},
{
"id": "5862e2aa-ace9-476d-8b10-3b72fa494604",
"publisherId": "mtxr.sqltools-driver-sqlite",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-sqlite"
},
{
"id": "ffaf4ec8-f001-4f02-b671-705ecf079cde",
"publisherId": "mushan.vscode-paste-image",
"publisherName": "mushan",
"version": "1.0.4",
"name": "vscode-paste-image"
},
{
"id": "b9484b93-0531-4fd3-b3dd-9ff58dcfe678",
"publisherId": "natqe.reload",
"publisherName": "natqe",
"version": "0.0.6",
"name": "reload"
},
{
"id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
"publisherId": "naumovs.color-highlight",
"publisherName": "naumovs",
"version": "2.5.0",
"name": "color-highlight"
},
{
"id": "568a8977-8469-4f89-b30d-8d5e3c7a0ce7",
"publisherId": "negokaz.live-server-preview",
"publisherName": "negokaz",
"version": "0.1.4",
"name": "live-server-preview"
},
{
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca",
"publisherId": "neilbrayfield.php-docblocker",
"publisherName": "neilbrayfield",
"version": "2.6.1",
"name": "php-docblocker"
},
{
"id": "0fcefdd8-e09c-4b96-9998-f5dc891893dd",
"publisherId": "nhoizey.gremlins",
"publisherName": "nhoizey",
"version": "0.26.0",
"name": "gremlins"
},
{
"id": "a6b9aab7-dcff-4d11-a3eb-f79bf72a8da4",
"publisherId": "nick-rudenko.back-n-forth",
"publisherName": "nick-rudenko",
"version": "3.1.1",
"name": "back-n-forth"
},
{
"id": "d6ba4b7b-539f-456a-b0f6-0348df44cdf3",
"publisherId": "nikitaKunevich.snippet-creator",
"publisherName": "nikitaKunevich",
"version": "0.0.5",
"name": "snippet-creator"
},
{
"id": "d1b33efe-8957-4d14-9ef6-e043fdbe9079",
"publisherId": "Nimda.deepdark-material",
"publisherName": "Nimda",
"version": "3.3.0",
"name": "deepdark-material"
},
{
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherName": "oderwat",
"version": "8.2.1",
"name": "indent-rainbow"
},
{
"id": "3b58a227-618a-4b57-a06b-6984a2a8d1ba",
"publisherId": "onecentlin.laravel-blade",
"publisherName": "onecentlin",
"version": "1.27.0",
"name": "laravel-blade"
},
{
"id": "050d4900-7979-4d10-b7aa-e274f6ae8730",
"publisherId": "onecentlin.laravel5-snippets",
"publisherName": "onecentlin",
"version": "1.13.0",
"name": "laravel5-snippets"
},
{
"id": "f6c2c922-7a4d-4a60-aa8c-d7a41042f960",
"publisherId": "phiter.phpstorm-snippets",
"publisherName": "phiter",
"version": "1.1.2",
"name": "phpstorm-snippets"
},
{
"id": "80e9cc3c-eb09-48ed-afda-f1cfd9c9ca3f",
"publisherId": "phproberto.vscode-php-getters-setters",
"publisherName": "phproberto",
"version": "1.2.3",
"name": "vscode-php-getters-setters"
},
{
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherName": "PKief",
"version": "4.10.0",
"name": "material-icon-theme"
},
{
"id": "0b8f8d63-11a2-4194-969c-ca7488b3413a",
"publisherId": "pranaygp.vscode-css-peek",
"publisherName": "pranaygp",
"version": "4.2.0",
"name": "vscode-css-peek"
},
{
"id": "2dd42e50-1c7f-425b-b267-604c44b00e49",
"publisherId": "psioniq.psi-header",
"publisherName": "psioniq",
"version": "1.15.2",
"name": "psi-header"
},
{
"id": "e05d98bf-3735-4c1e-9fae-86ef0a52e19f",
"publisherId": "quicktype.quicktype",
"publisherName": "quicktype",
"version": "12.0.46",
"name": "quicktype"
},
{
"id": "ad577a34-d89a-4413-a066-12c941f6cef5",
"publisherId": "recca0120.vscode-phpunit",
"publisherName": "recca0120",
"version": "2.0.76",
"name": "vscode-phpunit"
},
{
"id": "3fb77af3-b8b3-4cb9-9137-f555bd80e2b1",
"publisherId": "richie5um2.vscode-sort-json",
"publisherName": "richie5um2",
"version": "1.20.0",
"name": "vscode-sort-json"
},
{
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherName": "ritwickdey",
"version": "5.6.1",
"name": "LiveServer"
},
{
"id": "8a3855a5-f258-48ee-87f9-fa4f7a0875b1",
"publisherId": "ryannaddy.laravel-artisan",
"publisherName": "ryannaddy",
"version": "0.0.28",
"name": "laravel-artisan"
},
{
"id": "79afa437-682e-4fa2-a4fd-87844832a1dc",
"publisherId": "ryu1kn.partial-diff",
"publisherName": "ryu1kn",
"version": "1.4.3",
"name": "partial-diff"
},
{
"id": "6ad45f5a-09ec-44e5-b363-867ddc1ec674",
"publisherId": "shardulm94.trailing-spaces",
"publisherName": "shardulm94",
"version": "0.3.1",
"name": "trailing-spaces"
},
{
"id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a",
"publisherId": "shd101wyy.markdown-preview-enhanced",
"publisherName": "shd101wyy",
"version": "0.6.0",
"name": "markdown-preview-enhanced"
},
{
"id": "4b0bb8e1-8f9a-42c4-b0dd-03691bdcc309",
"publisherId": "shyykoserhiy.vscode-spotify",
"publisherName": "shyykoserhiy",
"version": "3.2.1",
"name": "vscode-spotify"
},
{
"id": "f8a1bc85-dce8-4e51-a623-a40bde56fc8b",
"publisherId": "stef-k.laravel-goto-controller",
"publisherName": "stef-k",
"version": "0.0.15",
"name": "laravel-goto-controller"
},
{
"id": "2e9fe0cb-4e63-42fc-a809-fb056aad49c3",
"publisherId": "stevencl.addDocComments",
"publisherName": "stevencl",
"version": "0.0.8",
"name": "addDocComments"
},
{
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherName": "streetsidesoftware",
"version": "2.0.10",
"name": "code-spell-checker"
},
{
"id": "0e287d3c-2b2c-4bc7-8845-f2556d66a259",
"publisherId": "streetsidesoftware.code-spell-checker-french-reforme",
"publisherName": "streetsidesoftware",
"version": "2.0.1",
"name": "code-spell-checker-french-reforme"
},
{
"id": "289a3d39-a4cc-47c2-ad28-794fba368219",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese",
"publisherName": "streetsidesoftware",
"version": "0.1.9",
"name": "code-spell-checker-portuguese"
},
{
"id": "a669e675-9cb2-48a8-983d-33a1c4ed10ef",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese-brazilian",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-portuguese-brazilian"
},
{
"id": "8d6dcf6f-1957-4dd5-809e-addb07d8c1fb",
"publisherId": "streetsidesoftware.code-spell-checker-spanish",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-spanish"
},
{
"id": "947b629a-e9c8-4cb8-8551-45b9088960b5",
"publisherId": "tchayen.markdown-links",
"publisherName": "tchayen",
"version": "0.8.0",
"name": "markdown-links"
},
{
"id": "2a658c1b-308a-41e8-805a-fc8abda483bc",
"publisherId": "thekalinga.bootstrap4-vscode",
"publisherName": "thekalinga",
"version": "6.1.0",
"name": "bootstrap4-vscode"
},
{
"id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f",
"publisherId": "tombonnike.vscode-status-bar-format-toggle",
"publisherName": "tombonnike",
"version": "2.0.0",
"name": "vscode-status-bar-format-toggle"
},
{
"id": "d9b94116-8b10-4b49-91b4-249588a375e4",
"publisherId": "TzachOvadia.todo-list",
"publisherName": "TzachOvadia",
"version": "1.6.0",
"name": "todo-list"
},
{
"id": "9d8c32ab-354c-4daf-a9bf-20b633734435",
"publisherId": "usernamehw.errorlens",
"publisherName": "usernamehw",
"version": "3.4.0",
"name": "errorlens"
},
{
"id": "c4e31168-d200-4020-ae9e-1aa7b76d2c52",
"publisherId": "vangware.dark-plus-material",
"publisherName": "vangware",
"version": "2.4.4",
"name": "dark-plus-material"
},
{
"id": "28b20c66-dbb8-4c01-a0f9-590be00ec2d3",
"publisherId": "viktorqvarfordt.vscode-pitch-black-theme",
"publisherName": "viktorqvarfordt",
"version": "1.2.6",
"name": "vscode-pitch-black-theme"
},
{
"id": "4cf94800-a066-464e-a4e0-97f2927ebca2",
"publisherId": "vilicvane.es-quotes",
"publisherName": "vilicvane",
"version": "0.2.6",
"name": "es-quotes"
},
{
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherName": "VisualStudioExptTeam",
"version": "1.2.14",
"name": "vscodeintellicode"
},
{
"id": "27d96499-52df-4f8e-8905-275284e25ace",
"publisherId": "vitaliymaz.vscode-svg-previewer",
"publisherName": "vitaliymaz",
"version": "0.7.0",
"name": "vscode-svg-previewer"
},
{
"id": "032ccf0d-9c21-43a5-8073-ae28e453ecef",
"publisherId": "whtouche.vscode-js-console-utils",
"publisherName": "whtouche",
"version": "0.7.0",
"name": "vscode-js-console-utils"
},
{
"id": "87b7ee15-39a4-4bbe-b4b8-86718c151964",
"publisherId": "wordpresstoolbox.wordpress-toolbox",
"publisherName": "wordpresstoolbox",
"version": "1.3.11",
"name": "wordpress-toolbox"
},
{
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherName": "xabikos",
"version": "1.8.0",
"name": "JavaScriptSnippets"
},
{
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherName": "yzhang",
"version": "3.4.0",
"name": "markdown-all-in-one"
}
],
"PHP - JS - CSS - HTML - WordPress": [
{
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherName": "aaron-bond",
"version": "2.1.0",
"name": "better-comments"
},
{
"id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28",
"publisherId": "abusaidm.html-snippets",
"publisherName": "abusaidm",
"version": "0.2.1",
"name": "html-snippets"
},
{
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherName": "alefragnani",
"version": "13.2.2",
"name": "Bookmarks"
},
{
"id": "f0173dd6-501a-46b6-9840-c7849f6f9ee2",
"publisherId": "alefragnani.numbered-bookmarks",
"publisherName": "alefragnani",
"version": "8.1.0",
"name": "numbered-bookmarks"
},
{
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherName": "alefragnani",
"version": "12.4.0",
"name": "project-manager"
},
{
"id": "22f751e3-e0fe-49d0-af60-1655a92bfbeb",
"publisherId": "analytic-signal.preview-pdf",
"publisherName": "analytic-signal",
"version": "1.0.0",
"name": "preview-pdf"
},
{
"id": "4bb70abd-a70d-4603-8a07-da55285779fb",
"publisherId": "Anan.devdocstab",
"publisherName": "Anan",
"version": "1.0.1",
"name": "devdocstab"
},
{
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e",
"publisherId": "Angular.ng-template",
"publisherName": "Angular",
"version": "12.2.1",
"name": "ng-template"
},
{
"id": "239f847d-f465-4b08-9b71-97add0d81e4c",
"publisherId": "awesomektvn.toggle-semicolon",
"publisherName": "awesomektvn",
"version": "0.0.1",
"name": "toggle-semicolon"
},
{
"id": "3c05b690-b0ad-46af-a6b3-a94da6ccb4b4",
"publisherId": "BenjaminZekavica.wordpress-gutenberg-snippets",
"publisherName": "BenjaminZekavica",
"version": "1.3.0",
"name": "wordpress-gutenberg-snippets"
},
{
"id": "0f8bd812-5d52-4fff-bd1c-6b0a7ee9cad9",
"publisherId": "bierner.color-info",
"publisherName": "bierner",
"version": "0.7.0",
"name": "color-info"
},
{
"id": "a41ef446-bc82-4194-b848-9b3d6f60e18d",
"publisherId": "bierner.markdown-image-size",
"publisherName": "bierner",
"version": "0.0.4",
"name": "markdown-image-size"
},
{
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherName": "bmewburn",
"version": "1.7.1",
"name": "vscode-intelephense-client"
},
{
"id": "a8194b6b-5989-4647-a5b8-ac7085201841",
"publisherId": "brapifra.phpserver",
"publisherName": "brapifra",
"version": "3.0.2",
"name": "phpserver"
},
{
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherName": "christian-kohler",
"version": "1.4.0",
"name": "npm-intellisense"
},
{
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherName": "christian-kohler",
"version": "2.4.0",
"name": "path-intellisense"
},
{
"id": "7ed7bccd-f358-4c6f-88c0-1296185abaa1",
"publisherId": "chrmarti.regex",
"publisherName": "chrmarti",
"version": "0.4.0",
"name": "regex"
},
{
"id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
"publisherId": "codezombiech.gitignore",
"publisherName": "codezombiech",
"version": "0.7.0",
"name": "gitignore"
},
{
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherName": "CoenraadS",
"version": "1.0.61",
"name": "bracket-pair-colorizer"
},
{
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
"publisherId": "CoenraadS.bracket-pair-colorizer-2",
"publisherName": "CoenraadS",
"version": "0.2.1",
"name": "bracket-pair-colorizer-2"
},
{
"id": "136682fc-7ac4-43b7-a50a-bb7890c39f25",
"publisherId": "darkriszty.markdown-table-prettify",
"publisherName": "darkriszty",
"version": "3.5.0",
"name": "markdown-table-prettify"
},
{
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherName": "DavidAnson",
"version": "0.44.4",
"name": "vscode-markdownlint"
},
{
"id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
"publisherId": "dbaeumer.jshint",
"publisherName": "dbaeumer",
"version": "0.11.0",
"name": "jshint"
},
{
"id": "0808d236-6faf-4f68-9f17-28f51a572ee4",
"publisherId": "deerawan.vscode-faker",
"publisherName": "deerawan",
"version": "1.5.0",
"name": "vscode-faker"
},
{
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherName": "donjayamanne",
"version": "0.6.18",
"name": "githistory"
},
{
"id": "99c12a52-ff68-4e9d-a975-a67556fee2f5",
"publisherId": "donjayamanne.jquerysnippets",
"publisherName": "donjayamanne",
"version": "0.0.1",
"name": "jquerysnippets"
},
{
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherName": "DotJoshJohnson",
"version": "2.5.1",
"name": "xml"
},
{
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherName": "eamodio",
"version": "11.6.1",
"name": "gitlens"
},
{
"id": "aaee577c-f062-495a-9816-0cbd442f1d25",
"publisherId": "ecmel.vscode-html-css",
"publisherName": "ecmel",
"version": "1.10.2",
"name": "vscode-html-css"
},
{
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherName": "EditorConfig",
"version": "0.16.4",
"name": "EditorConfig"
},
{
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherName": "eg2",
"version": "0.3.22",
"name": "vscode-npm-script"
},
{
"id": "20eefaf0-ae4b-42c0-8c07-9a0249e159eb",
"publisherId": "elypia.magick-image-reader",
"publisherName": "elypia",
"version": "0.5.0",
"name": "magick-image-reader"
},
{
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherName": "esbenp",
"version": "9.0.0",
"name": "prettier-vscode"
},
{
"id": "4f63037e-3a44-436f-a483-4c65a77f15f6",
"publisherId": "FallenMax.mithril-emmet",
"publisherName": "FallenMax",
"version": "0.7.6",
"name": "mithril-emmet"
},
{
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherName": "felixfbecker",
"version": "1.21.0",
"name": "php-debug"
},
{
"id": "5e69f001-f945-4c97-baf0-320d82a153b3",
"publisherId": "felixfbecker.php-intellisense",
"publisherName": "felixfbecker",
"version": "2.3.14",
"name": "php-intellisense"
},
{
"id": "1a9300c9-36a6-44d1-9d09-ada3641b8727",
"publisherId": "felixfbecker.php-pack",
"publisherName": "felixfbecker",
"version": "1.0.2",
"name": "php-pack"
},
{
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherName": "formulahendry",
"version": "0.5.12",
"name": "auto-close-tag"
},
{
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherName": "formulahendry",
"version": "0.1.9",
"name": "auto-rename-tag"
},
{
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherName": "formulahendry",
"version": "0.11.6",
"name": "code-runner"
},
{
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherName": "Gruntfuggly",
"version": "0.0.214",
"name": "todo-tree"
},
{
"id": "4a589c65-311e-4a3c-9f74-d02cc53c0288",
"publisherId": "hangxingliu.vscode-coding-tracker",
"publisherName": "hangxingliu",
"version": "0.6.0",
"name": "vscode-coding-tracker"
},
{
"id": "ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8",
"publisherId": "hbenl.vscode-test-explorer",
"publisherName": "hbenl",
"version": "2.21.1",
"name": "vscode-test-explorer"
},
{
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherName": "HookyQR",
"version": "1.5.0",
"name": "beautify"
},
{
"id": "dda49fd5-1f3b-4d25-bf61-4fc41905ede5",
"publisherId": "humao.rest-client",
"publisherName": "humao",
"version": "0.24.5",
"name": "rest-client"
},
{
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f",
"publisherId": "IBM.output-colorizer",
"publisherName": "IBM",
"version": "0.1.2",
"name": "output-colorizer"
},
{
"id": "17a873c7-491e-4797-9172-186de70f5e98",
"publisherId": "idleberg.icon-fonts",
"publisherName": "idleberg",
"version": "2.5.2",
"name": "icon-fonts"
},
{
"id": "0d1241e3-fa60-4f24-8f2a-6d7085677c48",
"publisherId": "ionutvmi.path-autocomplete",
"publisherName": "ionutvmi",
"version": "1.17.1",
"name": "path-autocomplete"
},
{
"id": "41c03ed0-b7b8-4476-8d01-926a7e041e69",
"publisherId": "jebbs.markdown-extended",
"publisherName": "jebbs",
"version": "1.0.19",
"name": "markdown-extended"
},
{
"id": "4ae6dc82-7981-4f10-bd81-2d72aec37f39",
"publisherId": "jock.svg",
"publisherName": "jock",
"version": "1.4.13",
"name": "svg"
},
{
"id": "bd3a577b-547f-4b5c-826a-9be782edabe8",
"publisherId": "johnbillion.vscode-wordpress-hooks",
"publisherName": "johnbillion",
"version": "0.6.0",
"name": "vscode-wordpress-hooks"
},
{
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
"publisherId": "johnpapa.vscode-peacock",
"publisherName": "johnpapa",
"version": "3.10.1",
"name": "vscode-peacock"
},
{
"id": "0be0c393-8fd2-4ff8-9c13-e2789b45fc59",
"publisherId": "josee9988.minifyall",
"publisherName": "josee9988",
"version": "2.9.4",
"name": "minifyall"
},
{
"id": "92d01ae4-5a2e-4299-990c-7905798fb719",
"publisherId": "jsynowiec.vscode-insertdatestring",
"publisherName": "jsynowiec",
"version": "2.3.0",
"name": "vscode-insertdatestring"
},
{
"id": "dde258e9-793b-4377-a4fe-9d54cbd28ea2",
"publisherId": "kortina.vscode-markdown-notes",
"publisherName": "kortina",
"version": "0.0.24",
"name": "vscode-markdown-notes"
},
{
"id": "1bb92b2c-526c-4bfd-bb38-5bae1b278c89",
"publisherId": "leizongmin.node-module-intellisense",
"publisherName": "leizongmin",
"version": "1.5.0",
"name": "node-module-intellisense"
},
{
"id": "02ad79e8-159a-4d93-b8ef-54c8006b006a",
"publisherId": "lkytal.pomodoro",
"publisherName": "lkytal",
"version": "1.1.3",
"name": "pomodoro"
},
{
"id": "a4f91432-1b7d-4acd-b906-76d8ac8ad7e7",
"publisherId": "mdickin.markdown-shortcuts",
"publisherName": "mdickin",
"version": "0.12.0",
"name": "markdown-shortcuts"
},
{
"id": "3792588c-3d35-442d-91ea-fe6a755e8155",
"publisherId": "mechatroner.rainbow-csv",
"publisherName": "mechatroner",
"version": "1.9.1",
"name": "rainbow-csv"
},
{
"id": "651dce1f-eda8-4a5b-aa26-0d1266de8ed1",
"publisherId": "MehediDracula.php-namespace-resolver",
"publisherName": "MehediDracula",
"version": "1.1.8",
"name": "php-namespace-resolver"
},
{
"id": "438221f8-1107-4ccd-a6fe-f3b7fe0856b7",
"publisherId": "mhutchie.git-graph",
"publisherName": "mhutchie",
"version": "1.30.0",
"name": "git-graph"
},
{
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherName": "mikestead",
"version": "1.0.1",
"name": "dotenv"
},
{
"id": "816d44eb-5e28-431b-be81-2c52551d81ea",
"publisherId": "mitchdenny.ecdc",
"publisherName": "mitchdenny",
"version": "1.4.0",
"name": "ecdc"
},
{
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherName": "mrmlnc",
"version": "0.10.0",
"name": "vscode-scss"
},
{
"id": "3fd25437-acd9-42d7-ab19-581a69ce2dd9",
"publisherId": "MS-CEINTL.vscode-language-pack-pt-BR",
"publisherName": "MS-CEINTL",
"version": "1.61.5",
"name": "vscode-language-pack-pt-BR"
},
{
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh"
},
{
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh-edit"
},
{
"id": "47210ec2-0324-4cbb-9523-9dff02a5f9ec",
"publisherId": "ms-vscode.test-adapter-converter",
"publisherName": "ms-vscode",
"version": "0.1.4",
"name": "test-adapter-converter"
},
{
"id": "2d803fdd-31e6-4d11-a864-be81823ba991",
"publisherId": "ms-vscode.vs-keybindings",
"publisherName": "ms-vscode",
"version": "0.2.1",
"name": "vs-keybindings"
},
{
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherName": "msjsdiag",
"version": "4.13.0",
"name": "debugger-for-chrome"
},
{
"id": "6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b",
"publisherId": "mtxr.sqltools",
"publisherName": "mtxr",
"version": "0.23.0",
"name": "sqltools"
},
{
"id": "45e19ef7-c10a-44ce-8413-0d9edfbbdcaa",
"publisherId": "mtxr.sqltools-driver-mysql",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-mysql"
},
{
"id": "5862e2aa-ace9-476d-8b10-3b72fa494604",
"publisherId": "mtxr.sqltools-driver-sqlite",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-sqlite"
},
{
"id": "ffaf4ec8-f001-4f02-b671-705ecf079cde",
"publisherId": "mushan.vscode-paste-image",
"publisherName": "mushan",
"version": "1.0.4",
"name": "vscode-paste-image"
},
{
"id": "b9484b93-0531-4fd3-b3dd-9ff58dcfe678",
"publisherId": "natqe.reload",
"publisherName": "natqe",
"version": "0.0.6",
"name": "reload"
},
{
"id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
"publisherId": "naumovs.color-highlight",
"publisherName": "naumovs",
"version": "2.5.0",
"name": "color-highlight"
},
{
"id": "568a8977-8469-4f89-b30d-8d5e3c7a0ce7",
"publisherId": "negokaz.live-server-preview",
"publisherName": "negokaz",
"version": "0.1.4",
"name": "live-server-preview"
},
{
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca",
"publisherId": "neilbrayfield.php-docblocker",
"publisherName": "neilbrayfield",
"version": "2.6.1",
"name": "php-docblocker"
},
{
"id": "0fcefdd8-e09c-4b96-9998-f5dc891893dd",
"publisherId": "nhoizey.gremlins",
"publisherName": "nhoizey",
"version": "0.26.0",
"name": "gremlins"
},
{
"id": "a6b9aab7-dcff-4d11-a3eb-f79bf72a8da4",
"publisherId": "nick-rudenko.back-n-forth",
"publisherName": "nick-rudenko",
"version": "3.1.1",
"name": "back-n-forth"
},
{
"id": "d6ba4b7b-539f-456a-b0f6-0348df44cdf3",
"publisherId": "nikitaKunevich.snippet-creator",
"publisherName": "nikitaKunevich",
"version": "0.0.5",
"name": "snippet-creator"
},
{
"id": "d1b33efe-8957-4d14-9ef6-e043fdbe9079",
"publisherId": "Nimda.deepdark-material",
"publisherName": "Nimda",
"version": "3.3.0",
"name": "deepdark-material"
},
{
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherName": "oderwat",
"version": "8.2.1",
"name": "indent-rainbow"
},
{
"id": "f6c2c922-7a4d-4a60-aa8c-d7a41042f960",
"publisherId": "phiter.phpstorm-snippets",
"publisherName": "phiter",
"version": "1.1.2",
"name": "phpstorm-snippets"
},
{
"id": "80e9cc3c-eb09-48ed-afda-f1cfd9c9ca3f",
"publisherId": "phproberto.vscode-php-getters-setters",
"publisherName": "phproberto",
"version": "1.2.3",
"name": "vscode-php-getters-setters"
},
{
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherName": "PKief",
"version": "4.10.0",
"name": "material-icon-theme"
},
{
"id": "0b8f8d63-11a2-4194-969c-ca7488b3413a",
"publisherId": "pranaygp.vscode-css-peek",
"publisherName": "pranaygp",
"version": "4.2.0",
"name": "vscode-css-peek"
},
{
"id": "2dd42e50-1c7f-425b-b267-604c44b00e49",
"publisherId": "psioniq.psi-header",
"publisherName": "psioniq",
"version": "1.15.2",
"name": "psi-header"
},
{
"id": "e05d98bf-3735-4c1e-9fae-86ef0a52e19f",
"publisherId": "quicktype.quicktype",
"publisherName": "quicktype",
"version": "12.0.46",
"name": "quicktype"
},
{
"id": "ad577a34-d89a-4413-a066-12c941f6cef5",
"publisherId": "recca0120.vscode-phpunit",
"publisherName": "recca0120",
"version": "2.0.76",
"name": "vscode-phpunit"
},
{
"id": "3fb77af3-b8b3-4cb9-9137-f555bd80e2b1",
"publisherId": "richie5um2.vscode-sort-json",
"publisherName": "richie5um2",
"version": "1.20.0",
"name": "vscode-sort-json"
},
{
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherName": "ritwickdey",
"version": "5.6.1",
"name": "LiveServer"
},
{
"id": "79afa437-682e-4fa2-a4fd-87844832a1dc",
"publisherId": "ryu1kn.partial-diff",
"publisherName": "ryu1kn",
"version": "1.4.3",
"name": "partial-diff"
},
{
"id": "6ad45f5a-09ec-44e5-b363-867ddc1ec674",
"publisherId": "shardulm94.trailing-spaces",
"publisherName": "shardulm94",
"version": "0.3.1",
"name": "trailing-spaces"
},
{
"id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a",
"publisherId": "shd101wyy.markdown-preview-enhanced",
"publisherName": "shd101wyy",
"version": "0.6.0",
"name": "markdown-preview-enhanced"
},
{
"id": "4b0bb8e1-8f9a-42c4-b0dd-03691bdcc309",
"publisherId": "shyykoserhiy.vscode-spotify",
"publisherName": "shyykoserhiy",
"version": "3.2.1",
"name": "vscode-spotify"
},
{
"id": "2e9fe0cb-4e63-42fc-a809-fb056aad49c3",
"publisherId": "stevencl.addDocComments",
"publisherName": "stevencl",
"version": "0.0.8",
"name": "addDocComments"
},
{
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherName": "streetsidesoftware",
"version": "2.0.10",
"name": "code-spell-checker"
},
{
"id": "0e287d3c-2b2c-4bc7-8845-f2556d66a259",
"publisherId": "streetsidesoftware.code-spell-checker-french-reforme",
"publisherName": "streetsidesoftware",
"version": "2.0.1",
"name": "code-spell-checker-french-reforme"
},
{
"id": "289a3d39-a4cc-47c2-ad28-794fba368219",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese",
"publisherName": "streetsidesoftware",
"version": "0.1.9",
"name": "code-spell-checker-portuguese"
},
{
"id": "a669e675-9cb2-48a8-983d-33a1c4ed10ef",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese-brazilian",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-portuguese-brazilian"
},
{
"id": "8d6dcf6f-1957-4dd5-809e-addb07d8c1fb",
"publisherId": "streetsidesoftware.code-spell-checker-spanish",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-spanish"
},
{
"id": "947b629a-e9c8-4cb8-8551-45b9088960b5",
"publisherId": "tchayen.markdown-links",
"publisherName": "tchayen",
"version": "0.8.0",
"name": "markdown-links"
},
{
"id": "2a658c1b-308a-41e8-805a-fc8abda483bc",
"publisherId": "thekalinga.bootstrap4-vscode",
"publisherName": "thekalinga",
"version": "6.1.0",
"name": "bootstrap4-vscode"
},
{
"id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f",
"publisherId": "tombonnike.vscode-status-bar-format-toggle",
"publisherName": "tombonnike",
"version": "2.0.0",
"name": "vscode-status-bar-format-toggle"
},
{
"id": "d9b94116-8b10-4b49-91b4-249588a375e4",
"publisherId": "TzachOvadia.todo-list",
"publisherName": "TzachOvadia",
"version": "1.6.0",
"name": "todo-list"
},
{
"id": "9d8c32ab-354c-4daf-a9bf-20b633734435",
"publisherId": "usernamehw.errorlens",
"publisherName": "usernamehw",
"version": "3.4.0",
"name": "errorlens"
},
{
"id": "28b20c66-dbb8-4c01-a0f9-590be00ec2d3",
"publisherId": "viktorqvarfordt.vscode-pitch-black-theme",
"publisherName": "viktorqvarfordt",
"version": "1.2.6",
"name": "vscode-pitch-black-theme"
},
{
"id": "4cf94800-a066-464e-a4e0-97f2927ebca2",
"publisherId": "vilicvane.es-quotes",
"publisherName": "vilicvane",
"version": "0.2.6",
"name": "es-quotes"
},
{
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherName": "VisualStudioExptTeam",
"version": "1.2.14",
"name": "vscodeintellicode"
},
{
"id": "27d96499-52df-4f8e-8905-275284e25ace",
"publisherId": "vitaliymaz.vscode-svg-previewer",
"publisherName": "vitaliymaz",
"version": "0.7.0",
"name": "vscode-svg-previewer"
},
{
"id": "032ccf0d-9c21-43a5-8073-ae28e453ecef",
"publisherId": "whtouche.vscode-js-console-utils",
"publisherName": "whtouche",
"version": "0.7.0",
"name": "vscode-js-console-utils"
},
{
"id": "87b7ee15-39a4-4bbe-b4b8-86718c151964",
"publisherId": "wordpresstoolbox.wordpress-toolbox",
"publisherName": "wordpresstoolbox",
"version": "1.3.11",
"name": "wordpress-toolbox"
},
{
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherName": "xabikos",
"version": "1.8.0",
"name": "JavaScriptSnippets"
},
{
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherName": "yzhang",
"version": "3.4.0",
"name": "markdown-all-in-one"
}
]
},
"redhat.telemetry.enabled": false,
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
},
"zsh (2)": {
"path": "/usr/bin/zsh"
}
},
"terminal.integrated.defaultProfile.linux": "bash",
"code-runner.clearPreviousOutput": true,
"nimble.timer": {
"showReminders": "true",
"series": [
{
"pattern": [
{
"type": "Work",
"time": "25"
},
{
"type": "Break",
"time": "5"
}
],
"repeat": "8"
}
]
},
"git.confirmSync": false,
"update.mode": "start",
"workbench.enableExperiments": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"telemetry.telemetryLevel": "off",
"files.autoSave": "onWindowChange",
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"bracket-pair-colorizer-2.depreciation-notice": false,
"gitlens.statusBar.enabled": false,
"gitlens.hovers.enabled": false,
"gitlens.plusFeatures.enabled": false,
"gitlens.showWelcomeOnInstall": false,
"editor.hideCursorInOverviewRuler": true,
"terminal.integrated.cursorBlinking": true,
"editor.cursorSmoothCaretAnimation": true,
"vscode-edge-devtools.webhint": false,
"vscode-edge-devtools.defaultUrl": "http://localhost:5500/",
"vscode-edge-devtools.themes": "Dark",
"vscode-edge-devtools.welcome": false,
"vscode-edge-devtools.browserFlavor": "Dev",
"vscode-edge-devtools.mirrorEdits": true,
"liveServer.settings.useBrowserPreview": true,
"liveServer.settings.NoBrowser": true,
"window.zoomLevel": 1,
"bookmarks.keepBookmarksOnLineDelete": true,
"bookmarks.useWorkaroundForFormatters": true,
"numberedBookmarks.showBookmarkNotDefinedWarning": true,
"projectManager.showParentFolderInfoOnDuplicates": true,
"projectManager.supportSymlinksOnBaseFolders": true,
"projectManager.vscode.baseFolders": ["/home/desenvolvedor"],
"editor.cursorBlinking": "smooth",
"vscode-edge-devtools.fallbackRevision": "@50ae66234989b0cf2712501723a5a69837c8c505",
"editor.inlineSuggest.enabled": true,
"pomodoro.workColorButton": "white",
"pomodoro.breakColorButton": "orange",
"workbench.editorAssociations": {
"*.png": "luna.editor"
},
"pomodoro.workColorTime": "orange",
"cSpell.userWords": ["esversion", "Marcant", "newcap", "supernew"],
"codesnap.realLineNumbers": true,
"codesnap.showWindowTitle": true,
"[cpp]": {
"editor.defaultFormatter": "xaver.clang-format"
},
"explorer.confirmDelete": false,
"projectManager.confirmSwitchOnActiveWindow": "always",
"projectManager.filterOnFullPath": true,
"projectManager.groupList": true,
"projectManager.ignoreProjectsWithinProjects": true,
"projectManager.projectsLocation": "$home/.vscode",
"projectManager.tags": ["Faculdade", "Trabalho", "Curso"],
"xml.format.splitAttributesIndentSize": 4,
"include": "**/*.{ts,js,php,css,scss,html,c,cpp}",
"[c]": {
"editor.defaultFormatter": "xaver.clang-format"
},
"c-cpp-compile-run.c-compiler": "gcc ",
"c-cpp-compile-run.c-flags": "-Wall -Wextra -g",
"c-cpp-compile-run.cpp-flags": "-Wall -Wextra -g",
"banner-comments-plus.font": "Banner3-D",
"C_Cpp.vcFormat.wrap.preserveBlocks": "never"
}
{
"editor.guides.bracketPairs": true,
"clang-format.executable": "C:\\Program Files\\LLVM\\bin\\clang-format.exe",
"psi-header.config": {
"forceToTop": true,
"blankLinesAfter": 0,
"license": "Custom"
},
"psi-header.changes-tracking": {
"isActive": true,
"modAuthor": "Modified By:",
"modDate": "Last Modified:",
"modDateFormat": "date",
"include": ["js"],
"includeGlob": ["./**/*/.js"],
"exclude": ["markdown", "csv", "jsonc", "json", "css", "rest"],
"excludeGlob": [
"./**/*/.htacess",
"./**/*/settings.json",
"./**/*/composer.json",
"./**/*/package.json",
"./**/*/style.css",
"./**/*/estilo.css",
"./**/*/tsconfig.json"
],
"autoHeader": "manualSave"
},
"psi-header.license-text": ["Copyright: 2020 - All rights reserved."],
"psi-header.variables": [
["authoremail", "marcantech@uol.com.br"],
["author", "Marcos Antônio Barbosa de Souza"],
["copyrightholder", "All rights reserved"],
["company", "Marcant Tecnologia da Informação"]
],
"psi-header.lang-config": [
{
"language": "html",
"begin": "<!DOCTYPE html>\n<!--",
"prefix": " # ",
"end": "-->\n",
"ignoreLines": [" # "]
},
{
"language": "php",
"begin": "<?php",
"prefix": " # ",
"end": "?>",
"ignoreLines": [" # "]
},
{
"language": "blade",
"begin": "{{--",
"prefix": " # ",
"end": "--}}",
"ignoreLines": [" # "]
},
{
"language": "python",
"begin": "###",
"prefix": "# ",
"end": "###",
"beforeHeader": ["#!python3.8"]
},
{
"language": "shellscript",
"begin": "######",
"prefix": "# ",
"end": "#####",
"beforeHeader": ["#!/bin/sh"]
},
{
"language": "javascript",
"begin": "/**",
"prefix": " * ",
"end": " */",
"ignoreLines": [" * "],
"forceToTop": false
},
{
"language": "typescript",
"mapTo": "javascript"
}
],
"psi-header.templates": [
{
"language": "*",
"template": [
"*****",
"File: <<filename>>",
"Project: <<projectname>>",
"Path: <<projectpath>>",
"File Created: <<filecreated('dddd, DD MMMM YYYY HH:mm:ss')>>",
"Author: <<author>> (<<authoremail>>)",
"-----",
"Last Modified: <<dateformat('dddd, DD MMMM YYYY HH:mm:ss')>>",
"Modified By: <<author>> (<<<authoremail>>>)",
"-----",
"Copyright (c) <<yeartoyear(fc!P,now)>> <<copyrightholder>>, <<company>>",
"-----",
"Description:",
"············ ",
"*****"
]
}
],
"open-in-browser.default": "google-chrome",
"git.autofetch": true,
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "ATTENTION",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#FFFF00",
"bold": false,
"italic": false
},
{
"tag": "WARNING",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#FF00FF",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#006e2e",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"[php]": {
"editor.defaultFormatter": "vscode.php-language-features" // "HookyQR.beautify", "vscode.php-language-features", "esbenp.prettier-vscode",
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["$home"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#ffff00"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorian Blue",
"value": "#0b2016"
},
{
"name": "green",
"value": "#0a2016"
}
],
"workbench.colorTheme": "Pitch Black",
"profileSwitcher.profiles": ["PHP - JS - CSS - HTML - WordPress"],
"profileSwitcher.storage": {
"WordPress": {
"cornflakes.linter.executablePath": "/usr/bin/flake8",
"cornflakes.linter.run": "onType",
"git.autofetch": true,
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (Eex)",
"js",
"html"
],
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"window.zoomLevel": 1,
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.language": {
"js": {
"type": ["javascript", "json"],
"filename": [".jshintrc", ".jsbeautifyrc"]
},
"php": ["php", "sphp"],
"css": ["css", "scss"],
"html": ["htm", "html"],
"Dart": ["dart"]
},
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"jshint.options": {
"esversion": 8
},
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"cSpell.userDictionaryLocation": "/home/desenvolvedor/cspell.user.words.txt",
"cSpell.projectDictionaryLocation": "./cspell.project.words.txt",
"cSpell.userWords": [],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.general.tagGroups": {
"FIX": ["FIXME", "FIXIT"],
"ATTENTION": ["ALERT", "WARNING"]
},
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"rest-client.defaultHeaders": {
"Content-Type": "application/json",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJicnVjZUBkYy5jb20iLCJpc3MiOiJtZWF0LWFwaSIsImlhdCI6MTU5NTM1MTQ3OX0.csx1HVcFGwijZzyAj6Z0vtynLd4TEIa_eeE6Feg83Jk"
},
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.highlights.customHighlight": {
"BUG": {
"icon": "bug"
},
"FIXME": {
"icon": "flame"
}
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"liveServer.settings.CustomBrowser": "chrome",
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#bc8f8f",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"notebook.cellToolbarLocation": {
"default": "right"
},
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=",
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedTypes": false,
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["/home/desenvolvedor"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"CleanCSS.options": {
"format": "keep-breaks",
"compatibility": "ie8"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"cSpell.customDictionaries": {
"project-words": {
"name": "project-words",
"path": "${workspaceRoot}/cspell.project.words.txt",
"description": "Words used in this project",
"addWords": true
}
},
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.fontFamily": "MesloLGM Nerd Font",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorin Blue",
"value": "#113324"
},
{
"name": "Mandalorian Blue2",
"value": "#040d09"
}
],
"workbench.colorTheme": "Pitch Black"
},
"PHP - JS - CSS - HTML - WordPress": {
"cornflakes.linter.executablePath": "/usr/bin/flake8",
"cornflakes.linter.run": "onType",
"git.autofetch": true,
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (Eex)",
"js",
"html"
],
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"window.zoomLevel": 1,
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.language": {
"js": {
"type": ["javascript", "json"],
"filename": [".jshintrc", ".jsbeautifyrc"]
},
"php": ["php", "sphp"],
"css": ["css", "scss"],
"html": ["htm", "html"],
"Dart": ["dart"]
},
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"jshint.options": {
"esversion": 8
},
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"cSpell.userWords": [],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.general.tagGroups": {
"FIX": ["FIXME", "FIXIT"],
"ATTENTION": ["ALERT", "WARNING"]
},
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"editor.snippetSuggestions": "top",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"rest-client.defaultHeaders": {
"Content-Type": "application/json",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJicnVjZUBkYy5jb20iLCJpc3MiOiJtZWF0LWFwaSIsImlhdCI6MTU5NTM1MTQ3OX0.csx1HVcFGwijZzyAj6Z0vtynLd4TEIa_eeE6Feg83Jk"
},
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.highlights.customHighlight": {
"BUG": {
"icon": "bug"
},
"FIXME": {
"icon": "flame"
}
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"liveServer.settings.CustomBrowser": "chrome",
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#bc8f8f",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"notebook.cellToolbarLocation": {
"default": "right"
},
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=",
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[cpp]": {
"editor.defaultFormatter": "xaver.clang-format"
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedTypes": false,
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["/home/desenvolvedor"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"CleanCSS.options": {
"format": "keep-breaks",
"compatibility": "ie8"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"cSpell.customDictionaries": {
"project-words": {
"name": "project-words",
"path": "${workspaceRoot}/cspell.project.words.txt",
"description": "Words used in this project",
"addWords": true
}
},
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorin Blue",
"value": "#113324"
},
{
"name": "Mandalorian Blue2",
"value": "#040d09"
}
],
"workbench.colorTheme": "Pitch Black"
}
},
"profileSwitcher.extensions": {
"WordPress": [
{
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherName": "aaron-bond",
"version": "2.1.0",
"name": "better-comments"
},
{
"id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28",
"publisherId": "abusaidm.html-snippets",
"publisherName": "abusaidm",
"version": "0.2.1",
"name": "html-snippets"
},
{
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherName": "alefragnani",
"version": "13.2.2",
"name": "Bookmarks"
},
{
"id": "f0173dd6-501a-46b6-9840-c7849f6f9ee2",
"publisherId": "alefragnani.numbered-bookmarks",
"publisherName": "alefragnani",
"version": "8.1.0",
"name": "numbered-bookmarks"
},
{
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherName": "alefragnani",
"version": "12.4.0",
"name": "project-manager"
},
{
"id": "b52072d1-e507-4261-8935-f4d91a055d7d",
"publisherId": "amiralizadeh9480.laravel-extra-intellisense",
"publisherName": "amiralizadeh9480",
"version": "0.6.1",
"name": "laravel-extra-intellisense"
},
{
"id": "22f751e3-e0fe-49d0-af60-1655a92bfbeb",
"publisherId": "analytic-signal.preview-pdf",
"publisherName": "analytic-signal",
"version": "1.0.0",
"name": "preview-pdf"
},
{
"id": "4bb70abd-a70d-4603-8a07-da55285779fb",
"publisherId": "Anan.devdocstab",
"publisherName": "Anan",
"version": "1.0.1",
"name": "devdocstab"
},
{
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e",
"publisherId": "Angular.ng-template",
"publisherName": "Angular",
"version": "12.2.1",
"name": "ng-template"
},
{
"id": "239f847d-f465-4b08-9b71-97add0d81e4c",
"publisherId": "awesomektvn.toggle-semicolon",
"publisherName": "awesomektvn",
"version": "0.0.1",
"name": "toggle-semicolon"
},
{
"id": "b027c4b2-25ad-46db-b574-05dae3b2dc92",
"publisherId": "azemoh.one-monokai",
"publisherName": "azemoh",
"version": "0.5.0",
"name": "one-monokai"
},
{
"id": "d1818e93-bccc-4812-8b8b-37aabc5a7a94",
"publisherId": "BeardedBear.beardedtheme",
"publisherName": "BeardedBear",
"version": "4.0.0",
"name": "beardedtheme"
},
{
"id": "3c05b690-b0ad-46af-a6b3-a94da6ccb4b4",
"publisherId": "BenjaminZekavica.wordpress-gutenberg-snippets",
"publisherName": "BenjaminZekavica",
"version": "1.3.0",
"name": "wordpress-gutenberg-snippets"
},
{
"id": "0f8bd812-5d52-4fff-bd1c-6b0a7ee9cad9",
"publisherId": "bierner.color-info",
"publisherName": "bierner",
"version": "0.7.0",
"name": "color-info"
},
{
"id": "a41ef446-bc82-4194-b848-9b3d6f60e18d",
"publisherId": "bierner.markdown-image-size",
"publisherName": "bierner",
"version": "0.0.4",
"name": "markdown-image-size"
},
{
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherName": "bmewburn",
"version": "1.7.1",
"name": "vscode-intelephense-client"
},
{
"id": "a8194b6b-5989-4647-a5b8-ac7085201841",
"publisherId": "brapifra.phpserver",
"publisherName": "brapifra",
"version": "3.0.2",
"name": "phpserver"
},
{
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherName": "christian-kohler",
"version": "1.4.0",
"name": "npm-intellisense"
},
{
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherName": "christian-kohler",
"version": "2.4.0",
"name": "path-intellisense"
},
{
"id": "7ed7bccd-f358-4c6f-88c0-1296185abaa1",
"publisherId": "chrmarti.regex",
"publisherName": "chrmarti",
"version": "0.4.0",
"name": "regex"
},
{
"id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
"publisherId": "codezombiech.gitignore",
"publisherName": "codezombiech",
"version": "0.7.0",
"name": "gitignore"
},
{
"id": "0b86e0a5-d2ef-48d8-9a1a-73f96e65f26e",
"publisherId": "codingyu.laravel-goto-view",
"publisherName": "codingyu",
"version": "1.3.4",
"name": "laravel-goto-view"
},
{
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherName": "CoenraadS",
"version": "1.0.61",
"name": "bracket-pair-colorizer"
},
{
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
"publisherId": "CoenraadS.bracket-pair-colorizer-2",
"publisherName": "CoenraadS",
"version": "0.2.1",
"name": "bracket-pair-colorizer-2"
},
{
"id": "136682fc-7ac4-43b7-a50a-bb7890c39f25",
"publisherId": "darkriszty.markdown-table-prettify",
"publisherName": "darkriszty",
"version": "3.5.0",
"name": "markdown-table-prettify"
},
{
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherName": "DavidAnson",
"version": "0.44.4",
"name": "vscode-markdownlint"
},
{
"id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
"publisherId": "dbaeumer.jshint",
"publisherName": "dbaeumer",
"version": "0.11.0",
"name": "jshint"
},
{
"id": "0808d236-6faf-4f68-9f17-28f51a572ee4",
"publisherId": "deerawan.vscode-faker",
"publisherName": "deerawan",
"version": "1.5.0",
"name": "vscode-faker"
},
{
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherName": "donjayamanne",
"version": "0.6.18",
"name": "githistory"
},
{
"id": "99c12a52-ff68-4e9d-a975-a67556fee2f5",
"publisherId": "donjayamanne.jquerysnippets",
"publisherName": "donjayamanne",
"version": "0.0.1",
"name": "jquerysnippets"
},
{
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherName": "DotJoshJohnson",
"version": "2.5.1",
"name": "xml"
},
{
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherName": "eamodio",
"version": "11.6.1",
"name": "gitlens"
},
{
"id": "aaee577c-f062-495a-9816-0cbd442f1d25",
"publisherId": "ecmel.vscode-html-css",
"publisherName": "ecmel",
"version": "1.10.2",
"name": "vscode-html-css"
},
{
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherName": "EditorConfig",
"version": "0.16.4",
"name": "EditorConfig"
},
{
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherName": "eg2",
"version": "0.3.22",
"name": "vscode-npm-script"
},
{
"id": "20eefaf0-ae4b-42c0-8c07-9a0249e159eb",
"publisherId": "elypia.magick-image-reader",
"publisherName": "elypia",
"version": "0.5.0",
"name": "magick-image-reader"
},
{
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherName": "esbenp",
"version": "9.0.0",
"name": "prettier-vscode"
},
{
"id": "4f63037e-3a44-436f-a483-4c65a77f15f6",
"publisherId": "FallenMax.mithril-emmet",
"publisherName": "FallenMax",
"version": "0.7.6",
"name": "mithril-emmet"
},
{
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherName": "felixfbecker",
"version": "1.21.0",
"name": "php-debug"
},
{
"id": "5e69f001-f945-4c97-baf0-320d82a153b3",
"publisherId": "felixfbecker.php-intellisense",
"publisherName": "felixfbecker",
"version": "2.3.14",
"name": "php-intellisense"
},
{
"id": "1a9300c9-36a6-44d1-9d09-ada3641b8727",
"publisherId": "felixfbecker.php-pack",
"publisherName": "felixfbecker",
"version": "1.0.2",
"name": "php-pack"
},
{
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherName": "formulahendry",
"version": "0.5.12",
"name": "auto-close-tag"
},
{
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherName": "formulahendry",
"version": "0.1.9",
"name": "auto-rename-tag"
},
{
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherName": "formulahendry",
"version": "0.11.6",
"name": "code-runner"
},
{
"id": "7328a705-91fc-49e6-8293-da6f112e482d",
"publisherId": "GitHub.github-vscode-theme",
"publisherName": "GitHub",
"version": "5.0.0",
"name": "github-vscode-theme"
},
{
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherName": "Gruntfuggly",
"version": "0.0.214",
"name": "todo-tree"
},
{
"id": "4a589c65-311e-4a3c-9f74-d02cc53c0288",
"publisherId": "hangxingliu.vscode-coding-tracker",
"publisherName": "hangxingliu",
"version": "0.6.0",
"name": "vscode-coding-tracker"
},
{
"id": "ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8",
"publisherId": "hbenl.vscode-test-explorer",
"publisherName": "hbenl",
"version": "2.21.1",
"name": "vscode-test-explorer"
},
{
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherName": "HookyQR",
"version": "1.5.0",
"name": "beautify"
},
{
"id": "dda49fd5-1f3b-4d25-bf61-4fc41905ede5",
"publisherId": "humao.rest-client",
"publisherName": "humao",
"version": "0.24.5",
"name": "rest-client"
},
{
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f",
"publisherId": "IBM.output-colorizer",
"publisherName": "IBM",
"version": "0.1.2",
"name": "output-colorizer"
},
{
"id": "17a873c7-491e-4797-9172-186de70f5e98",
"publisherId": "idleberg.icon-fonts",
"publisherName": "idleberg",
"version": "2.5.2",
"name": "icon-fonts"
},
{
"id": "0d1241e3-fa60-4f24-8f2a-6d7085677c48",
"publisherId": "ionutvmi.path-autocomplete",
"publisherName": "ionutvmi",
"version": "1.17.1",
"name": "path-autocomplete"
},
{
"id": "41c03ed0-b7b8-4476-8d01-926a7e041e69",
"publisherId": "jebbs.markdown-extended",
"publisherName": "jebbs",
"version": "1.0.19",
"name": "markdown-extended"
},
{
"id": "4ae6dc82-7981-4f10-bd81-2d72aec37f39",
"publisherId": "jock.svg",
"publisherName": "jock",
"version": "1.4.13",
"name": "svg"
},
{
"id": "bd3a577b-547f-4b5c-826a-9be782edabe8",
"publisherId": "johnbillion.vscode-wordpress-hooks",
"publisherName": "johnbillion",
"version": "0.6.0",
"name": "vscode-wordpress-hooks"
},
{
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
"publisherId": "johnpapa.vscode-peacock",
"publisherName": "johnpapa",
"version": "3.10.1",
"name": "vscode-peacock"
},
{
"id": "0be0c393-8fd2-4ff8-9c13-e2789b45fc59",
"publisherId": "josee9988.minifyall",
"publisherName": "josee9988",
"version": "2.9.4",
"name": "minifyall"
},
{
"id": "92d01ae4-5a2e-4299-990c-7905798fb719",
"publisherId": "jsynowiec.vscode-insertdatestring",
"publisherName": "jsynowiec",
"version": "2.3.0",
"name": "vscode-insertdatestring"
},
{
"id": "dde258e9-793b-4377-a4fe-9d54cbd28ea2",
"publisherId": "kortina.vscode-markdown-notes",
"publisherName": "kortina",
"version": "0.0.24",
"name": "vscode-markdown-notes"
},
{
"id": "1bb92b2c-526c-4bfd-bb38-5bae1b278c89",
"publisherId": "leizongmin.node-module-intellisense",
"publisherName": "leizongmin",
"version": "1.5.0",
"name": "node-module-intellisense"
},
{
"id": "02ad79e8-159a-4d93-b8ef-54c8006b006a",
"publisherId": "lkytal.pomodoro",
"publisherName": "lkytal",
"version": "1.1.3",
"name": "pomodoro"
},
{
"id": "a4f91432-1b7d-4acd-b906-76d8ac8ad7e7",
"publisherId": "mdickin.markdown-shortcuts",
"publisherName": "mdickin",
"version": "0.12.0",
"name": "markdown-shortcuts"
},
{
"id": "3792588c-3d35-442d-91ea-fe6a755e8155",
"publisherId": "mechatroner.rainbow-csv",
"publisherName": "mechatroner",
"version": "1.9.1",
"name": "rainbow-csv"
},
{
"id": "651dce1f-eda8-4a5b-aa26-0d1266de8ed1",
"publisherId": "MehediDracula.php-namespace-resolver",
"publisherName": "MehediDracula",
"version": "1.1.8",
"name": "php-namespace-resolver"
},
{
"id": "438221f8-1107-4ccd-a6fe-f3b7fe0856b7",
"publisherId": "mhutchie.git-graph",
"publisherName": "mhutchie",
"version": "1.30.0",
"name": "git-graph"
},
{
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherName": "mikestead",
"version": "1.0.1",
"name": "dotenv"
},
{
"id": "816d44eb-5e28-431b-be81-2c52551d81ea",
"publisherId": "mitchdenny.ecdc",
"publisherName": "mitchdenny",
"version": "1.4.0",
"name": "ecdc"
},
{
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherName": "mrmlnc",
"version": "0.10.0",
"name": "vscode-scss"
},
{
"id": "3fd25437-acd9-42d7-ab19-581a69ce2dd9",
"publisherId": "MS-CEINTL.vscode-language-pack-pt-BR",
"publisherName": "MS-CEINTL",
"version": "1.61.5",
"name": "vscode-language-pack-pt-BR"
},
{
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh"
},
{
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh-edit"
},
{
"id": "47210ec2-0324-4cbb-9523-9dff02a5f9ec",
"publisherId": "ms-vscode.test-adapter-converter",
"publisherName": "ms-vscode",
"version": "0.1.4",
"name": "test-adapter-converter"
},
{
"id": "2d803fdd-31e6-4d11-a864-be81823ba991",
"publisherId": "ms-vscode.vs-keybindings",
"publisherName": "ms-vscode",
"version": "0.2.1",
"name": "vs-keybindings"
},
{
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherName": "msjsdiag",
"version": "4.13.0",
"name": "debugger-for-chrome"
},
{
"id": "6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b",
"publisherId": "mtxr.sqltools",
"publisherName": "mtxr",
"version": "0.23.0",
"name": "sqltools"
},
{
"id": "45e19ef7-c10a-44ce-8413-0d9edfbbdcaa",
"publisherId": "mtxr.sqltools-driver-mysql",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-mysql"
},
{
"id": "5862e2aa-ace9-476d-8b10-3b72fa494604",
"publisherId": "mtxr.sqltools-driver-sqlite",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-sqlite"
},
{
"id": "ffaf4ec8-f001-4f02-b671-705ecf079cde",
"publisherId": "mushan.vscode-paste-image",
"publisherName": "mushan",
"version": "1.0.4",
"name": "vscode-paste-image"
},
{
"id": "b9484b93-0531-4fd3-b3dd-9ff58dcfe678",
"publisherId": "natqe.reload",
"publisherName": "natqe",
"version": "0.0.6",
"name": "reload"
},
{
"id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
"publisherId": "naumovs.color-highlight",
"publisherName": "naumovs",
"version": "2.5.0",
"name": "color-highlight"
},
{
"id": "568a8977-8469-4f89-b30d-8d5e3c7a0ce7",
"publisherId": "negokaz.live-server-preview",
"publisherName": "negokaz",
"version": "0.1.4",
"name": "live-server-preview"
},
{
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca",
"publisherId": "neilbrayfield.php-docblocker",
"publisherName": "neilbrayfield",
"version": "2.6.1",
"name": "php-docblocker"
},
{
"id": "0fcefdd8-e09c-4b96-9998-f5dc891893dd",
"publisherId": "nhoizey.gremlins",
"publisherName": "nhoizey",
"version": "0.26.0",
"name": "gremlins"
},
{
"id": "a6b9aab7-dcff-4d11-a3eb-f79bf72a8da4",
"publisherId": "nick-rudenko.back-n-forth",
"publisherName": "nick-rudenko",
"version": "3.1.1",
"name": "back-n-forth"
},
{
"id": "d6ba4b7b-539f-456a-b0f6-0348df44cdf3",
"publisherId": "nikitaKunevich.snippet-creator",
"publisherName": "nikitaKunevich",
"version": "0.0.5",
"name": "snippet-creator"
},
{
"id": "d1b33efe-8957-4d14-9ef6-e043fdbe9079",
"publisherId": "Nimda.deepdark-material",
"publisherName": "Nimda",
"version": "3.3.0",
"name": "deepdark-material"
},
{
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherName": "oderwat",
"version": "8.2.1",
"name": "indent-rainbow"
},
{
"id": "3b58a227-618a-4b57-a06b-6984a2a8d1ba",
"publisherId": "onecentlin.laravel-blade",
"publisherName": "onecentlin",
"version": "1.27.0",
"name": "laravel-blade"
},
{
"id": "050d4900-7979-4d10-b7aa-e274f6ae8730",
"publisherId": "onecentlin.laravel5-snippets",
"publisherName": "onecentlin",
"version": "1.13.0",
"name": "laravel5-snippets"
},
{
"id": "f6c2c922-7a4d-4a60-aa8c-d7a41042f960",
"publisherId": "phiter.phpstorm-snippets",
"publisherName": "phiter",
"version": "1.1.2",
"name": "phpstorm-snippets"
},
{
"id": "80e9cc3c-eb09-48ed-afda-f1cfd9c9ca3f",
"publisherId": "phproberto.vscode-php-getters-setters",
"publisherName": "phproberto",
"version": "1.2.3",
"name": "vscode-php-getters-setters"
},
{
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherName": "PKief",
"version": "4.10.0",
"name": "material-icon-theme"
},
{
"id": "0b8f8d63-11a2-4194-969c-ca7488b3413a",
"publisherId": "pranaygp.vscode-css-peek",
"publisherName": "pranaygp",
"version": "4.2.0",
"name": "vscode-css-peek"
},
{
"id": "2dd42e50-1c7f-425b-b267-604c44b00e49",
"publisherId": "psioniq.psi-header",
"publisherName": "psioniq",
"version": "1.15.2",
"name": "psi-header"
},
{
"id": "e05d98bf-3735-4c1e-9fae-86ef0a52e19f",
"publisherId": "quicktype.quicktype",
"publisherName": "quicktype",
"version": "12.0.46",
"name": "quicktype"
},
{
"id": "ad577a34-d89a-4413-a066-12c941f6cef5",
"publisherId": "recca0120.vscode-phpunit",
"publisherName": "recca0120",
"version": "2.0.76",
"name": "vscode-phpunit"
},
{
"id": "3fb77af3-b8b3-4cb9-9137-f555bd80e2b1",
"publisherId": "richie5um2.vscode-sort-json",
"publisherName": "richie5um2",
"version": "1.20.0",
"name": "vscode-sort-json"
},
{
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherName": "ritwickdey",
"version": "5.6.1",
"name": "LiveServer"
},
{
"id": "8a3855a5-f258-48ee-87f9-fa4f7a0875b1",
"publisherId": "ryannaddy.laravel-artisan",
"publisherName": "ryannaddy",
"version": "0.0.28",
"name": "laravel-artisan"
},
{
"id": "79afa437-682e-4fa2-a4fd-87844832a1dc",
"publisherId": "ryu1kn.partial-diff",
"publisherName": "ryu1kn",
"version": "1.4.3",
"name": "partial-diff"
},
{
"id": "6ad45f5a-09ec-44e5-b363-867ddc1ec674",
"publisherId": "shardulm94.trailing-spaces",
"publisherName": "shardulm94",
"version": "0.3.1",
"name": "trailing-spaces"
},
{
"id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a",
"publisherId": "shd101wyy.markdown-preview-enhanced",
"publisherName": "shd101wyy",
"version": "0.6.0",
"name": "markdown-preview-enhanced"
},
{
"id": "4b0bb8e1-8f9a-42c4-b0dd-03691bdcc309",
"publisherId": "shyykoserhiy.vscode-spotify",
"publisherName": "shyykoserhiy",
"version": "3.2.1",
"name": "vscode-spotify"
},
{
"id": "f8a1bc85-dce8-4e51-a623-a40bde56fc8b",
"publisherId": "stef-k.laravel-goto-controller",
"publisherName": "stef-k",
"version": "0.0.15",
"name": "laravel-goto-controller"
},
{
"id": "2e9fe0cb-4e63-42fc-a809-fb056aad49c3",
"publisherId": "stevencl.addDocComments",
"publisherName": "stevencl",
"version": "0.0.8",
"name": "addDocComments"
},
{
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherName": "streetsidesoftware",
"version": "2.0.10",
"name": "code-spell-checker"
},
{
"id": "0e287d3c-2b2c-4bc7-8845-f2556d66a259",
"publisherId": "streetsidesoftware.code-spell-checker-french-reforme",
"publisherName": "streetsidesoftware",
"version": "2.0.1",
"name": "code-spell-checker-french-reforme"
},
{
"id": "289a3d39-a4cc-47c2-ad28-794fba368219",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese",
"publisherName": "streetsidesoftware",
"version": "0.1.9",
"name": "code-spell-checker-portuguese"
},
{
"id": "a669e675-9cb2-48a8-983d-33a1c4ed10ef",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese-brazilian",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-portuguese-brazilian"
},
{
"id": "8d6dcf6f-1957-4dd5-809e-addb07d8c1fb",
"publisherId": "streetsidesoftware.code-spell-checker-spanish",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-spanish"
},
{
"id": "947b629a-e9c8-4cb8-8551-45b9088960b5",
"publisherId": "tchayen.markdown-links",
"publisherName": "tchayen",
"version": "0.8.0",
"name": "markdown-links"
},
{
"id": "2a658c1b-308a-41e8-805a-fc8abda483bc",
"publisherId": "thekalinga.bootstrap4-vscode",
"publisherName": "thekalinga",
"version": "6.1.0",
"name": "bootstrap4-vscode"
},
{
"id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f",
"publisherId": "tombonnike.vscode-status-bar-format-toggle",
"publisherName": "tombonnike",
"version": "2.0.0",
"name": "vscode-status-bar-format-toggle"
},
{
"id": "d9b94116-8b10-4b49-91b4-249588a375e4",
"publisherId": "TzachOvadia.todo-list",
"publisherName": "TzachOvadia",
"version": "1.6.0",
"name": "todo-list"
},
{
"id": "9d8c32ab-354c-4daf-a9bf-20b633734435",
"publisherId": "usernamehw.errorlens",
"publisherName": "usernamehw",
"version": "3.4.0",
"name": "errorlens"
},
{
"id": "c4e31168-d200-4020-ae9e-1aa7b76d2c52",
"publisherId": "vangware.dark-plus-material",
"publisherName": "vangware",
"version": "2.4.4",
"name": "dark-plus-material"
},
{
"id": "28b20c66-dbb8-4c01-a0f9-590be00ec2d3",
"publisherId": "viktorqvarfordt.vscode-pitch-black-theme",
"publisherName": "viktorqvarfordt",
"version": "1.2.6",
"name": "vscode-pitch-black-theme"
},
{
"id": "4cf94800-a066-464e-a4e0-97f2927ebca2",
"publisherId": "vilicvane.es-quotes",
"publisherName": "vilicvane",
"version": "0.2.6",
"name": "es-quotes"
},
{
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherName": "VisualStudioExptTeam",
"version": "1.2.14",
"name": "vscodeintellicode"
},
{
"id": "27d96499-52df-4f8e-8905-275284e25ace",
"publisherId": "vitaliymaz.vscode-svg-previewer",
"publisherName": "vitaliymaz",
"version": "0.7.0",
"name": "vscode-svg-previewer"
},
{
"id": "032ccf0d-9c21-43a5-8073-ae28e453ecef",
"publisherId": "whtouche.vscode-js-console-utils",
"publisherName": "whtouche",
"version": "0.7.0",
"name": "vscode-js-console-utils"
},
{
"id": "87b7ee15-39a4-4bbe-b4b8-86718c151964",
"publisherId": "wordpresstoolbox.wordpress-toolbox",
"publisherName": "wordpresstoolbox",
"version": "1.3.11",
"name": "wordpress-toolbox"
},
{
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherName": "xabikos",
"version": "1.8.0",
"name": "JavaScriptSnippets"
},
{
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherName": "yzhang",
"version": "3.4.0",
"name": "markdown-all-in-one"
}
],
"PHP - JS - CSS - HTML - WordPress": [
{
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherName": "aaron-bond",
"version": "2.1.0",
"name": "better-comments"
},
{
"id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28",
"publisherId": "abusaidm.html-snippets",
"publisherName": "abusaidm",
"version": "0.2.1",
"name": "html-snippets"
},
{
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherName": "alefragnani",
"version": "13.2.2",
"name": "Bookmarks"
},
{
"id": "f0173dd6-501a-46b6-9840-c7849f6f9ee2",
"publisherId": "alefragnani.numbered-bookmarks",
"publisherName": "alefragnani",
"version": "8.1.0",
"name": "numbered-bookmarks"
},
{
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherName": "alefragnani",
"version": "12.4.0",
"name": "project-manager"
},
{
"id": "22f751e3-e0fe-49d0-af60-1655a92bfbeb",
"publisherId": "analytic-signal.preview-pdf",
"publisherName": "analytic-signal",
"version": "1.0.0",
"name": "preview-pdf"
},
{
"id": "4bb70abd-a70d-4603-8a07-da55285779fb",
"publisherId": "Anan.devdocstab",
"publisherName": "Anan",
"version": "1.0.1",
"name": "devdocstab"
},
{
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e",
"publisherId": "Angular.ng-template",
"publisherName": "Angular",
"version": "12.2.1",
"name": "ng-template"
},
{
"id": "239f847d-f465-4b08-9b71-97add0d81e4c",
"publisherId": "awesomektvn.toggle-semicolon",
"publisherName": "awesomektvn",
"version": "0.0.1",
"name": "toggle-semicolon"
},
{
"id": "3c05b690-b0ad-46af-a6b3-a94da6ccb4b4",
"publisherId": "BenjaminZekavica.wordpress-gutenberg-snippets",
"publisherName": "BenjaminZekavica",
"version": "1.3.0",
"name": "wordpress-gutenberg-snippets"
},
{
"id": "0f8bd812-5d52-4fff-bd1c-6b0a7ee9cad9",
"publisherId": "bierner.color-info",
"publisherName": "bierner",
"version": "0.7.0",
"name": "color-info"
},
{
"id": "a41ef446-bc82-4194-b848-9b3d6f60e18d",
"publisherId": "bierner.markdown-image-size",
"publisherName": "bierner",
"version": "0.0.4",
"name": "markdown-image-size"
},
{
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherName": "bmewburn",
"version": "1.7.1",
"name": "vscode-intelephense-client"
},
{
"id": "a8194b6b-5989-4647-a5b8-ac7085201841",
"publisherId": "brapifra.phpserver",
"publisherName": "brapifra",
"version": "3.0.2",
"name": "phpserver"
},
{
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherName": "christian-kohler",
"version": "1.4.0",
"name": "npm-intellisense"
},
{
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherName": "christian-kohler",
"version": "2.4.0",
"name": "path-intellisense"
},
{
"id": "7ed7bccd-f358-4c6f-88c0-1296185abaa1",
"publisherId": "chrmarti.regex",
"publisherName": "chrmarti",
"version": "0.4.0",
"name": "regex"
},
{
"id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
"publisherId": "codezombiech.gitignore",
"publisherName": "codezombiech",
"version": "0.7.0",
"name": "gitignore"
},
{
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherName": "CoenraadS",
"version": "1.0.61",
"name": "bracket-pair-colorizer"
},
{
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
"publisherId": "CoenraadS.bracket-pair-colorizer-2",
"publisherName": "CoenraadS",
"version": "0.2.1",
"name": "bracket-pair-colorizer-2"
},
{
"id": "136682fc-7ac4-43b7-a50a-bb7890c39f25",
"publisherId": "darkriszty.markdown-table-prettify",
"publisherName": "darkriszty",
"version": "3.5.0",
"name": "markdown-table-prettify"
},
{
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherName": "DavidAnson",
"version": "0.44.4",
"name": "vscode-markdownlint"
},
{
"id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
"publisherId": "dbaeumer.jshint",
"publisherName": "dbaeumer",
"version": "0.11.0",
"name": "jshint"
},
{
"id": "0808d236-6faf-4f68-9f17-28f51a572ee4",
"publisherId": "deerawan.vscode-faker",
"publisherName": "deerawan",
"version": "1.5.0",
"name": "vscode-faker"
},
{
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherName": "donjayamanne",
"version": "0.6.18",
"name": "githistory"
},
{
"id": "99c12a52-ff68-4e9d-a975-a67556fee2f5",
"publisherId": "donjayamanne.jquerysnippets",
"publisherName": "donjayamanne",
"version": "0.0.1",
"name": "jquerysnippets"
},
{
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherName": "DotJoshJohnson",
"version": "2.5.1",
"name": "xml"
},
{
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherName": "eamodio",
"version": "11.6.1",
"name": "gitlens"
},
{
"id": "aaee577c-f062-495a-9816-0cbd442f1d25",
"publisherId": "ecmel.vscode-html-css",
"publisherName": "ecmel",
"version": "1.10.2",
"name": "vscode-html-css"
},
{
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherName": "EditorConfig",
"version": "0.16.4",
"name": "EditorConfig"
},
{
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherName": "eg2",
"version": "0.3.22",
"name": "vscode-npm-script"
},
{
"id": "20eefaf0-ae4b-42c0-8c07-9a0249e159eb",
"publisherId": "elypia.magick-image-reader",
"publisherName": "elypia",
"version": "0.5.0",
"name": "magick-image-reader"
},
{
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherName": "esbenp",
"version": "9.0.0",
"name": "prettier-vscode"
},
{
"id": "4f63037e-3a44-436f-a483-4c65a77f15f6",
"publisherId": "FallenMax.mithril-emmet",
"publisherName": "FallenMax",
"version": "0.7.6",
"name": "mithril-emmet"
},
{
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherName": "felixfbecker",
"version": "1.21.0",
"name": "php-debug"
},
{
"id": "5e69f001-f945-4c97-baf0-320d82a153b3",
"publisherId": "felixfbecker.php-intellisense",
"publisherName": "felixfbecker",
"version": "2.3.14",
"name": "php-intellisense"
},
{
"id": "1a9300c9-36a6-44d1-9d09-ada3641b8727",
"publisherId": "felixfbecker.php-pack",
"publisherName": "felixfbecker",
"version": "1.0.2",
"name": "php-pack"
},
{
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherName": "formulahendry",
"version": "0.5.12",
"name": "auto-close-tag"
},
{
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherName": "formulahendry",
"version": "0.1.9",
"name": "auto-rename-tag"
},
{
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherName": "formulahendry",
"version": "0.11.6",
"name": "code-runner"
},
{
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherName": "Gruntfuggly",
"version": "0.0.214",
"name": "todo-tree"
},
{
"id": "4a589c65-311e-4a3c-9f74-d02cc53c0288",
"publisherId": "hangxingliu.vscode-coding-tracker",
"publisherName": "hangxingliu",
"version": "0.6.0",
"name": "vscode-coding-tracker"
},
{
"id": "ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8",
"publisherId": "hbenl.vscode-test-explorer",
"publisherName": "hbenl",
"version": "2.21.1",
"name": "vscode-test-explorer"
},
{
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherName": "HookyQR",
"version": "1.5.0",
"name": "beautify"
},
{
"id": "dda49fd5-1f3b-4d25-bf61-4fc41905ede5",
"publisherId": "humao.rest-client",
"publisherName": "humao",
"version": "0.24.5",
"name": "rest-client"
},
{
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f",
"publisherId": "IBM.output-colorizer",
"publisherName": "IBM",
"version": "0.1.2",
"name": "output-colorizer"
},
{
"id": "17a873c7-491e-4797-9172-186de70f5e98",
"publisherId": "idleberg.icon-fonts",
"publisherName": "idleberg",
"version": "2.5.2",
"name": "icon-fonts"
},
{
"id": "0d1241e3-fa60-4f24-8f2a-6d7085677c48",
"publisherId": "ionutvmi.path-autocomplete",
"publisherName": "ionutvmi",
"version": "1.17.1",
"name": "path-autocomplete"
},
{
"id": "41c03ed0-b7b8-4476-8d01-926a7e041e69",
"publisherId": "jebbs.markdown-extended",
"publisherName": "jebbs",
"version": "1.0.19",
"name": "markdown-extended"
},
{
"id": "4ae6dc82-7981-4f10-bd81-2d72aec37f39",
"publisherId": "jock.svg",
"publisherName": "jock",
"version": "1.4.13",
"name": "svg"
},
{
"id": "bd3a577b-547f-4b5c-826a-9be782edabe8",
"publisherId": "johnbillion.vscode-wordpress-hooks",
"publisherName": "johnbillion",
"version": "0.6.0",
"name": "vscode-wordpress-hooks"
},
{
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
"publisherId": "johnpapa.vscode-peacock",
"publisherName": "johnpapa",
"version": "3.10.1",
"name": "vscode-peacock"
},
{
"id": "0be0c393-8fd2-4ff8-9c13-e2789b45fc59",
"publisherId": "josee9988.minifyall",
"publisherName": "josee9988",
"version": "2.9.4",
"name": "minifyall"
},
{
"id": "92d01ae4-5a2e-4299-990c-7905798fb719",
"publisherId": "jsynowiec.vscode-insertdatestring",
"publisherName": "jsynowiec",
"version": "2.3.0",
"name": "vscode-insertdatestring"
},
{
"id": "dde258e9-793b-4377-a4fe-9d54cbd28ea2",
"publisherId": "kortina.vscode-markdown-notes",
"publisherName": "kortina",
"version": "0.0.24",
"name": "vscode-markdown-notes"
},
{
"id": "1bb92b2c-526c-4bfd-bb38-5bae1b278c89",
"publisherId": "leizongmin.node-module-intellisense",
"publisherName": "leizongmin",
"version": "1.5.0",
"name": "node-module-intellisense"
},
{
"id": "02ad79e8-159a-4d93-b8ef-54c8006b006a",
"publisherId": "lkytal.pomodoro",
"publisherName": "lkytal",
"version": "1.1.3",
"name": "pomodoro"
},
{
"id": "a4f91432-1b7d-4acd-b906-76d8ac8ad7e7",
"publisherId": "mdickin.markdown-shortcuts",
"publisherName": "mdickin",
"version": "0.12.0",
"name": "markdown-shortcuts"
},
{
"id": "3792588c-3d35-442d-91ea-fe6a755e8155",
"publisherId": "mechatroner.rainbow-csv",
"publisherName": "mechatroner",
"version": "1.9.1",
"name": "rainbow-csv"
},
{
"id": "651dce1f-eda8-4a5b-aa26-0d1266de8ed1",
"publisherId": "MehediDracula.php-namespace-resolver",
"publisherName": "MehediDracula",
"version": "1.1.8",
"name": "php-namespace-resolver"
},
{
"id": "438221f8-1107-4ccd-a6fe-f3b7fe0856b7",
"publisherId": "mhutchie.git-graph",
"publisherName": "mhutchie",
"version": "1.30.0",
"name": "git-graph"
},
{
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherName": "mikestead",
"version": "1.0.1",
"name": "dotenv"
},
{
"id": "816d44eb-5e28-431b-be81-2c52551d81ea",
"publisherId": "mitchdenny.ecdc",
"publisherName": "mitchdenny",
"version": "1.4.0",
"name": "ecdc"
},
{
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherName": "mrmlnc",
"version": "0.10.0",
"name": "vscode-scss"
},
{
"id": "3fd25437-acd9-42d7-ab19-581a69ce2dd9",
"publisherId": "MS-CEINTL.vscode-language-pack-pt-BR",
"publisherName": "MS-CEINTL",
"version": "1.61.5",
"name": "vscode-language-pack-pt-BR"
},
{
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh"
},
{
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh-edit"
},
{
"id": "47210ec2-0324-4cbb-9523-9dff02a5f9ec",
"publisherId": "ms-vscode.test-adapter-converter",
"publisherName": "ms-vscode",
"version": "0.1.4",
"name": "test-adapter-converter"
},
{
"id": "2d803fdd-31e6-4d11-a864-be81823ba991",
"publisherId": "ms-vscode.vs-keybindings",
"publisherName": "ms-vscode",
"version": "0.2.1",
"name": "vs-keybindings"
},
{
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherName": "msjsdiag",
"version": "4.13.0",
"name": "debugger-for-chrome"
},
{
"id": "6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b",
"publisherId": "mtxr.sqltools",
"publisherName": "mtxr",
"version": "0.23.0",
"name": "sqltools"
},
{
"id": "45e19ef7-c10a-44ce-8413-0d9edfbbdcaa",
"publisherId": "mtxr.sqltools-driver-mysql",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-mysql"
},
{
"id": "5862e2aa-ace9-476d-8b10-3b72fa494604",
"publisherId": "mtxr.sqltools-driver-sqlite",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-sqlite"
},
{
"id": "ffaf4ec8-f001-4f02-b671-705ecf079cde",
"publisherId": "mushan.vscode-paste-image",
"publisherName": "mushan",
"version": "1.0.4",
"name": "vscode-paste-image"
},
{
"id": "b9484b93-0531-4fd3-b3dd-9ff58dcfe678",
"publisherId": "natqe.reload",
"publisherName": "natqe",
"version": "0.0.6",
"name": "reload"
},
{
"id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
"publisherId": "naumovs.color-highlight",
"publisherName": "naumovs",
"version": "2.5.0",
"name": "color-highlight"
},
{
"id": "568a8977-8469-4f89-b30d-8d5e3c7a0ce7",
"publisherId": "negokaz.live-server-preview",
"publisherName": "negokaz",
"version": "0.1.4",
"name": "live-server-preview"
},
{
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca",
"publisherId": "neilbrayfield.php-docblocker",
"publisherName": "neilbrayfield",
"version": "2.6.1",
"name": "php-docblocker"
},
{
"id": "0fcefdd8-e09c-4b96-9998-f5dc891893dd",
"publisherId": "nhoizey.gremlins",
"publisherName": "nhoizey",
"version": "0.26.0",
"name": "gremlins"
},
{
"id": "a6b9aab7-dcff-4d11-a3eb-f79bf72a8da4",
"publisherId": "nick-rudenko.back-n-forth",
"publisherName": "nick-rudenko",
"version": "3.1.1",
"name": "back-n-forth"
},
{
"id": "d6ba4b7b-539f-456a-b0f6-0348df44cdf3",
"publisherId": "nikitaKunevich.snippet-creator",
"publisherName": "nikitaKunevich",
"version": "0.0.5",
"name": "snippet-creator"
},
{
"id": "d1b33efe-8957-4d14-9ef6-e043fdbe9079",
"publisherId": "Nimda.deepdark-material",
"publisherName": "Nimda",
"version": "3.3.0",
"name": "deepdark-material"
},
{
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherName": "oderwat",
"version": "8.2.1",
"name": "indent-rainbow"
},
{
"id": "f6c2c922-7a4d-4a60-aa8c-d7a41042f960",
"publisherId": "phiter.phpstorm-snippets",
"publisherName": "phiter",
"version": "1.1.2",
"name": "phpstorm-snippets"
},
{
"id": "80e9cc3c-eb09-48ed-afda-f1cfd9c9ca3f",
"publisherId": "phproberto.vscode-php-getters-setters",
"publisherName": "phproberto",
"version": "1.2.3",
"name": "vscode-php-getters-setters"
},
{
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherName": "PKief",
"version": "4.10.0",
"name": "material-icon-theme"
},
{
"id": "0b8f8d63-11a2-4194-969c-ca7488b3413a",
"publisherId": "pranaygp.vscode-css-peek",
"publisherName": "pranaygp",
"version": "4.2.0",
"name": "vscode-css-peek"
},
{
"id": "2dd42e50-1c7f-425b-b267-604c44b00e49",
"publisherId": "psioniq.psi-header",
"publisherName": "psioniq",
"version": "1.15.2",
"name": "psi-header"
},
{
"id": "e05d98bf-3735-4c1e-9fae-86ef0a52e19f",
"publisherId": "quicktype.quicktype",
"publisherName": "quicktype",
"version": "12.0.46",
"name": "quicktype"
},
{
"id": "ad577a34-d89a-4413-a066-12c941f6cef5",
"publisherId": "recca0120.vscode-phpunit",
"publisherName": "recca0120",
"version": "2.0.76",
"name": "vscode-phpunit"
},
{
"id": "3fb77af3-b8b3-4cb9-9137-f555bd80e2b1",
"publisherId": "richie5um2.vscode-sort-json",
"publisherName": "richie5um2",
"version": "1.20.0",
"name": "vscode-sort-json"
},
{
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherName": "ritwickdey",
"version": "5.6.1",
"name": "LiveServer"
},
{
"id": "79afa437-682e-4fa2-a4fd-87844832a1dc",
"publisherId": "ryu1kn.partial-diff",
"publisherName": "ryu1kn",
"version": "1.4.3",
"name": "partial-diff"
},
{
"id": "6ad45f5a-09ec-44e5-b363-867ddc1ec674",
"publisherId": "shardulm94.trailing-spaces",
"publisherName": "shardulm94",
"version": "0.3.1",
"name": "trailing-spaces"
},
{
"id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a",
"publisherId": "shd101wyy.markdown-preview-enhanced",
"publisherName": "shd101wyy",
"version": "0.6.0",
"name": "markdown-preview-enhanced"
},
{
"id": "4b0bb8e1-8f9a-42c4-b0dd-03691bdcc309",
"publisherId": "shyykoserhiy.vscode-spotify",
"publisherName": "shyykoserhiy",
"version": "3.2.1",
"name": "vscode-spotify"
},
{
"id": "2e9fe0cb-4e63-42fc-a809-fb056aad49c3",
"publisherId": "stevencl.addDocComments",
"publisherName": "stevencl",
"version": "0.0.8",
"name": "addDocComments"
},
{
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherName": "streetsidesoftware",
"version": "2.0.10",
"name": "code-spell-checker"
},
{
"id": "0e287d3c-2b2c-4bc7-8845-f2556d66a259",
"publisherId": "streetsidesoftware.code-spell-checker-french-reforme",
"publisherName": "streetsidesoftware",
"version": "2.0.1",
"name": "code-spell-checker-french-reforme"
},
{
"id": "289a3d39-a4cc-47c2-ad28-794fba368219",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese",
"publisherName": "streetsidesoftware",
"version": "0.1.9",
"name": "code-spell-checker-portuguese"
},
{
"id": "a669e675-9cb2-48a8-983d-33a1c4ed10ef",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese-brazilian",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-portuguese-brazilian"
},
{
"id": "8d6dcf6f-1957-4dd5-809e-addb07d8c1fb",
"publisherId": "streetsidesoftware.code-spell-checker-spanish",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-spanish"
},
{
"id": "947b629a-e9c8-4cb8-8551-45b9088960b5",
"publisherId": "tchayen.markdown-links",
"publisherName": "tchayen",
"version": "0.8.0",
"name": "markdown-links"
},
{
"id": "2a658c1b-308a-41e8-805a-fc8abda483bc",
"publisherId": "thekalinga.bootstrap4-vscode",
"publisherName": "thekalinga",
"version": "6.1.0",
"name": "bootstrap4-vscode"
},
{
"id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f",
"publisherId": "tombonnike.vscode-status-bar-format-toggle",
"publisherName": "tombonnike",
"version": "2.0.0",
"name": "vscode-status-bar-format-toggle"
},
{
"id": "d9b94116-8b10-4b49-91b4-249588a375e4",
"publisherId": "TzachOvadia.todo-list",
"publisherName": "TzachOvadia",
"version": "1.6.0",
"name": "todo-list"
},
{
"id": "9d8c32ab-354c-4daf-a9bf-20b633734435",
"publisherId": "usernamehw.errorlens",
"publisherName": "usernamehw",
"version": "3.4.0",
"name": "errorlens"
},
{
"id": "28b20c66-dbb8-4c01-a0f9-590be00ec2d3",
"publisherId": "viktorqvarfordt.vscode-pitch-black-theme",
"publisherName": "viktorqvarfordt",
"version": "1.2.6",
"name": "vscode-pitch-black-theme"
},
{
"id": "4cf94800-a066-464e-a4e0-97f2927ebca2",
"publisherId": "vilicvane.es-quotes",
"publisherName": "vilicvane",
"version": "0.2.6",
"name": "es-quotes"
},
{
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherName": "VisualStudioExptTeam",
"version": "1.2.14",
"name": "vscodeintellicode"
},
{
"id": "27d96499-52df-4f8e-8905-275284e25ace",
"publisherId": "vitaliymaz.vscode-svg-previewer",
"publisherName": "vitaliymaz",
"version": "0.7.0",
"name": "vscode-svg-previewer"
},
{
"id": "032ccf0d-9c21-43a5-8073-ae28e453ecef",
"publisherId": "whtouche.vscode-js-console-utils",
"publisherName": "whtouche",
"version": "0.7.0",
"name": "vscode-js-console-utils"
},
{
"id": "87b7ee15-39a4-4bbe-b4b8-86718c151964",
"publisherId": "wordpresstoolbox.wordpress-toolbox",
"publisherName": "wordpresstoolbox",
"version": "1.3.11",
"name": "wordpress-toolbox"
},
{
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherName": "xabikos",
"version": "1.8.0",
"name": "JavaScriptSnippets"
},
{
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherName": "yzhang",
"version": "3.4.0",
"name": "markdown-all-in-one"
}
]
},
"redhat.telemetry.enabled": false,
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
},
"zsh (2)": {
"path": "/usr/bin/zsh"
}
},
"terminal.integrated.defaultProfile.linux": "bash",
"code-runner.clearPreviousOutput": true,
"nimble.timer": {
"showReminders": "true",
"series": [
{
"pattern": [
{
"type": "Work",
"time": "25"
},
{
"type": "Break",
"time": "5"
}
],
"repeat": "8"
}
]
},
"git.confirmSync": false,
"update.mode": "start",
"workbench.enableExperiments": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"telemetry.telemetryLevel": "off",
"files.autoSave": "onWindowChange",
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"bracket-pair-colorizer-2.depreciation-notice": false,
"gitlens.statusBar.enabled": false,
"gitlens.hovers.enabled": false,
"gitlens.plusFeatures.enabled": false,
"gitlens.showWelcomeOnInstall": false,
"editor.hideCursorInOverviewRuler": true,
"terminal.integrated.cursorBlinking": true,
"editor.cursorSmoothCaretAnimation": true,
"vscode-edge-devtools.webhint": false,
"vscode-edge-devtools.defaultUrl": "http://localhost:5500/",
"vscode-edge-devtools.themes": "Dark",
"vscode-edge-devtools.welcome": false,
"vscode-edge-devtools.browserFlavor": "Dev",
"vscode-edge-devtools.mirrorEdits": true,
"liveServer.settings.useBrowserPreview": true,
"liveServer.settings.NoBrowser": true,
"window.zoomLevel": 1,
"bookmarks.keepBookmarksOnLineDelete": true,
"bookmarks.useWorkaroundForFormatters": true,
"numberedBookmarks.showBookmarkNotDefinedWarning": true,
"projectManager.showParentFolderInfoOnDuplicates": true,
"projectManager.supportSymlinksOnBaseFolders": true,
"projectManager.vscode.baseFolders": ["/home/desenvolvedor"],
"editor.cursorBlinking": "smooth",
"vscode-edge-devtools.fallbackRevision": "@50ae66234989b0cf2712501723a5a69837c8c505",
"editor.inlineSuggest.enabled": true,
"pomodoro.workColorButton": "white",
"pomodoro.breakColorButton": "orange",
"workbench.editorAssociations": {
"*.png": "luna.editor"
},
"pomodoro.workColorTime": "orange",
"cSpell.userWords": ["esversion", "Marcant", "newcap", "supernew"],
"codesnap.realLineNumbers": true,
"codesnap.showWindowTitle": true,
"[cpp]": {
"editor.defaultFormatter": "xaver.clang-format"
},
"explorer.confirmDelete": false,
"projectManager.confirmSwitchOnActiveWindow": "always",
"projectManager.filterOnFullPath": true,
"projectManager.groupList": true,
"projectManager.ignoreProjectsWithinProjects": true,
"projectManager.projectsLocation": "$home/.vscode",
"projectManager.tags": ["Faculdade", "Trabalho", "Curso"],
"xml.format.splitAttributesIndentSize": 4,
"include": "**/*.{ts,js,php,css,scss,html,c,cpp}",
"[c]": {
"editor.defaultFormatter": "xaver.clang-format"
},
"c-cpp-compile-run.c-compiler": "gcc ",
"c-cpp-compile-run.c-flags": "-Wall -Wextra -g",
"c-cpp-compile-run.cpp-flags": "-Wall -Wextra -g",
"banner-comments-plus.font": "Banner3-D",
"C_Cpp.vcFormat.wrap.preserveBlocks": "never",
"editor.wordWrapColumn": 100,
"diffEditor.wordWrap": "off",
"prettier.proseWrap": "never",
"editor.wrappingIndent": "none",
"debug.console.wordWrap": false,
"html.format.wrapLineLength": 100,
"banner-comments-plus.favorites": ["Banner3-D"],
"workbench.colorCustomizations": {}
}
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

This file has been truncated, but you can view the full file.
{
"editor.guides.bracketPairs": true,
"clang-format.executable": "C:\\Program Files\\LLVM\\bin\\clang-format.exe",
"psi-header.config": {
"forceToTop": true,
"blankLinesAfter": 0,
"license": "Custom"
},
"psi-header.changes-tracking": {
"isActive": true,
"modAuthor": "Modified By:",
"modDate": "Last Modified:",
"modDateFormat": "date",
"include": ["js"],
"includeGlob": ["./**/*/.js"],
"exclude": ["markdown", "csv", "jsonc", "json", "css", "rest"],
"excludeGlob": [
"./**/*/.htacess",
"./**/*/settings.json",
"./**/*/composer.json",
"./**/*/package.json",
"./**/*/style.css",
"./**/*/estilo.css",
"./**/*/tsconfig.json"
],
"autoHeader": "manualSave"
},
"psi-header.license-text": ["Copyright: 2020 - All rights reserved."],
"psi-header.variables": [
["authoremail", "marcantech@uol.com.br"],
["author", "Marcos Antônio Barbosa de Souza"],
["copyrightholder", "All rights reserved"],
["company", "Marcant Tecnologia da Informação"]
],
"psi-header.lang-config": [
{
"language": "html",
"begin": "<!DOCTYPE html>\n<!--",
"prefix": " # ",
"end": "-->\n",
"ignoreLines": [" # "]
},
{
"language": "php",
"begin": "<?php",
"prefix": " # ",
"end": "?>",
"ignoreLines": [" # "]
},
{
"language": "blade",
"begin": "{{--",
"prefix": " # ",
"end": "--}}",
"ignoreLines": [" # "]
},
{
"language": "python",
"begin": "###",
"prefix": "# ",
"end": "###",
"beforeHeader": ["#!python3.8"]
},
{
"language": "shellscript",
"begin": "######",
"prefix": "# ",
"end": "#####",
"beforeHeader": ["#!/bin/sh"]
},
{
"language": "javascript",
"begin": "/**",
"prefix": " * ",
"end": " */",
"ignoreLines": [" * "],
"forceToTop": false
},
{
"language": "typescript",
"mapTo": "javascript"
}
],
"psi-header.templates": [
{
"language": "*",
"template": [
"*****",
"File: <<filename>>",
"Project: <<projectname>>",
"Path: <<projectpath>>",
"File Created: <<filecreated('dddd, DD MMMM YYYY HH:mm:ss')>>",
"Author: <<author>> (<<authoremail>>)",
"-----",
"Last Modified: <<dateformat('dddd, DD MMMM YYYY HH:mm:ss')>>",
"Modified By: <<author>> (<<<authoremail>>>)",
"-----",
"Copyright (c) <<yeartoyear(fc!P,now)>> <<copyrightholder>>, <<company>>",
"-----",
"Description:",
"············ ",
"*****"
]
}
],
"open-in-browser.default": "google-chrome",
"git.autofetch": true,
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "ATTENTION",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#FFFF00",
"bold": false,
"italic": false
},
{
"tag": "WARNING",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#FF00FF",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#000",
"strikethrough": false,
"underline": false,
"backgroundColor": "#006e2e",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"[php]": {
"editor.defaultFormatter": "vscode.php-language-features" // "HookyQR.beautify", "vscode.php-language-features", "esbenp.prettier-vscode",
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["$home"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#ffff00"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorian Blue",
"value": "#0b2016"
},
{
"name": "green",
"value": "#0a2016"
}
],
"workbench.colorTheme": "Pitch Black",
"profileSwitcher.profiles": ["PHP - JS - CSS - HTML - WordPress"],
"profileSwitcher.storage": {
"WordPress": {
"cornflakes.linter.executablePath": "/usr/bin/flake8",
"cornflakes.linter.run": "onType",
"git.autofetch": true,
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (Eex)",
"js",
"html"
],
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"window.zoomLevel": 1,
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.language": {
"js": {
"type": ["javascript", "json"],
"filename": [".jshintrc", ".jsbeautifyrc"]
},
"php": ["php", "sphp"],
"css": ["css", "scss"],
"html": ["htm", "html"],
"Dart": ["dart"]
},
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"jshint.options": {
"esversion": 8
},
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"cSpell.userDictionaryLocation": "/home/desenvolvedor/cspell.user.words.txt",
"cSpell.projectDictionaryLocation": "./cspell.project.words.txt",
"cSpell.userWords": [],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.general.tagGroups": {
"FIX": ["FIXME", "FIXIT"],
"ATTENTION": ["ALERT", "WARNING"]
},
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"rest-client.defaultHeaders": {
"Content-Type": "application/json",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJicnVjZUBkYy5jb20iLCJpc3MiOiJtZWF0LWFwaSIsImlhdCI6MTU5NTM1MTQ3OX0.csx1HVcFGwijZzyAj6Z0vtynLd4TEIa_eeE6Feg83Jk"
},
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.highlights.customHighlight": {
"BUG": {
"icon": "bug"
},
"FIXME": {
"icon": "flame"
}
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"liveServer.settings.CustomBrowser": "chrome",
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#bc8f8f",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"notebook.cellToolbarLocation": {
"default": "right"
},
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=",
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedTypes": false,
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["/home/desenvolvedor"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"CleanCSS.options": {
"format": "keep-breaks",
"compatibility": "ie8"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"cSpell.customDictionaries": {
"project-words": {
"name": "project-words",
"path": "${workspaceRoot}/cspell.project.words.txt",
"description": "Words used in this project",
"addWords": true
}
},
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.fontFamily": "MesloLGM Nerd Font",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorin Blue",
"value": "#113324"
},
{
"name": "Mandalorian Blue2",
"value": "#040d09"
}
],
"workbench.colorTheme": "Pitch Black"
},
"PHP - JS - CSS - HTML - WordPress": {
"cornflakes.linter.executablePath": "/usr/bin/flake8",
"cornflakes.linter.run": "onType",
"git.autofetch": true,
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (Eex)",
"js",
"html"
],
"insertDateString.format": "DDDD, DD MMMM YYYY hh:mm:ss",
"window.zoomLevel": 1,
"editor.multiCursorModifier": "ctrlCmd",
"insertDateString.formatDate": "DD-MM-YYYY hh:mm:ss",
"beautify.language": {
"js": {
"type": ["javascript", "json"],
"filename": [".jshintrc", ".jsbeautifyrc"]
},
"php": ["php", "sphp"],
"css": ["css", "scss"],
"html": ["htm", "html"],
"Dart": ["dart"]
},
"beautify.ignore": ["*/test.js", "**/spec/*", "**/test/**/*"],
"cSpell.language": "en,pt,pt-BR,es-ES,es,en-GB,lorem",
"jshint.options": {
"esversion": 8
},
"editor.columnSelection": false,
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.wrapLogMessage": true,
"wrap-console-log.autoFormat": true,
"wrap-console-log.configuration.moveToLine": "Target line",
"javascript.format.insertSpaceAfterConstructor": true,
"numberedBookmarks.saveBookmarksInProject": true,
"cSpell.userWords": [],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", // "mgmcdermott.vscode-language-babel"
"editor.tabSize": 4
},
"enableTelemetry": false,
"github.storeCredentials": false,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"UNDONE",
"[ ]",
"[x]"
],
"workbench.iconTheme": "material-icon-theme",
"better-comments.highlightPlainText": true,
"editor.renderControlCharacters": true,
"cSpell.ignoreRegExpList": [" class=\"[A-Za-z0-9_]\""],
"trello.defaultList": "",
"trello.token": "",
"github.auth": "",
"name": "",
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.statusBar": "total",
"todo-tree.general.tagGroups": {
"FIX": ["FIXME", "FIXIT"],
"ATTENTION": ["ALERT", "WARNING"]
},
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.exclude": ["**/settings.json"],
"todo-tree.filtering.excludeGlobs": ["**/settings.json"],
"exclude": "{**/node_modules/**,**/bower_components/**,**/dist/**,**/build/**,**/.vscode/**,**/_output/**,**/vendor/**,**/*.min.*,**/*.map,**/settings.json}",
"emmet.triggerExpansionOnTab": true,
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
"**/*.css",
".vscode",
"**/wp-config.php",
"**/languages/*.pot"
],
"enableCommentFormatting": false,
"php.validate.executablePath": "/etc/alternatives/php",
"php.suggest.basic": false,
"editor.suggestSelection": "first",
"editor.snippetSuggestions": "top",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"numberedBookmarks.navigateThroughAllFiles": "replace",
"rest-client.defaultHeaders": {
"Content-Type": "application/json",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJicnVjZUBkYy5jb20iLCJpc3MiOiJtZWF0LWFwaSIsImlhdCI6MTU5NTM1MTQ3OX0.csx1HVcFGwijZzyAj6Z0vtynLd4TEIa_eeE6Feg83Jk"
},
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"sync.autoDownload": true,
"sync.quietSync": false,
"bookmarks.saveBookmarksInProject": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"todo-tree.highlights.customHighlight": {
"BUG": {
"icon": "bug"
},
"FIXME": {
"icon": "flame"
}
},
"todo-tree.filtering.excludedWorkspaces": [
"**/settings.json",
"**/vendor/*"
],
"liveServer.settings.CustomBrowser": "chrome",
"todo-tree.filtering.ignoreGitSubmodules": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"editor.linkedEditing": true,
"phpserver.browser": "google-chrome",
"phpserver.phpConfigPath": "/etc/php/7.4/apache2/php.ini",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": "css"
},
{
"selector": "scss",
"colors": "css"
},
{
"selector": "less",
"colors": "css"
}
],
"colorize.exclude": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.languages": [
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
],
"color-highlight.languages": ["*"],
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "TODO",
"color": "#00ff00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "FIXME",
"color": "#FF00FF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "HACK",
"color": "#00FFFF",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "BUG",
"color": "#FFFF00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UNDONE",
"color": "#ff7f50",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#bc8f8f",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"window.titleBarStyle": "custom",
"window.restoreFullscreen": true,
"todo-tree.general.revealBehaviour": "end of todo",
"actionTypes": "TODO,FIXME,HACK,BUG,UNDONE",
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"debug.terminal.clearBeforeReusing": true,
"extensions.ignoreRecommendations": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"cSpell.enableFiletypes": ["dart"],
"dart.openDevTools": "flutter",
"formattingToggle.affects": ["formatOnPaste", "formatOnSave"],
"notebook.cellToolbarLocation": {
"default": "right"
},
"workbench.startupEditor": "none",
"python.defaultInterpreterPath": "python3.8",
"vscodeGoogleTranslate.preferredLanguage": "Portuguese",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
},
"editor.autoClosingQuotes": "always",
"editor.defaultFormatter": "HookyQR.beautify",
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=",
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[cpp]": {
"editor.defaultFormatter": "xaver.clang-format"
},
"intelephense.format.braces": "k&r",
"intelephense.environment.phpVersion": "7.4.23",
"intelephense.diagnostics.undefinedTypes": false,
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
"intelephense.diagnostics.deprecated": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.references.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"intelephense.rename.exclude": [
"**/vendor/**",
"**/wflogs/**",
"**/inc/**"
],
"liveServer.settings.host": "localhost",
"projectManager.git.baseFolders": ["/home/desenvolvedor"],
"projectManager.any.baseFolders": ["/home/desenvolvedor"],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"CleanCSS.options": {
"format": "keep-breaks",
"compatibility": "ie8"
},
"cSpell.enabled": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"graphql",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"python",
"pug",
"restructuredtext",
"rust",
"scala",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"scss"
],
"indentRainbow.errorColor": "rgba(255,0,0,0.09)",
"indentRainbow.colors": [
"rgba(255,255,51,0.09)",
"rgba(79,236,236,0.09)",
"rgba(255,127,255,0.09)",
"rgba(85,255,0,0.09)",
"rgba(255,128,0,0.09)"
],
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"autoimport.showNotifications": true,
"tabnine.experimentalAutoImports": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4,
"html-css-class-completion.enableEmmetSupport": true,
"cssPeek.peekFromLanguages": [
"html",
"laravel-blade",
"vue",
"blade",
"handlebars",
"php",
"md",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"HTML (Eex)",
"html-eex",
"ejs"
],
"prettier.singleQuote": true,
"prettier.vueIndentScriptAndStyle": true,
"markdown.marp.chromePath": "/usr/bin/google-chrome",
"markdown.marp.enableHtml": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"codestream.showInStatusBar": "right",
"codestream.showMarkerCodeLens": true,
"previewServer.browsers": ["chrome", "firefox", "safari"],
"previewServer.ignoreDefaultBrowser": true,
"foam.openDailyNote.onStartup": true,
"bracketPairColorizer.excludedLanguages": ["markdown"],
"[markdown]": {
"editor.quickSuggestions": {
"strings": true
}
},
"cSpell.customDictionaries": {
"project-words": {
"name": "project-words",
"path": "${workspaceRoot}/cspell.project.words.txt",
"description": "Words used in this project",
"addWords": true
}
},
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh"
},
"BrowserSync": {
"icon": "terminal-bash",
"overrideName": true,
"name": "BrowserSync",
"path": "bs"
}
},
"peacock.affectActivityBar": false,
"sync.gist": "4fa61f625e6c1b1aa016fd5c33967236",
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"Notes.notesLocation": "/home/desenvolvedor/WordPress Theme Marcantech/wp-content/themes/marcantech",
"markdown-preview-enhanced.liveUpdate": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Mandalorin Blue",
"value": "#113324"
},
{
"name": "Mandalorian Blue2",
"value": "#040d09"
}
],
"workbench.colorTheme": "Pitch Black"
}
},
"profileSwitcher.extensions": {
"WordPress": [
{
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherName": "aaron-bond",
"version": "2.1.0",
"name": "better-comments"
},
{
"id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28",
"publisherId": "abusaidm.html-snippets",
"publisherName": "abusaidm",
"version": "0.2.1",
"name": "html-snippets"
},
{
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherName": "alefragnani",
"version": "13.2.2",
"name": "Bookmarks"
},
{
"id": "f0173dd6-501a-46b6-9840-c7849f6f9ee2",
"publisherId": "alefragnani.numbered-bookmarks",
"publisherName": "alefragnani",
"version": "8.1.0",
"name": "numbered-bookmarks"
},
{
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherName": "alefragnani",
"version": "12.4.0",
"name": "project-manager"
},
{
"id": "b52072d1-e507-4261-8935-f4d91a055d7d",
"publisherId": "amiralizadeh9480.laravel-extra-intellisense",
"publisherName": "amiralizadeh9480",
"version": "0.6.1",
"name": "laravel-extra-intellisense"
},
{
"id": "22f751e3-e0fe-49d0-af60-1655a92bfbeb",
"publisherId": "analytic-signal.preview-pdf",
"publisherName": "analytic-signal",
"version": "1.0.0",
"name": "preview-pdf"
},
{
"id": "4bb70abd-a70d-4603-8a07-da55285779fb",
"publisherId": "Anan.devdocstab",
"publisherName": "Anan",
"version": "1.0.1",
"name": "devdocstab"
},
{
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e",
"publisherId": "Angular.ng-template",
"publisherName": "Angular",
"version": "12.2.1",
"name": "ng-template"
},
{
"id": "239f847d-f465-4b08-9b71-97add0d81e4c",
"publisherId": "awesomektvn.toggle-semicolon",
"publisherName": "awesomektvn",
"version": "0.0.1",
"name": "toggle-semicolon"
},
{
"id": "b027c4b2-25ad-46db-b574-05dae3b2dc92",
"publisherId": "azemoh.one-monokai",
"publisherName": "azemoh",
"version": "0.5.0",
"name": "one-monokai"
},
{
"id": "d1818e93-bccc-4812-8b8b-37aabc5a7a94",
"publisherId": "BeardedBear.beardedtheme",
"publisherName": "BeardedBear",
"version": "4.0.0",
"name": "beardedtheme"
},
{
"id": "3c05b690-b0ad-46af-a6b3-a94da6ccb4b4",
"publisherId": "BenjaminZekavica.wordpress-gutenberg-snippets",
"publisherName": "BenjaminZekavica",
"version": "1.3.0",
"name": "wordpress-gutenberg-snippets"
},
{
"id": "0f8bd812-5d52-4fff-bd1c-6b0a7ee9cad9",
"publisherId": "bierner.color-info",
"publisherName": "bierner",
"version": "0.7.0",
"name": "color-info"
},
{
"id": "a41ef446-bc82-4194-b848-9b3d6f60e18d",
"publisherId": "bierner.markdown-image-size",
"publisherName": "bierner",
"version": "0.0.4",
"name": "markdown-image-size"
},
{
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherName": "bmewburn",
"version": "1.7.1",
"name": "vscode-intelephense-client"
},
{
"id": "a8194b6b-5989-4647-a5b8-ac7085201841",
"publisherId": "brapifra.phpserver",
"publisherName": "brapifra",
"version": "3.0.2",
"name": "phpserver"
},
{
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherName": "christian-kohler",
"version": "1.4.0",
"name": "npm-intellisense"
},
{
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherName": "christian-kohler",
"version": "2.4.0",
"name": "path-intellisense"
},
{
"id": "7ed7bccd-f358-4c6f-88c0-1296185abaa1",
"publisherId": "chrmarti.regex",
"publisherName": "chrmarti",
"version": "0.4.0",
"name": "regex"
},
{
"id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
"publisherId": "codezombiech.gitignore",
"publisherName": "codezombiech",
"version": "0.7.0",
"name": "gitignore"
},
{
"id": "0b86e0a5-d2ef-48d8-9a1a-73f96e65f26e",
"publisherId": "codingyu.laravel-goto-view",
"publisherName": "codingyu",
"version": "1.3.4",
"name": "laravel-goto-view"
},
{
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherName": "CoenraadS",
"version": "1.0.61",
"name": "bracket-pair-colorizer"
},
{
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
"publisherId": "CoenraadS.bracket-pair-colorizer-2",
"publisherName": "CoenraadS",
"version": "0.2.1",
"name": "bracket-pair-colorizer-2"
},
{
"id": "136682fc-7ac4-43b7-a50a-bb7890c39f25",
"publisherId": "darkriszty.markdown-table-prettify",
"publisherName": "darkriszty",
"version": "3.5.0",
"name": "markdown-table-prettify"
},
{
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherName": "DavidAnson",
"version": "0.44.4",
"name": "vscode-markdownlint"
},
{
"id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
"publisherId": "dbaeumer.jshint",
"publisherName": "dbaeumer",
"version": "0.11.0",
"name": "jshint"
},
{
"id": "0808d236-6faf-4f68-9f17-28f51a572ee4",
"publisherId": "deerawan.vscode-faker",
"publisherName": "deerawan",
"version": "1.5.0",
"name": "vscode-faker"
},
{
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherName": "donjayamanne",
"version": "0.6.18",
"name": "githistory"
},
{
"id": "99c12a52-ff68-4e9d-a975-a67556fee2f5",
"publisherId": "donjayamanne.jquerysnippets",
"publisherName": "donjayamanne",
"version": "0.0.1",
"name": "jquerysnippets"
},
{
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherName": "DotJoshJohnson",
"version": "2.5.1",
"name": "xml"
},
{
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherName": "eamodio",
"version": "11.6.1",
"name": "gitlens"
},
{
"id": "aaee577c-f062-495a-9816-0cbd442f1d25",
"publisherId": "ecmel.vscode-html-css",
"publisherName": "ecmel",
"version": "1.10.2",
"name": "vscode-html-css"
},
{
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherName": "EditorConfig",
"version": "0.16.4",
"name": "EditorConfig"
},
{
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherName": "eg2",
"version": "0.3.22",
"name": "vscode-npm-script"
},
{
"id": "20eefaf0-ae4b-42c0-8c07-9a0249e159eb",
"publisherId": "elypia.magick-image-reader",
"publisherName": "elypia",
"version": "0.5.0",
"name": "magick-image-reader"
},
{
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherName": "esbenp",
"version": "9.0.0",
"name": "prettier-vscode"
},
{
"id": "4f63037e-3a44-436f-a483-4c65a77f15f6",
"publisherId": "FallenMax.mithril-emmet",
"publisherName": "FallenMax",
"version": "0.7.6",
"name": "mithril-emmet"
},
{
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherName": "felixfbecker",
"version": "1.21.0",
"name": "php-debug"
},
{
"id": "5e69f001-f945-4c97-baf0-320d82a153b3",
"publisherId": "felixfbecker.php-intellisense",
"publisherName": "felixfbecker",
"version": "2.3.14",
"name": "php-intellisense"
},
{
"id": "1a9300c9-36a6-44d1-9d09-ada3641b8727",
"publisherId": "felixfbecker.php-pack",
"publisherName": "felixfbecker",
"version": "1.0.2",
"name": "php-pack"
},
{
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherName": "formulahendry",
"version": "0.5.12",
"name": "auto-close-tag"
},
{
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherName": "formulahendry",
"version": "0.1.9",
"name": "auto-rename-tag"
},
{
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherName": "formulahendry",
"version": "0.11.6",
"name": "code-runner"
},
{
"id": "7328a705-91fc-49e6-8293-da6f112e482d",
"publisherId": "GitHub.github-vscode-theme",
"publisherName": "GitHub",
"version": "5.0.0",
"name": "github-vscode-theme"
},
{
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherName": "Gruntfuggly",
"version": "0.0.214",
"name": "todo-tree"
},
{
"id": "4a589c65-311e-4a3c-9f74-d02cc53c0288",
"publisherId": "hangxingliu.vscode-coding-tracker",
"publisherName": "hangxingliu",
"version": "0.6.0",
"name": "vscode-coding-tracker"
},
{
"id": "ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8",
"publisherId": "hbenl.vscode-test-explorer",
"publisherName": "hbenl",
"version": "2.21.1",
"name": "vscode-test-explorer"
},
{
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherName": "HookyQR",
"version": "1.5.0",
"name": "beautify"
},
{
"id": "dda49fd5-1f3b-4d25-bf61-4fc41905ede5",
"publisherId": "humao.rest-client",
"publisherName": "humao",
"version": "0.24.5",
"name": "rest-client"
},
{
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f",
"publisherId": "IBM.output-colorizer",
"publisherName": "IBM",
"version": "0.1.2",
"name": "output-colorizer"
},
{
"id": "17a873c7-491e-4797-9172-186de70f5e98",
"publisherId": "idleberg.icon-fonts",
"publisherName": "idleberg",
"version": "2.5.2",
"name": "icon-fonts"
},
{
"id": "0d1241e3-fa60-4f24-8f2a-6d7085677c48",
"publisherId": "ionutvmi.path-autocomplete",
"publisherName": "ionutvmi",
"version": "1.17.1",
"name": "path-autocomplete"
},
{
"id": "41c03ed0-b7b8-4476-8d01-926a7e041e69",
"publisherId": "jebbs.markdown-extended",
"publisherName": "jebbs",
"version": "1.0.19",
"name": "markdown-extended"
},
{
"id": "4ae6dc82-7981-4f10-bd81-2d72aec37f39",
"publisherId": "jock.svg",
"publisherName": "jock",
"version": "1.4.13",
"name": "svg"
},
{
"id": "bd3a577b-547f-4b5c-826a-9be782edabe8",
"publisherId": "johnbillion.vscode-wordpress-hooks",
"publisherName": "johnbillion",
"version": "0.6.0",
"name": "vscode-wordpress-hooks"
},
{
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
"publisherId": "johnpapa.vscode-peacock",
"publisherName": "johnpapa",
"version": "3.10.1",
"name": "vscode-peacock"
},
{
"id": "0be0c393-8fd2-4ff8-9c13-e2789b45fc59",
"publisherId": "josee9988.minifyall",
"publisherName": "josee9988",
"version": "2.9.4",
"name": "minifyall"
},
{
"id": "92d01ae4-5a2e-4299-990c-7905798fb719",
"publisherId": "jsynowiec.vscode-insertdatestring",
"publisherName": "jsynowiec",
"version": "2.3.0",
"name": "vscode-insertdatestring"
},
{
"id": "dde258e9-793b-4377-a4fe-9d54cbd28ea2",
"publisherId": "kortina.vscode-markdown-notes",
"publisherName": "kortina",
"version": "0.0.24",
"name": "vscode-markdown-notes"
},
{
"id": "1bb92b2c-526c-4bfd-bb38-5bae1b278c89",
"publisherId": "leizongmin.node-module-intellisense",
"publisherName": "leizongmin",
"version": "1.5.0",
"name": "node-module-intellisense"
},
{
"id": "02ad79e8-159a-4d93-b8ef-54c8006b006a",
"publisherId": "lkytal.pomodoro",
"publisherName": "lkytal",
"version": "1.1.3",
"name": "pomodoro"
},
{
"id": "a4f91432-1b7d-4acd-b906-76d8ac8ad7e7",
"publisherId": "mdickin.markdown-shortcuts",
"publisherName": "mdickin",
"version": "0.12.0",
"name": "markdown-shortcuts"
},
{
"id": "3792588c-3d35-442d-91ea-fe6a755e8155",
"publisherId": "mechatroner.rainbow-csv",
"publisherName": "mechatroner",
"version": "1.9.1",
"name": "rainbow-csv"
},
{
"id": "651dce1f-eda8-4a5b-aa26-0d1266de8ed1",
"publisherId": "MehediDracula.php-namespace-resolver",
"publisherName": "MehediDracula",
"version": "1.1.8",
"name": "php-namespace-resolver"
},
{
"id": "438221f8-1107-4ccd-a6fe-f3b7fe0856b7",
"publisherId": "mhutchie.git-graph",
"publisherName": "mhutchie",
"version": "1.30.0",
"name": "git-graph"
},
{
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherName": "mikestead",
"version": "1.0.1",
"name": "dotenv"
},
{
"id": "816d44eb-5e28-431b-be81-2c52551d81ea",
"publisherId": "mitchdenny.ecdc",
"publisherName": "mitchdenny",
"version": "1.4.0",
"name": "ecdc"
},
{
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherName": "mrmlnc",
"version": "0.10.0",
"name": "vscode-scss"
},
{
"id": "3fd25437-acd9-42d7-ab19-581a69ce2dd9",
"publisherId": "MS-CEINTL.vscode-language-pack-pt-BR",
"publisherName": "MS-CEINTL",
"version": "1.61.5",
"name": "vscode-language-pack-pt-BR"
},
{
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh"
},
{
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh-edit"
},
{
"id": "47210ec2-0324-4cbb-9523-9dff02a5f9ec",
"publisherId": "ms-vscode.test-adapter-converter",
"publisherName": "ms-vscode",
"version": "0.1.4",
"name": "test-adapter-converter"
},
{
"id": "2d803fdd-31e6-4d11-a864-be81823ba991",
"publisherId": "ms-vscode.vs-keybindings",
"publisherName": "ms-vscode",
"version": "0.2.1",
"name": "vs-keybindings"
},
{
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherName": "msjsdiag",
"version": "4.13.0",
"name": "debugger-for-chrome"
},
{
"id": "6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b",
"publisherId": "mtxr.sqltools",
"publisherName": "mtxr",
"version": "0.23.0",
"name": "sqltools"
},
{
"id": "45e19ef7-c10a-44ce-8413-0d9edfbbdcaa",
"publisherId": "mtxr.sqltools-driver-mysql",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-mysql"
},
{
"id": "5862e2aa-ace9-476d-8b10-3b72fa494604",
"publisherId": "mtxr.sqltools-driver-sqlite",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-sqlite"
},
{
"id": "ffaf4ec8-f001-4f02-b671-705ecf079cde",
"publisherId": "mushan.vscode-paste-image",
"publisherName": "mushan",
"version": "1.0.4",
"name": "vscode-paste-image"
},
{
"id": "b9484b93-0531-4fd3-b3dd-9ff58dcfe678",
"publisherId": "natqe.reload",
"publisherName": "natqe",
"version": "0.0.6",
"name": "reload"
},
{
"id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
"publisherId": "naumovs.color-highlight",
"publisherName": "naumovs",
"version": "2.5.0",
"name": "color-highlight"
},
{
"id": "568a8977-8469-4f89-b30d-8d5e3c7a0ce7",
"publisherId": "negokaz.live-server-preview",
"publisherName": "negokaz",
"version": "0.1.4",
"name": "live-server-preview"
},
{
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca",
"publisherId": "neilbrayfield.php-docblocker",
"publisherName": "neilbrayfield",
"version": "2.6.1",
"name": "php-docblocker"
},
{
"id": "0fcefdd8-e09c-4b96-9998-f5dc891893dd",
"publisherId": "nhoizey.gremlins",
"publisherName": "nhoizey",
"version": "0.26.0",
"name": "gremlins"
},
{
"id": "a6b9aab7-dcff-4d11-a3eb-f79bf72a8da4",
"publisherId": "nick-rudenko.back-n-forth",
"publisherName": "nick-rudenko",
"version": "3.1.1",
"name": "back-n-forth"
},
{
"id": "d6ba4b7b-539f-456a-b0f6-0348df44cdf3",
"publisherId": "nikitaKunevich.snippet-creator",
"publisherName": "nikitaKunevich",
"version": "0.0.5",
"name": "snippet-creator"
},
{
"id": "d1b33efe-8957-4d14-9ef6-e043fdbe9079",
"publisherId": "Nimda.deepdark-material",
"publisherName": "Nimda",
"version": "3.3.0",
"name": "deepdark-material"
},
{
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherName": "oderwat",
"version": "8.2.1",
"name": "indent-rainbow"
},
{
"id": "3b58a227-618a-4b57-a06b-6984a2a8d1ba",
"publisherId": "onecentlin.laravel-blade",
"publisherName": "onecentlin",
"version": "1.27.0",
"name": "laravel-blade"
},
{
"id": "050d4900-7979-4d10-b7aa-e274f6ae8730",
"publisherId": "onecentlin.laravel5-snippets",
"publisherName": "onecentlin",
"version": "1.13.0",
"name": "laravel5-snippets"
},
{
"id": "f6c2c922-7a4d-4a60-aa8c-d7a41042f960",
"publisherId": "phiter.phpstorm-snippets",
"publisherName": "phiter",
"version": "1.1.2",
"name": "phpstorm-snippets"
},
{
"id": "80e9cc3c-eb09-48ed-afda-f1cfd9c9ca3f",
"publisherId": "phproberto.vscode-php-getters-setters",
"publisherName": "phproberto",
"version": "1.2.3",
"name": "vscode-php-getters-setters"
},
{
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherName": "PKief",
"version": "4.10.0",
"name": "material-icon-theme"
},
{
"id": "0b8f8d63-11a2-4194-969c-ca7488b3413a",
"publisherId": "pranaygp.vscode-css-peek",
"publisherName": "pranaygp",
"version": "4.2.0",
"name": "vscode-css-peek"
},
{
"id": "2dd42e50-1c7f-425b-b267-604c44b00e49",
"publisherId": "psioniq.psi-header",
"publisherName": "psioniq",
"version": "1.15.2",
"name": "psi-header"
},
{
"id": "e05d98bf-3735-4c1e-9fae-86ef0a52e19f",
"publisherId": "quicktype.quicktype",
"publisherName": "quicktype",
"version": "12.0.46",
"name": "quicktype"
},
{
"id": "ad577a34-d89a-4413-a066-12c941f6cef5",
"publisherId": "recca0120.vscode-phpunit",
"publisherName": "recca0120",
"version": "2.0.76",
"name": "vscode-phpunit"
},
{
"id": "3fb77af3-b8b3-4cb9-9137-f555bd80e2b1",
"publisherId": "richie5um2.vscode-sort-json",
"publisherName": "richie5um2",
"version": "1.20.0",
"name": "vscode-sort-json"
},
{
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherName": "ritwickdey",
"version": "5.6.1",
"name": "LiveServer"
},
{
"id": "8a3855a5-f258-48ee-87f9-fa4f7a0875b1",
"publisherId": "ryannaddy.laravel-artisan",
"publisherName": "ryannaddy",
"version": "0.0.28",
"name": "laravel-artisan"
},
{
"id": "79afa437-682e-4fa2-a4fd-87844832a1dc",
"publisherId": "ryu1kn.partial-diff",
"publisherName": "ryu1kn",
"version": "1.4.3",
"name": "partial-diff"
},
{
"id": "6ad45f5a-09ec-44e5-b363-867ddc1ec674",
"publisherId": "shardulm94.trailing-spaces",
"publisherName": "shardulm94",
"version": "0.3.1",
"name": "trailing-spaces"
},
{
"id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a",
"publisherId": "shd101wyy.markdown-preview-enhanced",
"publisherName": "shd101wyy",
"version": "0.6.0",
"name": "markdown-preview-enhanced"
},
{
"id": "4b0bb8e1-8f9a-42c4-b0dd-03691bdcc309",
"publisherId": "shyykoserhiy.vscode-spotify",
"publisherName": "shyykoserhiy",
"version": "3.2.1",
"name": "vscode-spotify"
},
{
"id": "f8a1bc85-dce8-4e51-a623-a40bde56fc8b",
"publisherId": "stef-k.laravel-goto-controller",
"publisherName": "stef-k",
"version": "0.0.15",
"name": "laravel-goto-controller"
},
{
"id": "2e9fe0cb-4e63-42fc-a809-fb056aad49c3",
"publisherId": "stevencl.addDocComments",
"publisherName": "stevencl",
"version": "0.0.8",
"name": "addDocComments"
},
{
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherName": "streetsidesoftware",
"version": "2.0.10",
"name": "code-spell-checker"
},
{
"id": "0e287d3c-2b2c-4bc7-8845-f2556d66a259",
"publisherId": "streetsidesoftware.code-spell-checker-french-reforme",
"publisherName": "streetsidesoftware",
"version": "2.0.1",
"name": "code-spell-checker-french-reforme"
},
{
"id": "289a3d39-a4cc-47c2-ad28-794fba368219",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese",
"publisherName": "streetsidesoftware",
"version": "0.1.9",
"name": "code-spell-checker-portuguese"
},
{
"id": "a669e675-9cb2-48a8-983d-33a1c4ed10ef",
"publisherId": "streetsidesoftware.code-spell-checker-portuguese-brazilian",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-portuguese-brazilian"
},
{
"id": "8d6dcf6f-1957-4dd5-809e-addb07d8c1fb",
"publisherId": "streetsidesoftware.code-spell-checker-spanish",
"publisherName": "streetsidesoftware",
"version": "2.0.2",
"name": "code-spell-checker-spanish"
},
{
"id": "947b629a-e9c8-4cb8-8551-45b9088960b5",
"publisherId": "tchayen.markdown-links",
"publisherName": "tchayen",
"version": "0.8.0",
"name": "markdown-links"
},
{
"id": "2a658c1b-308a-41e8-805a-fc8abda483bc",
"publisherId": "thekalinga.bootstrap4-vscode",
"publisherName": "thekalinga",
"version": "6.1.0",
"name": "bootstrap4-vscode"
},
{
"id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f",
"publisherId": "tombonnike.vscode-status-bar-format-toggle",
"publisherName": "tombonnike",
"version": "2.0.0",
"name": "vscode-status-bar-format-toggle"
},
{
"id": "d9b94116-8b10-4b49-91b4-249588a375e4",
"publisherId": "TzachOvadia.todo-list",
"publisherName": "TzachOvadia",
"version": "1.6.0",
"name": "todo-list"
},
{
"id": "9d8c32ab-354c-4daf-a9bf-20b633734435",
"publisherId": "usernamehw.errorlens",
"publisherName": "usernamehw",
"version": "3.4.0",
"name": "errorlens"
},
{
"id": "c4e31168-d200-4020-ae9e-1aa7b76d2c52",
"publisherId": "vangware.dark-plus-material",
"publisherName": "vangware",
"version": "2.4.4",
"name": "dark-plus-material"
},
{
"id": "28b20c66-dbb8-4c01-a0f9-590be00ec2d3",
"publisherId": "viktorqvarfordt.vscode-pitch-black-theme",
"publisherName": "viktorqvarfordt",
"version": "1.2.6",
"name": "vscode-pitch-black-theme"
},
{
"id": "4cf94800-a066-464e-a4e0-97f2927ebca2",
"publisherId": "vilicvane.es-quotes",
"publisherName": "vilicvane",
"version": "0.2.6",
"name": "es-quotes"
},
{
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherName": "VisualStudioExptTeam",
"version": "1.2.14",
"name": "vscodeintellicode"
},
{
"id": "27d96499-52df-4f8e-8905-275284e25ace",
"publisherId": "vitaliymaz.vscode-svg-previewer",
"publisherName": "vitaliymaz",
"version": "0.7.0",
"name": "vscode-svg-previewer"
},
{
"id": "032ccf0d-9c21-43a5-8073-ae28e453ecef",
"publisherId": "whtouche.vscode-js-console-utils",
"publisherName": "whtouche",
"version": "0.7.0",
"name": "vscode-js-console-utils"
},
{
"id": "87b7ee15-39a4-4bbe-b4b8-86718c151964",
"publisherId": "wordpresstoolbox.wordpress-toolbox",
"publisherName": "wordpresstoolbox",
"version": "1.3.11",
"name": "wordpress-toolbox"
},
{
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherName": "xabikos",
"version": "1.8.0",
"name": "JavaScriptSnippets"
},
{
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherName": "yzhang",
"version": "3.4.0",
"name": "markdown-all-in-one"
}
],
"PHP - JS - CSS - HTML - WordPress": [
{
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherName": "aaron-bond",
"version": "2.1.0",
"name": "better-comments"
},
{
"id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28",
"publisherId": "abusaidm.html-snippets",
"publisherName": "abusaidm",
"version": "0.2.1",
"name": "html-snippets"
},
{
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherName": "alefragnani",
"version": "13.2.2",
"name": "Bookmarks"
},
{
"id": "f0173dd6-501a-46b6-9840-c7849f6f9ee2",
"publisherId": "alefragnani.numbered-bookmarks",
"publisherName": "alefragnani",
"version": "8.1.0",
"name": "numbered-bookmarks"
},
{
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherName": "alefragnani",
"version": "12.4.0",
"name": "project-manager"
},
{
"id": "22f751e3-e0fe-49d0-af60-1655a92bfbeb",
"publisherId": "analytic-signal.preview-pdf",
"publisherName": "analytic-signal",
"version": "1.0.0",
"name": "preview-pdf"
},
{
"id": "4bb70abd-a70d-4603-8a07-da55285779fb",
"publisherId": "Anan.devdocstab",
"publisherName": "Anan",
"version": "1.0.1",
"name": "devdocstab"
},
{
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e",
"publisherId": "Angular.ng-template",
"publisherName": "Angular",
"version": "12.2.1",
"name": "ng-template"
},
{
"id": "239f847d-f465-4b08-9b71-97add0d81e4c",
"publisherId": "awesomektvn.toggle-semicolon",
"publisherName": "awesomektvn",
"version": "0.0.1",
"name": "toggle-semicolon"
},
{
"id": "3c05b690-b0ad-46af-a6b3-a94da6ccb4b4",
"publisherId": "BenjaminZekavica.wordpress-gutenberg-snippets",
"publisherName": "BenjaminZekavica",
"version": "1.3.0",
"name": "wordpress-gutenberg-snippets"
},
{
"id": "0f8bd812-5d52-4fff-bd1c-6b0a7ee9cad9",
"publisherId": "bierner.color-info",
"publisherName": "bierner",
"version": "0.7.0",
"name": "color-info"
},
{
"id": "a41ef446-bc82-4194-b848-9b3d6f60e18d",
"publisherId": "bierner.markdown-image-size",
"publisherName": "bierner",
"version": "0.0.4",
"name": "markdown-image-size"
},
{
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherName": "bmewburn",
"version": "1.7.1",
"name": "vscode-intelephense-client"
},
{
"id": "a8194b6b-5989-4647-a5b8-ac7085201841",
"publisherId": "brapifra.phpserver",
"publisherName": "brapifra",
"version": "3.0.2",
"name": "phpserver"
},
{
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherName": "christian-kohler",
"version": "1.4.0",
"name": "npm-intellisense"
},
{
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherName": "christian-kohler",
"version": "2.4.0",
"name": "path-intellisense"
},
{
"id": "7ed7bccd-f358-4c6f-88c0-1296185abaa1",
"publisherId": "chrmarti.regex",
"publisherName": "chrmarti",
"version": "0.4.0",
"name": "regex"
},
{
"id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
"publisherId": "codezombiech.gitignore",
"publisherName": "codezombiech",
"version": "0.7.0",
"name": "gitignore"
},
{
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherName": "CoenraadS",
"version": "1.0.61",
"name": "bracket-pair-colorizer"
},
{
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
"publisherId": "CoenraadS.bracket-pair-colorizer-2",
"publisherName": "CoenraadS",
"version": "0.2.1",
"name": "bracket-pair-colorizer-2"
},
{
"id": "136682fc-7ac4-43b7-a50a-bb7890c39f25",
"publisherId": "darkriszty.markdown-table-prettify",
"publisherName": "darkriszty",
"version": "3.5.0",
"name": "markdown-table-prettify"
},
{
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherName": "DavidAnson",
"version": "0.44.4",
"name": "vscode-markdownlint"
},
{
"id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
"publisherId": "dbaeumer.jshint",
"publisherName": "dbaeumer",
"version": "0.11.0",
"name": "jshint"
},
{
"id": "0808d236-6faf-4f68-9f17-28f51a572ee4",
"publisherId": "deerawan.vscode-faker",
"publisherName": "deerawan",
"version": "1.5.0",
"name": "vscode-faker"
},
{
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherName": "donjayamanne",
"version": "0.6.18",
"name": "githistory"
},
{
"id": "99c12a52-ff68-4e9d-a975-a67556fee2f5",
"publisherId": "donjayamanne.jquerysnippets",
"publisherName": "donjayamanne",
"version": "0.0.1",
"name": "jquerysnippets"
},
{
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherName": "DotJoshJohnson",
"version": "2.5.1",
"name": "xml"
},
{
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherName": "eamodio",
"version": "11.6.1",
"name": "gitlens"
},
{
"id": "aaee577c-f062-495a-9816-0cbd442f1d25",
"publisherId": "ecmel.vscode-html-css",
"publisherName": "ecmel",
"version": "1.10.2",
"name": "vscode-html-css"
},
{
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherName": "EditorConfig",
"version": "0.16.4",
"name": "EditorConfig"
},
{
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherName": "eg2",
"version": "0.3.22",
"name": "vscode-npm-script"
},
{
"id": "20eefaf0-ae4b-42c0-8c07-9a0249e159eb",
"publisherId": "elypia.magick-image-reader",
"publisherName": "elypia",
"version": "0.5.0",
"name": "magick-image-reader"
},
{
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherName": "esbenp",
"version": "9.0.0",
"name": "prettier-vscode"
},
{
"id": "4f63037e-3a44-436f-a483-4c65a77f15f6",
"publisherId": "FallenMax.mithril-emmet",
"publisherName": "FallenMax",
"version": "0.7.6",
"name": "mithril-emmet"
},
{
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherName": "felixfbecker",
"version": "1.21.0",
"name": "php-debug"
},
{
"id": "5e69f001-f945-4c97-baf0-320d82a153b3",
"publisherId": "felixfbecker.php-intellisense",
"publisherName": "felixfbecker",
"version": "2.3.14",
"name": "php-intellisense"
},
{
"id": "1a9300c9-36a6-44d1-9d09-ada3641b8727",
"publisherId": "felixfbecker.php-pack",
"publisherName": "felixfbecker",
"version": "1.0.2",
"name": "php-pack"
},
{
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherName": "formulahendry",
"version": "0.5.12",
"name": "auto-close-tag"
},
{
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherName": "formulahendry",
"version": "0.1.9",
"name": "auto-rename-tag"
},
{
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherName": "formulahendry",
"version": "0.11.6",
"name": "code-runner"
},
{
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherName": "Gruntfuggly",
"version": "0.0.214",
"name": "todo-tree"
},
{
"id": "4a589c65-311e-4a3c-9f74-d02cc53c0288",
"publisherId": "hangxingliu.vscode-coding-tracker",
"publisherName": "hangxingliu",
"version": "0.6.0",
"name": "vscode-coding-tracker"
},
{
"id": "ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8",
"publisherId": "hbenl.vscode-test-explorer",
"publisherName": "hbenl",
"version": "2.21.1",
"name": "vscode-test-explorer"
},
{
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherName": "HookyQR",
"version": "1.5.0",
"name": "beautify"
},
{
"id": "dda49fd5-1f3b-4d25-bf61-4fc41905ede5",
"publisherId": "humao.rest-client",
"publisherName": "humao",
"version": "0.24.5",
"name": "rest-client"
},
{
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f",
"publisherId": "IBM.output-colorizer",
"publisherName": "IBM",
"version": "0.1.2",
"name": "output-colorizer"
},
{
"id": "17a873c7-491e-4797-9172-186de70f5e98",
"publisherId": "idleberg.icon-fonts",
"publisherName": "idleberg",
"version": "2.5.2",
"name": "icon-fonts"
},
{
"id": "0d1241e3-fa60-4f24-8f2a-6d7085677c48",
"publisherId": "ionutvmi.path-autocomplete",
"publisherName": "ionutvmi",
"version": "1.17.1",
"name": "path-autocomplete"
},
{
"id": "41c03ed0-b7b8-4476-8d01-926a7e041e69",
"publisherId": "jebbs.markdown-extended",
"publisherName": "jebbs",
"version": "1.0.19",
"name": "markdown-extended"
},
{
"id": "4ae6dc82-7981-4f10-bd81-2d72aec37f39",
"publisherId": "jock.svg",
"publisherName": "jock",
"version": "1.4.13",
"name": "svg"
},
{
"id": "bd3a577b-547f-4b5c-826a-9be782edabe8",
"publisherId": "johnbillion.vscode-wordpress-hooks",
"publisherName": "johnbillion",
"version": "0.6.0",
"name": "vscode-wordpress-hooks"
},
{
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
"publisherId": "johnpapa.vscode-peacock",
"publisherName": "johnpapa",
"version": "3.10.1",
"name": "vscode-peacock"
},
{
"id": "0be0c393-8fd2-4ff8-9c13-e2789b45fc59",
"publisherId": "josee9988.minifyall",
"publisherName": "josee9988",
"version": "2.9.4",
"name": "minifyall"
},
{
"id": "92d01ae4-5a2e-4299-990c-7905798fb719",
"publisherId": "jsynowiec.vscode-insertdatestring",
"publisherName": "jsynowiec",
"version": "2.3.0",
"name": "vscode-insertdatestring"
},
{
"id": "dde258e9-793b-4377-a4fe-9d54cbd28ea2",
"publisherId": "kortina.vscode-markdown-notes",
"publisherName": "kortina",
"version": "0.0.24",
"name": "vscode-markdown-notes"
},
{
"id": "1bb92b2c-526c-4bfd-bb38-5bae1b278c89",
"publisherId": "leizongmin.node-module-intellisense",
"publisherName": "leizongmin",
"version": "1.5.0",
"name": "node-module-intellisense"
},
{
"id": "02ad79e8-159a-4d93-b8ef-54c8006b006a",
"publisherId": "lkytal.pomodoro",
"publisherName": "lkytal",
"version": "1.1.3",
"name": "pomodoro"
},
{
"id": "a4f91432-1b7d-4acd-b906-76d8ac8ad7e7",
"publisherId": "mdickin.markdown-shortcuts",
"publisherName": "mdickin",
"version": "0.12.0",
"name": "markdown-shortcuts"
},
{
"id": "3792588c-3d35-442d-91ea-fe6a755e8155",
"publisherId": "mechatroner.rainbow-csv",
"publisherName": "mechatroner",
"version": "1.9.1",
"name": "rainbow-csv"
},
{
"id": "651dce1f-eda8-4a5b-aa26-0d1266de8ed1",
"publisherId": "MehediDracula.php-namespace-resolver",
"publisherName": "MehediDracula",
"version": "1.1.8",
"name": "php-namespace-resolver"
},
{
"id": "438221f8-1107-4ccd-a6fe-f3b7fe0856b7",
"publisherId": "mhutchie.git-graph",
"publisherName": "mhutchie",
"version": "1.30.0",
"name": "git-graph"
},
{
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherName": "mikestead",
"version": "1.0.1",
"name": "dotenv"
},
{
"id": "816d44eb-5e28-431b-be81-2c52551d81ea",
"publisherId": "mitchdenny.ecdc",
"publisherName": "mitchdenny",
"version": "1.4.0",
"name": "ecdc"
},
{
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherName": "mrmlnc",
"version": "0.10.0",
"name": "vscode-scss"
},
{
"id": "3fd25437-acd9-42d7-ab19-581a69ce2dd9",
"publisherId": "MS-CEINTL.vscode-language-pack-pt-BR",
"publisherName": "MS-CEINTL",
"version": "1.61.5",
"name": "vscode-language-pack-pt-BR"
},
{
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh"
},
{
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherName": "ms-vscode-remote",
"version": "0.65.8",
"name": "remote-ssh-edit"
},
{
"id": "47210ec2-0324-4cbb-9523-9dff02a5f9ec",
"publisherId": "ms-vscode.test-adapter-converter",
"publisherName": "ms-vscode",
"version": "0.1.4",
"name": "test-adapter-converter"
},
{
"id": "2d803fdd-31e6-4d11-a864-be81823ba991",
"publisherId": "ms-vscode.vs-keybindings",
"publisherName": "ms-vscode",
"version": "0.2.1",
"name": "vs-keybindings"
},
{
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherName": "msjsdiag",
"version": "4.13.0",
"name": "debugger-for-chrome"
},
{
"id": "6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b",
"publisherId": "mtxr.sqltools",
"publisherName": "mtxr",
"version": "0.23.0",
"name": "sqltools"
},
{
"id": "45e19ef7-c10a-44ce-8413-0d9edfbbdcaa",
"publisherId": "mtxr.sqltools-driver-mysql",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-mysql"
},
{
"id": "5862e2aa-ace9-476d-8b10-3b72fa494604",
"publisherId": "mtxr.sqltools-driver-sqlite",
"publisherName": "mtxr",
"version": "0.2.0",
"name": "sqltools-driver-sqlite"
},
{
"id": "ffaf4ec8-f001-4f02-b671-705ecf079cde",
"publisherId": "mushan.vscode-paste-image",
"publisherName": "mushan",
"version": "1.0.4",
"name": "vscode-paste-image"
},
{
"id": "b9484b93-0531-4fd3-b3dd-9ff58dcfe678",
"publisherId": "natqe.reload",
"publisherName": "natqe",
"version": "0.0.6",
"name": "reload"
},
{
"id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
"publisherId": "naumovs.color-highlight",
"publisherName": "naumovs",
"version": "2.5.0",
"name": "color-highlight"
},
{
"id": "568a8977-8469-4f89-b30d-8d5e3c7a0ce7",
"publisherId": "negokaz.live-server-preview",
"publisherName": "negokaz",
"version": "0.1.4",
"name": "live-server-preview"
},
{
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca",
"publisherId": "neilbrayfield.php-docblocker",
"publisherName": "neilbrayfield",
"version": "2.6.1",
"name": "php-docblocker"
},
{
"id": "0fcefdd8-e09c-4b96-9998-f5dc891893dd",
"publisherId": "nhoizey.gremlins",
"publisherName": "nhoizey",
"version": "0.26.0",
"name": "gremlins"
},
{
"id": "a6b9aab7-dcff-4d11-a3eb-f79bf72a8da4",
"publisherId": "nick-rudenko.back-n-forth",
"publisherName": "nick-rudenko",
"version": "3.1.1",
"name": "back-n-forth"
},
{
"id": "d6ba4b7b-539f-456a-b0f6-0348df44cdf3",
"publisherId": "nikitaKunevich.snippet-creator",
"publisherName": "nikitaKunevich",
"version": "0.0.5",
"name": "snippet-creator"
},
{
"id": "d1b33efe-8957-4d14-9ef6-e043fdbe9079",
"publisherId": "Nimda.deepdark-material",
"publisherName": "Nimda",
"version": "3.3.0",
"name": "deepdark-material"
},
{
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherName": "oderwat",
"version": "8.2.1",
"name": "indent-rainbow"
},
{
"id": "f6c2c922-7a4d-4a60-aa8c-d7a41042f960",
"publisherId":
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment