Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BartolomeSintes/7290b128a95f302d47a45e189236ce1a to your computer and use it in GitHub Desktop.
Save BartolomeSintes/7290b128a95f302d47a45e189236ce1a to your computer and use it in GitHub Desktop.
{"name":"HTML+CSS mclibre.org Configuración recomendada 2023-09-20","settings":"{\"settings\":\"{\\r\\n // Perfil de VSCode con la configuración recomendada para el curso\\r\\n // Creación de páginas web HTML con hojas de estilo CSS\\r\\n // https://www.mclibre.org/consultar/htmlcss/\\r\\n //\\r\\n // Versión 2023-09-20\\r\\n //\\r\\n //\\r\\n // Configuraciones recomendadas para el curso Páginas web HTML y hojas de estilo CSS de www.mclibre.org\\r\\n //\\r\\n // Editor: Insert Spaces\\r\\n // Insertar espacios al presionar \\\"TAB\\\"\\r\\n \\\"editor.insertSpaces\\\": true,\\r\\n //\\r\\n // Editor: Linked Editing\\r\\n // Controla si el editor tiene habilitada la edición vinculada. Dependiendo del lenguaje, los símbolos relacionados (por ejemplo, las etiquetas HTML) se actualizan durante la edición.\\r\\n \\\"editor.linkedEditing\\\": true,\\r\\n //\\r\\n // Editor: Minimap enabled\\r\\n // Controla si se muestra el minimapa.\\r\\n \\\"editor.minimap.enabled\\\": false,\\r\\n //\\r\\n // Editor: Render Whitespace\\r\\n // Controla la forma en que el editor debe representar los caracteres de espacio en blanco.\\r\\n \\\"editor.renderWhitespace\\\": \\\"all\\\",\\r\\n //\\r\\n // Editor: Word Wrap\\r\\n // Controla cómo deben ajustarse las líneas.\\r\\n \\\"editor.wordWrap\\\": \\\"on\\\",\\r\\n //\\r\\n // Files: eol\\r\\n // Carácter predeterminado de final de línea.\\r\\n \\\"files.eol\\\": \\\"\\\\n\\\",\\r\\n //\\r\\n // Files: Trim Trailing Whitespace\\r\\n // Si se habilita, se recortará el espacio final cuando se guarde un archivo.\\r\\n \\\"files.trimTrailingWhitespace\\\": true,\\r\\n //\\r\\n // Git: Autofetch\\r\\n // Si se habilita, se comprobarán automáticamente los commits del repositorio remoto.\\r\\n \\\"git.autofetch\\\": true,\\r\\n //\\r\\n // HTML: Auto Closing Tags\\r\\n // Habilita o deshabilita el cierre automático de las etiquetas HTML.\\r\\n \\\"html.autoClosingTags\\\": false,\\r\\n //\\r\\n // HTML: Format: End With Newline\\r\\n // Finalizar con una nueva línea.\\r\\n \\\"html.format.endWithNewline\\\": true,\\r\\n //\\r\\n // HTML: Format Extra Liners\\r\\n // Lista de etiquetas, separadas por comas, que deben tener una nueva línea adicional delante. null equivale a \\\"head, body, /html\\\".\\r\\n \\\"html.format.extraLiners\\\": \\\"body\\\",\\r\\n //\\r\\n // HTML: Format Wrap Line Length\\r\\n // Cantidad máxima de caracteres por línea (0 = deshabilitar).\\r\\n \\\"html.format.wrapLineLength\\\": 0,\\r\\n //\\r\\n // HTML\\r\\n // Establece los valores de configuración que se reemplazarán para el lenguaje HTML\\r\\n \\\"[html]\\\": {\\r\\n \\\"editor.tabSize\\\": 2,\\r\\n },\\r\\n //\\r\\n // CSS\\r\\n // Establece los valores de configuración que se reemplazarán para el lenguaje CSS\\r\\n \\\"[css]\\\": {\\r\\n \\\"editor.tabSize\\\": 4,\\r\\n },\\r\\n //\\r\\n //\\r\\n // Configuraciones de extensiones recomendadas para el curso Páginas web HTML y hojas de estilo CSS de www.mclibre.org\\r\\n //\\r\\n // Extension Close HTML/XML Tag\\r\\n //\\r\\n // Ignore Tags : CloseTag : IgnoreTags\\r\\n // Específica las etiquetas que serán ignoradas y no serán cerradas.\\r\\n \\\"closeTag.ignoreTags\\\": \\\"html\\\",\\r\\n //\\r\\n //\\r\\n // Extensión HTMLHint\\r\\n //\\r\\n // HTMLHint: Options\\r\\n // Opciones de configuración de HTMLHint\\r\\n \\\"htmlhint.options\\\": {\\r\\n // Doctype and head\\r\\n \\\"doctype-first\\\": true, // La primera línea es el doctype\\r\\n \\\"doctype-html5\\\": true, // El doctype es html\\r\\n \\\"html-lang-require\\\": true, // La etiqueta html incluye el atributo lang\\r\\n \\\"title-require\\\": true, // La etiqueta head incluye la etiqueta title\\r\\n // Attributes\\r\\n \\\"attr-lowercase\\\": // Los atributos están en minúsculas excepto los de la lista (que son atributos SVG)\\r\\n [\\\"allowReorder\\\", \\\"attributeName\\\", \\\"attributeType\\\", \\\"autoReverse\\\", \\\"baseFrequency\\\", \\\"baseProfile\\\", \\\"calcMode\\\", \\\"clipPathUnits\\\", \\\"contentScriptType\\\", \\\"contentStyleType\\\", \\\"diffuseConstant\\\", \\\"edgeMode\\\", \\\"externalResourcesRequired\\\", \\\"filterRes\\\", \\\"filterUnits\\\", \\\"glyphRef\\\", \\\"gradientTransform\\\", \\\"gradientUnits\\\", \\\"kernelMatrix\\\", \\\"kernelUnitLength\\\", \\\"keyPoints\\\", \\\"keySplines\\\", \\\"keyTimes\\\", \\\"lengthAdjust\\\", \\\"limitingConeAngle\\\", \\\"markerHeight\\\", \\\"markerUnits\\\", \\\"markerWidth\\\", \\\"maskContentUnits\\\", \\\"maskUnits\\\", \\\"numOctaves\\\", \\\"pathLength\\\", \\\"patternContentUnits\\\", \\\"patternTransform\\\", \\\"patternUnits\\\", \\\"pointsAtX\\\", \\\"pointsAtY\\\", \\\"pointsAtZ\\\", \\\"preserveAlpha\\\", \\\"preserveAspectRatio\\\", \\\"primitiveUnits\\\", \\\"refX\\\", \\\"refY\\\", \\\"repeatCount\\\", \\\"repeatDur\\\", \\\"requiredExtensions\\\", \\\"requiredFeatures\\\", \\\"specularConstant\\\", \\\"specularExponent\\\", \\\"spreadMethod\\\", \\\"startOffset\\\", \\\"stdDeviation\\\", \\\"stitchTiles\\\", \\\"surfaceScale\\\", \\\"systemLanguage\\\", \\\"tableValues\\\", \\\"targetX\\\", \\\"targetY\\\", \\\"textLength\\\", \\\"viewBox\\\", \\\"viewTarget\\\", \\\"xChannelSelector\\\", \\\"yChannelSelector\\\", \\\"zoomAndPan\\\"],\\r\\n \\\"attr-no-duplication\\\": true, // En una etiqueta no hay atributos repetidos\\r\\n \\\"attr-no-unnecessary-whitespace\\\": true, // No hay espacios entre los atributos y sus valores\\r\\n \\\"attr-value-double-quotes\\\": true, // Los valores de los atributos se escriben entre comillas dobles\\r\\n \\\"attr-whitespace\\\": true, // Los valores de los atributos no contienen espacios ni al principio ni al final\\r\\n \\\"alt-require\\\": true, // Las etiquetas img incluyen el atributo alt\\r\\n // Tags\\r\\n \\\"tag-pair\\\": true, // Las etiquetas no vacías incluyen la etiqueta de cierre\\r\\n \\\"tagname-lowercase\\\": [\\\"linearGradient\\\"], // Las etiquetas están en minúsculas excepto las de la lista (que son etiquetas SVG)\\r\\n \\\"tagname-specialchars\\\": true, // Los nombres de etiquetas solo contienen letras, números o los caracteres \\\"-\\\", \\\":\\\" o \\\"_\\\"\\r\\n \\\"empty-tag-not-self-closed\\\": true, // Las etiquetas vacías no incluyen el cierre /\\r\\n \\\"src-not-empty\\\": true, // Los atributos src (o href de link) no están vacíos\\r\\n // id\\r\\n \\\"id-class-ad-disabled\\\": true, // Los atributos id o class no incluyen la palabra \\\"ad\\\" (que puede ser bloqueada por los bloqueadores de anuncios)\\r\\n \\\"id-unique\\\": true, // No se repite el valor de ningún atributo id en toda la página\\r\\n // Formatting\\r\\n \\\"spec-char-escape\\\": true, // Los caracteres especiales se escriben como entidades\\r\\n },\\r\\n //\\r\\n //\\r\\n // Extensión CSScomb\\r\\n //\\r\\n // CSScomb : Preset\\r\\n // Opciones de configuración de CSScomb\\r\\n \\\"csscomb.preset\\\": {\\r\\n \\\"always-semicolon\\\": true, // Escribe punto y coma (;) tras las propiedades\\r\\n \\\"block-indent\\\": \\\" \\\", // Utiliza sangrado de cuatro espacios\\r\\n \\\"color-case\\\": \\\"lower\\\", // Escribe los códigos de color en minúsculas\\r\\n \\\"color-shorthand\\\": false, // Escribe los códigos de color hexadecimales con seis caracteres\\r\\n \\\"element-case\\\": \\\"lower\\\", // Escribe los selectores en minúsculas\\r\\n \\\"eof-newline\\\": true, // Escribe una línea en blanco al final del archivo\\r\\n \\\"leading-zero\\\": true, // Escribe un cero antes de un punto decimal\\r\\n \\\"lines-between-rulesets\\\": 1, // Escribe una línea entre sentencias consecutivas\\r\\n \\\"quotes\\\": \\\"double\\\", // Escribe comillas dobles\\r\\n \\\"remove-empty-rulesets\\\": false, // No elimina las sentencias sin propiedades\\r\\n \\\"space-after-colon\\\": 1, // Escribe un espacio en blanco después de los dos puntos (:)\\r\\n \\\"space-after-combinator\\\": \\\" \\\", // Escribe un espacio en blanco después de un combinador de selectores\\r\\n \\\"space-after-opening-brace\\\": \\\"\\\\n\\\", // Escribe un salto de línea después de la llave de apertura ({)\\r\\n \\\"space-after-selector-delimiter\\\": \\\" \\\", // Escribe un espacio en blanco después de las comas (,) en los selectores\\r\\n \\\"space-before-closing-brace\\\": \\\"\\\\n\\\", // Escribe un salto de línea después de la llave de cierre (})\\r\\n \\\"space-before-colon\\\": 0, // No escribe espacios en blanco antes de una coma (,)\\r\\n \\\"space-before-combinator\\\": \\\" \\\", // Escribe un espacio en blanco antes de un combinador de selectores\\r\\n \\\"space-before-opening-brace\\\": \\\" \\\", // Escribe un espacio en blanco entre el selector y la llave de apertura ({)\\r\\n \\\"space-before-selector-delimiter\\\": \\\"\\\", // No escribe espacios en blanco después de las comas (,) en los selectores\\r\\n \\\"space-between-declarations\\\": \\\"\\\\n\\\", // Escribe un salto de línea entre propiedades\\r\\n \\\"strip-spaces\\\": true, // No escribe espacios en blanco al final de las líneas\\r\\n \\\"tab-size\\\": 4, // Escribe cuatro espacios en blanco en vez de un tabulador\\r\\n \\\"unitless-zero\\\": true, // No escribe unidades en los valores nulos (0)\\r\\n \\\"vendor-prefix-align\\\": true, // Alinea las propiedades específicas de cada navegador para facilitar la lectura\\r\\n \\\"sort-order-fallback\\\": \\\"abc\\\", // Las propiedades no ordenadas se ordenan alfabéticamente\\r\\n \\\"sort-order\\\": [ // Orden de las propiedades\\r\\n // Reseteo\\r\\n \\\"all\\\",\\r\\n // Posicionamiento clásico\\r\\n \\\"position\\\", \\\"z-index\\\", \\\"top\\\", \\\"right\\\", \\\"bottom\\\", \\\"left\\\",\\r\\n // Visibilidad y flexbox\\r\\n \\\"display\\\", \\\"visibility\\\", \\\"float\\\", \\\"clear\\\", \\\"overflow\\\", \\\"overflow-x\\\", \\\"overflow-y\\\", \\\"clip\\\", \\\"zoom\\\", \\\"align-content\\\", \\\"align-items\\\", \\\"align-self\\\", \\\"flex\\\", \\\"flex-flow\\\", \\\"flex-basis\\\", \\\"flex-direction\\\", \\\"flex-grow\\\", \\\"flex-shrink\\\", \\\"flex-wrap\\\", \\\"justify-content\\\", \\\"order\\\",\\r\\n // Modelo de caja: tamaño\\r\\n \\\"box-sizing\\\", \\\"width\\\", \\\"min-width\\\", \\\"max-width\\\", \\\"height\\\", \\\"min-height\\\", \\\"max-height\\\", \\\"margin\\\", \\\"margin-top\\\", \\\"margin-right\\\", \\\"margin-bottom\\\", \\\"margin-left\\\", \\\"padding\\\", \\\"padding-top\\\", \\\"padding-right\\\", \\\"padding-bottom\\\", \\\"padding-left\\\",\\r\\n // Modelo de caja: borde, outline, fondos\\r\\n \\\"opacity\\\", \\\"border\\\", \\\"border-color\\\", \\\"border-width\\\", \\\"border-style\\\", \\\"border-top\\\", \\\"border-top-color\\\", \\\"border-top-width\\\", \\\"border-top-style\\\", \\\"border-right\\\", \\\"border-right-color\\\", \\\"border-right-width\\\", \\\"border-right-style\\\", \\\"border-bottom\\\", \\\"border-bottom-color\\\", \\\"border-bottom-width\\\", \\\"border-bottom-style\\\", \\\"border-left\\\", \\\"border-left-color\\\", \\\"border-left-width\\\", \\\"border-left-style\\\", \\\"border-radius\\\", \\\"border-top-left-radius\\\", \\\"border-top-right-radius\\\", \\\"border-bottom-right-radius\\\", \\\"border-bottom-left-radius\\\", \\\"border-image\\\", \\\"border-image-source\\\", \\\"border-image-slice\\\", \\\"border-image-width\\\", \\\"border-image-outset\\\", \\\"border-image-repeat\\\", \\\"outline\\\", \\\"outline-color\\\", \\\"outline-width\\\", \\\"outline-style\\\", \\\"outline-offset\\\", \\\"background\\\", \\\"background-color\\\", \\\"background-image\\\", \\\"background-repeat\\\", \\\"background-attachment\\\", \\\"background-position\\\", \\\"background-position-x\\\", \\\"background-position-y\\\", \\\"background-clip\\\", \\\"background-origin\\\", \\\"background-size\\\", \\\"box-decoration-break\\\", \\\"box-shadow\\\", \\\"text-shadow\\\",\\r\\n // Texto\\r\\n \\\"color\\\", \\\"cursor\\\", \\\"font\\\", \\\"font-family\\\", \\\"src\\\", \\\"font-size\\\", \\\"font-style\\\", \\\"font-variant\\\", \\\"font-weight\\\", \\\"letter-spacing\\\", \\\"line-height\\\", \\\"quotes\\\", \\\"resize\\\", \\\"text-align\\\", \\\"text-align-last\\\", \\\"text-decoration\\\", \\\"text-indent\\\", \\\"text-justify\\\", \\\"text-outline\\\", \\\"text-transform\\\", \\\"vertical-align\\\", \\\"white-space\\\", \\\"word-spacing\\\",\\r\\n // Tablas y listas\\r\\n \\\"table-layout\\\", \\\"empty-cells\\\", \\\"caption-side\\\", \\\"border-spacing\\\", \\\"border-collapse\\\", \\\"list-style\\\", \\\"list-style-position\\\", \\\"list-style-type\\\", \\\"list-style-image\\\", \\\"content\\\", \\\"counter-increment\\\", \\\"counter-reset\\\",\\r\\n // Animaciones y transformaciones\\r\\n \\\"animation\\\", \\\"animation-delay\\\", \\\"animation-direction\\\", \\\"animation-duration\\\", \\\"animation-iteration-count\\\", \\\"animation-name\\\", \\\"animation-play-state\\\", \\\"animation-timing-function\\\", \\\"transform\\\", \\\"transform-origin\\\", \\\"transition\\\", \\\"transition-delay\\\", \\\"transition-duration\\\", \\\"transition-property\\\", \\\"transition-timing-function\\\",\\r\\n ],\\r\\n },\\r\\n \\\"window.commandCenter\\\": false,\\r\\n \\\"workbench.layoutControl.enabled\\\": false,\\r\\n //\\r\\n //\\r\\n }\"}","keybindings":"{\"keybindings\":\"[\\n // Atajos de teclado recomendados para el curso Páginas web HTML y hojas de estilo CSS de www.mclibre.org\\n {\\n // Tarea: Abrir en Firefox\\n \\\"key\\\": \\\"ctrl+alt+f\\\",\\n \\\"command\\\": \\\"workbench.action.tasks.runTask\\\",\\n \\\"args\\\": \\\"Abrir en Firefox\\\"\\n },\\n {\\n // Tarea: Abrir en Chrome\\n \\\"key\\\": \\\"ctrl+alt+c\\\",\\n \\\"command\\\": \\\"workbench.action.tasks.runTask\\\",\\n \\\"args\\\": \\\"Abrir en Chrome\\\"\\n },\\n {\\n // Extensión Live Preview: Abrir en navegador interno\\n \\\"key\\\": \\\"ctrl+alt+p\\\",\\n \\\"command\\\": \\\"livePreview.start.internalPreview.atFile\\\",\\n \\\"when\\\": \\\"LivePreviewServerOn == false\\\"\\n },\\n {\\n // Extensión Live Preview: Cerrar navegador/servidor interno\\n \\\"key\\\": \\\"ctrl+alt+p\\\",\\n \\\"command\\\": \\\"livePreview.end\\\",\\n \\\"when\\\": \\\"LivePreviewServerOn == true\\\"\\n },\\n {\\n // Extensión CSScomb: Ejecutar en Windows\\n \\\"key\\\": \\\"alt+shift+c alt+shift+f\\\",\\n \\\"command\\\": \\\"csscomb.execute\\\",\\n \\\"when\\\": \\\"isWindows\\\"\\n },\\n {\\n // Extensión CSScomb: Ejecutar en Linux\\n \\\"key\\\": \\\"ctrl+shift+c ctrl+shift+i\\\",\\n \\\"command\\\": \\\"csscomb.execute\\\",\\n \\\"when\\\": \\\"isLinux\\\"\\n },\\n {\\n // Emmet: Borrar etiqueta\\n \\\"key\\\": \\\"ctrl+alt+e ctrl+alt+b\\\",\\n \\\"command\\\": \\\"editor.emmet.action.removeTag\\\"\\n },\\n {\\n // Emmet: Insertar tamaño imagen\\n \\\"key\\\": \\\"ctrl+alt+e ctrl+alt+s\\\",\\n \\\"command\\\": \\\"editor.emmet.action.updateImageSize\\\"\\n },\\n {\\n // Emmet: Seleccionar elemento superior\\n \\\"key\\\": \\\"ctrl+alt+e ctrl+alt+o\\\",\\n \\\"command\\\": \\\"editor.emmet.action.balanceOut\\\"\\n },\\n {\\n // Emmet: Seleccionar elemento inferior\\n \\\"key\\\": \\\"ctrl+alt+e ctrl+alt+i\\\",\\n \\\"command\\\": \\\"editor.emmet.action.balanceIn\\\"\\n },\\n]\",\"platform\":3}","tasks":"{\"tasks\":\"{\\n \\\"version\\\": \\\"2.0.0\\\",\\n \\\"tasks\\\": [\\n // Tareas recomendadas para el curso Páginas web HTML y hojas de estilo CSS de www.mclibre.org\\n {\\n \\\"label\\\": \\\"Abrir en Firefox\\\",\\n \\\"command\\\": \\\"explorer\\\",\\n \\\"windows\\\": {\\n \\\"command\\\": \\\"C:/Program Files/Mozilla Firefox/firefox.exe\\\"\\n },\\n \\\"linux\\\": {\\n \\\"command\\\": \\\"firefox\\\"\\n },\\n \\\"args\\\": [\\n \\\"${file}\\\"\\n ],\\n \\\"presentation\\\": {\\n \\\"reveal\\\": \\\"never\\\"\\n },\\n \\\"problemMatcher\\\": []\\n },\\n {\\n \\\"label\\\": \\\"Abrir en Chrome\\\",\\n \\\"command\\\": \\\"explorer\\\",\\n \\\"windows\\\": {\\n \\\"command\\\": \\\"C:/Program Files/Google/Chrome/Application/chrome.exe\\\"\\n },\\n \\\"linux\\\": {\\n \\\"command\\\": \\\"google-chrome\\\"\\n },\\n \\\"args\\\": [\\n \\\"${file}\\\"\\n ],\\n \\\"presentation\\\": {\\n \\\"reveal\\\": \\\"never\\\"\\n },\\n \\\"problemMatcher\\\": []\\n }\\n ]\\n }\"}","extensions":"[{\"identifier\":{\"id\":\"bartolomesintes.mclibre-org-html-css-extension-pack\",\"uuid\":\"621c8acb-90cc-40bc-9a22-499039ef4dfe\"},\"displayName\":\"mclibre.org HTML+CSS Extension Pack\"},{\"identifier\":{\"id\":\"compulim.compulim-vscode-closetag\",\"uuid\":\"0fd4a2e2-f7b7-430e-8ba0-3b44ddfb43f5\"},\"displayName\":\"Close HTML/XML tag\"},{\"identifier\":{\"id\":\"htmlhint.vscode-htmlhint\",\"uuid\":\"d0a9daff-de6d-4669-a30b-14a49a1a17e0\"},\"displayName\":\"HTMLHint\"},{\"identifier\":{\"id\":\"kisstkondoros.vscode-gutter-preview\",\"uuid\":\"eedfd044-d5ac-4389-973d-3ac1fdb98ad5\"},\"displayName\":\"Image preview\"},{\"identifier\":{\"id\":\"l7ssha.tag-inserter\",\"uuid\":\"2fc88c26-cd0f-419e-b99a-bfdedc62ff01\"},\"displayName\":\"Tag Inserter\"},{\"identifier\":{\"id\":\"mrmlnc.vscode-csscomb\",\"uuid\":\"2af5556c-edd2-4786-9bbc-392b7dd89cd9\"},\"displayName\":\"CSScomb\"},{\"identifier\":{\"id\":\"ms-ceintl.vscode-language-pack-es\",\"uuid\":\"47e020a1-33db-4cc0-a1b4-42f97781749a\"},\"displayName\":\"Spanish Language Pack for Visual Studio Code\"},{\"identifier\":{\"id\":\"ms-vscode.live-server\",\"uuid\":\"4eae7368-ec63-429d-8449-57a7df5e2117\"},\"displayName\":\"Live Preview\"}]","globalState":"{\"storage\":{\"workbench.panel.markers.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.output.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\",\"terminal.hidden\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false}]\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true}]\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark vscode-theme-defaults-themes-dark_modern-json\\\",\\\"label\\\":\\\"Moderno oscuro\\\",\\\"settingsId\\\":\\\"Default Dark Modern\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#D4D4D4\\\"},\\\"scope\\\":[\\\"meta.embedded\\\",\\\"source.groovy.embedded\\\",\\\"string meta.image.inline.markdown\\\",\\\"variable.legacy.builtin.python\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"emphasis\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"strong\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#000080\\\"},\\\"scope\\\":\\\"header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":[\\\"constant.numeric\\\",\\\"variable.other.enummember\\\",\\\"keyword.operator.plus.exponent\\\",\\\"keyword.operator.minus.exponent\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#646695\\\"},\\\"scope\\\":\\\"constant.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"entity.name.tag.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.class.css\\\",\\\"entity.other.attribute-name.class.mixin.css\\\",\\\"entity.other.attribute-name.id.css\\\",\\\"entity.other.attribute-name.parent-selector.css\\\",\\\"entity.other.attribute-name.pseudo-class.css\\\",\\\"entity.other.attribute-name.pseudo-element.css\\\",\\\"source.css.less entity.other.attribute-name.id\\\",\\\"entity.other.attribute-name.scss\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":\\\"markup.underline\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.bold\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"strikethrough\\\"},\\\"scope\\\":\\\"markup.strikethrough\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"markup.inserted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.deleted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.changed\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"punctuation.definition.quote.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6796e6\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.inline.raw\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#808080\\\"},\\\"scope\\\":\\\"punctuation.definition.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"meta.preprocessor\\\",\\\"entity.name.function.preprocessor\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"meta.preprocessor.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"meta.preprocessor.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"meta.structure.dictionary.key.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"meta.diff.header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"storage.modifier\\\",\\\"keyword.operator.noexcept\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":[\\\"string\\\",\\\"meta.embedded.assembly\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":[\\\"support.type.vendored.property-name\\\",\\\"support.type.property-name\\\",\\\"variable.css\\\",\\\"variable.scss\\\",\\\"variable.other.less\\\",\\\"source.coffee.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"keyword.operator.new\\\",\\\"keyword.operator.expression\\\",\\\"keyword.operator.cast\\\",\\\"keyword.operator.sizeof\\\",\\\"keyword.operator.alignof\\\",\\\"keyword.operator.typeid\\\",\\\"keyword.operator.alignas\\\",\\\"keyword.operator.instanceof\\\",\\\"keyword.operator.logical.python\\\",\\\"keyword.operator.wordlike\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded.begin.php\\\",\\\"punctuation.section.embedded.end.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"support.function.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"constant.sha.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"storage.modifier.import.java\\\",\\\"variable.language.wildcard.java\\\",\\\"storage.modifier.package.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"support.function\\\",\\\"support.constant.handlebars\\\",\\\"source.powershell variable.other.member\\\",\\\"entity.name.operator.custom-literal\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"support.class\\\",\\\"support.type\\\",\\\"entity.name.type\\\",\\\"entity.name.namespace\\\",\\\"entity.other.attribute\\\",\\\"entity.name.scope-resolution\\\",\\\"entity.name.class\\\",\\\"storage.type.numeric.go\\\",\\\"storage.type.byte.go\\\",\\\"storage.type.boolean.go\\\",\\\"storage.type.string.go\\\",\\\"storage.type.uintptr.go\\\",\\\"storage.type.error.go\\\",\\\"storage.type.rune.go\\\",\\\"storage.type.cs\\\",\\\"storage.type.generic.cs\\\",\\\"storage.type.modifier.cs\\\",\\\"storage.type.variable.cs\\\",\\\"storage.type.annotation.java\\\",\\\"storage.type.generic.java\\\",\\\"storage.type.java\\\",\\\"storage.type.object.array.java\\\",\\\"storage.type.primitive.array.java\\\",\\\"storage.type.primitive.java\\\",\\\"storage.type.token.java\\\",\\\"storage.type.groovy\\\",\\\"storage.type.annotation.groovy\\\",\\\"storage.type.parameters.groovy\\\",\\\"storage.type.generic.groovy\\\",\\\"storage.type.object.array.groovy\\\",\\\"storage.type.primitive.array.groovy\\\",\\\"storage.type.primitive.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"meta.type.cast.expr\\\",\\\"meta.type.new.expr\\\",\\\"support.constant.math\\\",\\\"support.constant.dom\\\",\\\"support.constant.json\\\",\\\"entity.other.inherited-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C586C0\\\"},\\\"scope\\\":[\\\"keyword.control\\\",\\\"source.cpp keyword.operator.new\\\",\\\"keyword.operator.delete\\\",\\\"keyword.other.using\\\",\\\"keyword.other.operator\\\",\\\"entity.name.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"variable\\\",\\\"meta.definition.variable.name\\\",\\\"support.variable\\\",\\\"entity.name.variable\\\",\\\"constant.other.placeholder\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4FC1FF\\\"},\\\"scope\\\":[\\\"variable.other.constant\\\",\\\"variable.other.enummember\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"meta.object-literal.key\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"support.constant.property-value\\\",\\\"support.constant.font-name\\\",\\\"support.constant.media-type\\\",\\\"support.constant.media\\\",\\\"constant.other.color.rgb-value\\\",\\\"constant.other.rgb-value\\\",\\\"support.constant.color\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"punctuation.definition.group.regexp\\\",\\\"punctuation.definition.group.assertion.regexp\\\",\\\"punctuation.definition.character-class.regexp\\\",\\\"punctuation.character.set.begin.regexp\\\",\\\"punctuation.character.set.end.regexp\\\",\\\"keyword.operator.negation.regexp\\\",\\\"support.other.parenthesis.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp\\\",\\\"constant.other.character-class.set.regexp\\\",\\\"constant.other.character-class.regexp\\\",\\\"constant.character.set.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"keyword.operator.or.regexp\\\",\\\"keyword.control.anchor.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"constant.character\\\",\\\"constant.other.option\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C8C8C8\\\"},\\\"scope\\\":\\\"entity.name.label\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#c586c0\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#dcdcaa\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"vscode.theme-defaults\\\",\\\"_extensionIsBuiltin\\\":true,\\\"_extensionName\\\":\\\"theme-defaults\\\",\\\"_extensionPublisher\\\":\\\"vscode\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"checkbox.border\\\":\\\"#3c3c3c\\\",\\\"editor.background\\\":\\\"#1f1f1f\\\",\\\"editor.foreground\\\":\\\"#cccccc\\\",\\\"editor.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"editorIndentGuide.background\\\":\\\"#404040\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#707070\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#add6ff26\\\",\\\"list.dropBackground\\\":\\\"#383b3d\\\",\\\"activityBarBadge.background\\\":\\\"#0078d4\\\",\\\"sideBarTitle.foreground\\\":\\\"#cccccc\\\",\\\"input.placeholderForeground\\\":\\\"#9d9d9d\\\",\\\"menu.background\\\":\\\"#1f1f1f\\\",\\\"menu.foreground\\\":\\\"#cccccc\\\",\\\"menu.separatorBackground\\\":\\\"#454545\\\",\\\"menu.border\\\":\\\"#454545\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#ffffff\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#0078d4\\\",\\\"ports.iconRunningProcessForeground\\\":\\\"#369432\\\",\\\"sideBarSectionHeader.background\\\":\\\"#181818\\\",\\\"sideBarSectionHeader.border\\\":\\\"#2b2b2b\\\",\\\"tab.lastPinnedBorder\\\":\\\"#cccccc33\\\",\\\"list.activeSelectionIconForeground\\\":\\\"#ffffff\\\",\\\"terminal.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"widget.border\\\":\\\"#313131\\\",\\\"actionBar.toggledBackground\\\":\\\"#383a49\\\",\\\"activityBar.activeBorder\\\":\\\"#0078d4\\\",\\\"activityBar.background\\\":\\\"#181818\\\",\\\"activityBar.border\\\":\\\"#2b2b2b\\\",\\\"activityBar.foreground\\\":\\\"#d7d7d7\\\",\\\"activityBar.inactiveForeground\\\":\\\"#868686\\\",\\\"activityBarBadge.foreground\\\":\\\"#ffffff\\\",\\\"badge.background\\\":\\\"#616161\\\",\\\"badge.foreground\\\":\\\"#f8f8f8\\\",\\\"button.background\\\":\\\"#0078d4\\\",\\\"button.border\\\":\\\"#ffffff12\\\",\\\"button.foreground\\\":\\\"#ffffff\\\",\\\"button.hoverBackground\\\":\\\"#026ec1\\\",\\\"button.secondaryBackground\\\":\\\"#313131\\\",\\\"button.secondaryForeground\\\":\\\"#cccccc\\\",\\\"button.secondaryHoverBackground\\\":\\\"#3c3c3c\\\",\\\"chat.slashCommandBackground\\\":\\\"#34414b\\\",\\\"chat.slashCommandForeground\\\":\\\"#40a6ff\\\",\\\"checkbox.background\\\":\\\"#313131\\\",\\\"debugToolBar.background\\\":\\\"#181818\\\",\\\"descriptionForeground\\\":\\\"#9d9d9d\\\",\\\"dropdown.background\\\":\\\"#313131\\\",\\\"dropdown.border\\\":\\\"#3c3c3c\\\",\\\"dropdown.foreground\\\":\\\"#cccccc\\\",\\\"dropdown.listBackground\\\":\\\"#1f1f1f\\\",\\\"editor.findMatchBackground\\\":\\\"#9e6a03\\\",\\\"editorGroup.border\\\":\\\"#ffffff17\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#181818\\\",\\\"editorGroupHeader.tabsBorder\\\":\\\"#2b2b2b\\\",\\\"editorGutter.addedBackground\\\":\\\"#2ea043\\\",\\\"editorGutter.deletedBackground\\\":\\\"#f85149\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#0078d4\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#cccccc\\\",\\\"editorLineNumber.foreground\\\":\\\"#6e7681\\\",\\\"editorOverviewRuler.border\\\":\\\"#010409\\\",\\\"editorWidget.background\\\":\\\"#202020\\\",\\\"errorForeground\\\":\\\"#f85149\\\",\\\"focusBorder\\\":\\\"#0078d4\\\",\\\"foreground\\\":\\\"#cccccc\\\",\\\"icon.foreground\\\":\\\"#cccccc\\\",\\\"input.background\\\":\\\"#313131\\\",\\\"input.border\\\":\\\"#3c3c3c\\\",\\\"input.foreground\\\":\\\"#cccccc\\\",\\\"inputOption.activeBackground\\\":\\\"#2489db82\\\",\\\"inputOption.activeBorder\\\":\\\"#2488db\\\",\\\"keybindingLabel.foreground\\\":\\\"#cccccc\\\",\\\"notificationCenterHeader.background\\\":\\\"#1f1f1f\\\",\\\"notificationCenterHeader.foreground\\\":\\\"#cccccc\\\",\\\"notifications.background\\\":\\\"#1f1f1f\\\",\\\"notifications.border\\\":\\\"#2b2b2b\\\",\\\"notifications.foreground\\\":\\\"#cccccc\\\",\\\"panel.background\\\":\\\"#181818\\\",\\\"panel.border\\\":\\\"#2b2b2b\\\",\\\"panelInput.border\\\":\\\"#2b2b2b\\\",\\\"panelTitle.activeBorder\\\":\\\"#0078d4\\\",\\\"panelTitle.activeForeground\\\":\\\"#cccccc\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#9d9d9d\\\",\\\"peekViewEditor.background\\\":\\\"#1f1f1f\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#bb800966\\\",\\\"peekViewResult.background\\\":\\\"#1f1f1f\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#bb800966\\\",\\\"pickerGroup.border\\\":\\\"#3c3c3c\\\",\\\"progressBar.background\\\":\\\"#0078d4\\\",\\\"quickInput.background\\\":\\\"#222222\\\",\\\"quickInput.foreground\\\":\\\"#cccccc\\\",\\\"settings.dropdownBackground\\\":\\\"#313131\\\",\\\"settings.dropdownBorder\\\":\\\"#3c3c3c\\\",\\\"settings.headerForeground\\\":\\\"#ffffff\\\",\\\"settings.modifiedItemIndicator\\\":\\\"#bb800966\\\",\\\"sideBar.background\\\":\\\"#181818\\\",\\\"sideBar.border\\\":\\\"#2b2b2b\\\",\\\"sideBar.foreground\\\":\\\"#cccccc\\\",\\\"sideBarSectionHeader.foreground\\\":\\\"#cccccc\\\",\\\"statusBar.background\\\":\\\"#181818\\\",\\\"statusBar.border\\\":\\\"#2b2b2b\\\",\\\"statusBar.debuggingBackground\\\":\\\"#0078d4\\\",\\\"statusBar.debuggingForeground\\\":\\\"#ffffff\\\",\\\"statusBar.focusBorder\\\":\\\"#0078d4\\\",\\\"statusBar.foreground\\\":\\\"#cccccc\\\",\\\"statusBar.noFolderBackground\\\":\\\"#1f1f1f\\\",\\\"statusBarItem.focusBorder\\\":\\\"#0078d4\\\",\\\"statusBarItem.prominentBackground\\\":\\\"#6e768166\\\",\\\"tab.activeBackground\\\":\\\"#1f1f1f\\\",\\\"tab.activeBorder\\\":\\\"#1f1f1f\\\",\\\"tab.activeBorderTop\\\":\\\"#0078d4\\\",\\\"tab.activeForeground\\\":\\\"#ffffff\\\",\\\"tab.border\\\":\\\"#2b2b2b\\\",\\\"tab.hoverBackground\\\":\\\"#1f1f1f\\\",\\\"tab.inactiveBackground\\\":\\\"#181818\\\",\\\"tab.inactiveForeground\\\":\\\"#9d9d9d\\\",\\\"tab.unfocusedActiveBorder\\\":\\\"#1f1f1f\\\",\\\"tab.unfocusedActiveBorderTop\\\":\\\"#2b2b2b\\\",\\\"tab.unfocusedHoverBackground\\\":\\\"#1f1f1f\\\",\\\"terminal.foreground\\\":\\\"#cccccc\\\",\\\"terminal.tab.activeBorder\\\":\\\"#0078d4\\\",\\\"textBlockQuote.background\\\":\\\"#2b2b2b\\\",\\\"textBlockQuote.border\\\":\\\"#616161\\\",\\\"textCodeBlock.background\\\":\\\"#2b2b2b\\\",\\\"textLink.activeForeground\\\":\\\"#40a6ff\\\",\\\"textLink.foreground\\\":\\\"#40a6ff\\\",\\\"textSeparator.foreground\\\":\\\"#21262d\\\",\\\"titleBar.activeBackground\\\":\\\"#181818\\\",\\\"titleBar.activeForeground\\\":\\\"#cccccc\\\",\\\"titleBar.border\\\":\\\"#2b2b2b\\\",\\\"titleBar.inactiveBackground\\\":\\\"#1f1f1f\\\",\\\"titleBar.inactiveForeground\\\":\\\"#9d9d9d\\\",\\\"welcomePage.tileBackground\\\":\\\"#2b2b2b\\\",\\\"welcomePage.progress.foreground\\\":\\\"#0078d4\\\"},\\\"watch\\\":false}\",\"workbench.view.debug.state.hidden\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"name\\\":\\\"Problemas\\\",\\\"pinned\\\":true,\\\"order\\\":0,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"name\\\":\\\"Salida\\\",\\\"pinned\\\":true,\\\"order\\\":1,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"name\\\":\\\"Consola de depuración\\\",\\\"pinned\\\":true,\\\"order\\\":2,\\\"visible\\\":true},{\\\"id\\\":\\\"terminal\\\",\\\"name\\\":\\\"Terminal\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"name\\\":\\\"Resultados de la prueba\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":false},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"name\\\":\\\"Puertos\\\",\\\"pinned\\\":true,\\\"order\\\":5,\\\"visible\\\":true},{\\\"id\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"Vista previa de refactorización\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"cpp.1.lastSessionDate\":\"Sun Sep 17 2023\",\"cpp.1.sessionCount\":\"2\",\"java.2.lastSessionDate\":\"Sun Sep 17 2023\",\"java.2.sessionCount\":\"2\",\"javascript.1.lastSessionDate\":\"Sun Sep 17 2023\",\"javascript.1.sessionCount\":\"2\",\"typescript.1.lastSessionDate\":\"Sun Sep 17 2023\",\"typescript.1.sessionCount\":\"2\",\"csharp.1.lastSessionDate\":\"Sun Sep 17 2023\",\"csharp.1.sessionCount\":\"2\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"workbench.telemetryOptOutShown\":\"true\",\"memento/gettingStartedService\":\"{\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"installGit\\\":{\\\"done\\\":true},\\\"commandPaletteTask\\\":{\\\"done\\\":true},\\\"commandPaletteTaskWeb\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"pickAFolderTask-Other\\\":{\\\"done\\\":true},\\\"settings\\\":{\\\"done\\\":true},\\\"shortcuts\\\":{\\\"done\\\":true}}\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.1694897232815\\\",\\\"status.workspaceTrust.1694964555094\\\",\\\"status.workspaceTrust.4bffac55af083865200f1258df60c289\\\",\\\"status.workspaceTrust.888480ecf639c96d4d7c1b4fc7124d75\\\",\\\"status.workspaceTrust.1695019351497\\\"]\",\"themeUpdatedNotificationShown\":\"true\",\"workbench.panel.alignment\":\"center\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.deprecatedExtensions\\\",\\\"isHidden\\\":false}]\",\"ces/skipSurvey\":\"1.82.2\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"workbench.action.configureLocale\\\",\\\"value\\\":4}]}\",\"commandPalette.mru.counter\":\"5\",\"nps/lastSessionDate\":\"Sun Sep 17 2023\",\"nps/sessionCount\":\"2\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.import.preview\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\"}}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment