UNPKG

rhamt-vscode-extension

Version:

RHAMT VSCode extension

3,416 lines 125 kB
<html lang="us">

<head>
  <meta charset="utf-8">
  <meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src 'self' https: data:; media-src 'none'; child-src 'self'; object-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https:; font-src 'self' https:;">
  <style>
    .monaco-shell {
      background-color: #1e1e1e;
      color: #CCCCCC;
    }
  </style>
  <link rel="stylesheet" type="text/css" data-name="vs/workbench/workbench.main" href="configuration.main.css">
  <style type="text/css" class="contributedColorTheme">
    .monaco-editor .minimap-slider,
    .monaco-editor .minimap-slider .minimap-slider-horizontal {
      background: rgba(121, 121, 121, 0.2);
    }

    .monaco-editor .minimap-slider:hover,
    .monaco-editor .minimap-slider:hover .minimap-slider-horizontal {
      background: rgba(100, 100, 100, 0.35);
    }

    .monaco-editor .minimap-slider.active,
    .monaco-editor .minimap-slider.active .minimap-slider-horizontal {
      background: rgba(191, 191, 191, 0.2);
    }

    .monaco-editor .minimap-shadow-visible {
      box-shadow: #000000 -6px 0 6px -6px inset;
    }

    .monaco-editor .scroll-decoration {
      box-shadow: #000000 0 6px 6px -6px inset;
    }

    .monaco-editor .focused .selected-text {
      background-color: #264f78;
    }

    .monaco-editor .selected-text {
      background-color: #3a3d41;
    }

    .monaco-editor,
    .monaco-editor-background,
    .monaco-editor .inputarea.ime-input {
      background-color: #1e1e1e;
    }

    .monaco-editor,
    .monaco-editor .inputarea.ime-input {
      color: #d4d4d4;
    }

    .monaco-editor .margin {
      background-color: #1e1e1e;
    }

    .monaco-editor .rangeHighlight {
      background-color: rgba(255, 255, 255, 0.04);
    }

    .vs-whitespace {
      color: rgba(227, 228, 226, 0.16) !important;
    }

    .monaco-editor .view-overlays .current-line {
      border: 2px solid #282828;
    }

    .monaco-editor .margin-view-overlays .current-line-margin {
      border: 2px solid #282828;
    }

    .monaco-editor .lines-content .cigr {
      box-shadow: 1px 0 0 0 #404040 inset;
    }

    .monaco-editor .lines-content .cigra {
      box-shadow: 1px 0 0 0 #707070 inset;
    }

    .monaco-editor .line-numbers {
      color: #5a5a5a;
    }

    .monaco-editor .current-line~.line-numbers {
      color: #aaaaaa;
    }

    .monaco-editor .view-ruler {
      box-shadow: 1px 0 0 0 #5a5a5a inset;
    }

    .monaco-editor .cursor {
      background-color: #aeafad;
      border-color: #aeafad;
      color: #515052;
    }

    .monaco-editor .squiggly-error {
      background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%203'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'%3E%3Cg%20fill%3D'%23ea4646'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201.1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4%2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") repeat-x bottom left;
    }

    .monaco-editor .squiggly-warning {
      background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%203'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'%3E%3Cg%20fill%3D'%234d9e4d'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201.1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4%2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") repeat-x bottom left;
    }

    .monaco-editor .squiggly-info {
      background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%203'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'%3E%3Cg%20fill%3D'%23008000'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201.1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4%2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") repeat-x bottom left;
    }

    .monaco-editor .squiggly-hint {
      background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%223%22%20width%3D%2212%22%3E%3Cg%20fill%3D%22rgba(238%2C%20238%2C%20238%2C%200.7)%22%3E%3Ccircle%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%221%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%221%22%20r%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat bottom left;
    }

    .showUnused .monaco-editor .squiggly-inline-unnecessary {
      opacity: 0.667;
    }

    .monaco-diff-editor .diff-review-line-number {
      color: #5a5a5a;
    }

    .monaco-diff-editor .diff-review-shadow {
      box-shadow: #000000 0 -6px 6px -6px inset;
    }

    .monaco-editor .line-insert,
    .monaco-editor .char-insert {
      background-color: rgba(155, 185, 85, 0.2);
    }

    .monaco-diff-editor .line-insert,
    .monaco-diff-editor .char-insert {
      background-color: rgba(155, 185, 85, 0.2);
    }

    .monaco-editor .inline-added-margin-view-zone {
      background-color: rgba(155, 185, 85, 0.2);
    }

    .monaco-editor .line-delete,
    .monaco-editor .char-delete {
      background-color: rgba(255, 0, 0, 0.2);
    }

    .monaco-diff-editor .line-delete,
    .monaco-diff-editor .char-delete {
      background-color: rgba(255, 0, 0, 0.2);
    }

    .monaco-editor .inline-deleted-margin-view-zone {
      background-color: rgba(255, 0, 0, 0.2);
    }

    .monaco-diff-editor.side-by-side .editor.modified {
      box-shadow: -6px 0 5px -5px #000000;
    }

    .monaco-editor .bracket-match {
      background-color: rgba(0, 100, 0, 0.1);
    }

    .monaco-editor .bracket-match {
      border: 1px solid #888888;
    }

    .monaco-editor .codelens-decoration {
      color: #999999;
    }

    .monaco-editor .codelens-decoration>a:hover {
      color: #4e94ce !important;
    }

    .monaco-editor .findOptionsWidget {
      background-color: #2d2d30;
    }

    .monaco-editor .findOptionsWidget {
      box-shadow: 0 2px 8px #000000;
    }

    .monaco-editor .hoverHighlight {
      background-color: rgba(38, 79, 120, 0.25);
    }

    .monaco-editor .monaco-editor-hover {
      background-color: #2d2d30;
    }

    .monaco-editor .monaco-editor-hover {
      border: 1px solid #454545;
    }

    .monaco-editor .monaco-editor-hover .hover-row:not(:first-child):not(:empty) {
      border-top: 1px solid rgba(69, 69, 69, 0.5);
    }

    .monaco-editor .monaco-editor-hover a {
      color: #4080d0;
    }

    .monaco-editor .monaco-editor-hover code {
      background-color: rgba(10, 10, 10, 0.4);
    }

    .monaco-editor.vs .valueSetReplacement {
      outline: solid 2px #888888;
    }

    .monaco-editor .detected-link-active {
      color: #4e94ce !important;
    }

    .monaco-editor .monaco-editor-overlaymessage .anchor {
      border-top-color: #007acc;
    }

    .monaco-editor .monaco-editor-overlaymessage .message {
      border: 1px solid #007acc;
    }

    .monaco-editor .monaco-editor-overlaymessage .message {
      background-color: #063b49;
    }

    .monaco-editor .parameter-hints-widget {
      border: 1px solid #454545;
    }

    .monaco-editor .parameter-hints-widget.multiple .body {
      border-left: 1px solid rgba(69, 69, 69, 0.5);
    }

    .monaco-editor .parameter-hints-widget .signature.has-docs {
      border-bottom: 1px solid rgba(69, 69, 69, 0.5);
    }

    .monaco-editor .parameter-hints-widget {
      background-color: #2d2d30;
    }

    .monaco-editor .parameter-hints-widget a {
      color: #4080d0;
    }

    .monaco-editor .parameter-hints-widget code {
      background-color: rgba(10, 10, 10, 0.4);
    }

    .monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-highlighted-label .highlight {
      color: #0097fb;
    }

    .monaco-editor .suggest-widget {
      color: #d4d4d4;
    }

    .monaco-editor .suggest-widget a {
      color: #4080d0;
    }

    .monaco-editor .suggest-widget code {
      background-color: rgba(10, 10, 10, 0.4);
    }

    .monaco-editor .focused .selectionHighlight {
      background-color: rgba(173, 214, 255, 0.15);
    }

    .monaco-editor .selectionHighlight {
      background-color: rgba(173, 214, 255, 0.07);
    }

    .monaco-editor .wordHighlight {
      background-color: rgba(87, 87, 87, 0.72);
    }

    .monaco-editor .wordHighlightStrong {
      background-color: rgba(0, 73, 114, 0.72);
    }

    .monaco-editor .findMatch {
      background-color: rgba(234, 92, 0, 0.33);
    }

    .monaco-editor .currentFindMatch {
      background-color: #515c6a;
    }

    .monaco-editor .findScope {
      background-color: rgba(58, 61, 65, 0.4);
    }

    .monaco-editor .find-widget {
      background-color: #2d2d30;
    }

    .monaco-editor .find-widget {
      box-shadow: 0 2px 8px #000000;
    }

    .monaco-editor .find-widget.no-results .matchesCount {
      color: #f48771;
    }

    .monaco-editor .find-widget .monaco-sash {
      background-color: #454545;
      width: 3px !important;
      margin-left: -4px;
    }

    .monaco-workbench .simple-find-part {
      background-color: #2d2d30 !important;
    }

    .monaco-workbench .simple-find-part {
      box-shadow: 0 2px 8px #000000;
    }

    .monaco-editor .reference-zone-widget .ref-tree .referenceMatch {
      background-color: rgba(234, 92, 0, 0.3);
    }

    .monaco-editor .reference-zone-widget .preview .reference-decoration {
      background-color: rgba(255, 143, 0, 0.6);
    }

    .monaco-editor .reference-zone-widget .ref-tree {
      background-color: #252526;
    }

    .monaco-editor .reference-zone-widget .ref-tree {
      color: #bbbbbb;
    }

    .monaco-editor .reference-zone-widget .ref-tree .reference-file {
      color: #ffffff;
    }

    .monaco-editor .reference-zone-widget .ref-tree .monaco-tree.focused .monaco-tree-rows>.monaco-tree-row.selected:not(.highlighted) {
      background-color: rgba(51, 153, 255, 0.2);
    }

    .monaco-editor .reference-zone-widget .ref-tree .monaco-tree.focused .monaco-tree-rows>.monaco-tree-row.selected:not(.highlighted) {
      color: #ffffff !important;
    }

    .monaco-editor .reference-zone-widget .preview .monaco-editor .monaco-editor-background,
    .monaco-editor .reference-zone-widget .preview .monaco-editor .inputarea.ime-input {
      background-color: #001f33;
    }

    .monaco-editor .reference-zone-widget .preview .monaco-editor .margin {
      background-color: #001f33;
    }

    .monaco-editor .goto-definition-link {
      color: #4e94ce !important;
    }

    .quick-input-list .monaco-list .monaco-list-row.focused {
      background-color: #073655;
    }

    .quick-input-list .monaco-list .monaco-list-row.focused:hover {
      background-color: #073655;
    }

    .monaco-workbench .notifications-list-container .notification-list-item .notification-list-item-message a {
      color: #4080d0;
    }

    .monaco-workbench .notifications-list-container .notification-list-item .notification-list-item-message a:focus {
      outline-color: rgba(14, 99, 156, 0.6);
    }

    .monaco-editor .accessibilityHelpWidget {
      background-color: #2d2d30;
    }

    .monaco-editor .accessibilityHelpWidget {
      box-shadow: 0 2px 8px #000000;
    }

    .settings-tabs-widget>.monaco-action-bar .action-item .action-label:focus,
    .settings-tabs-widget>.monaco-action-bar .action-item .action-label.checked {
      border-bottom: 1px solid;
    }


    .settings-tabs-widget>.monaco-action-bar .action-item .action-label:hover,
    .settings-tabs-widget>.monaco-action-bar .action-item .action-label.checked {
      color: #e7e7e7;
      border-bottom-color: rgba(128, 128, 128, 0.35);
    }


    .settings-tabs-widget>.monaco-action-bar .action-item .action-label {
      color: rgba(231, 231, 231, 0.5);
    }


    .settings-tabs-widget>.monaco-action-bar .action-item .action-label:focus {
      border-bottom-color: rgba(14, 99, 156, 0.6) !important;
    }


    .settings-tabs-widget>.monaco-action-bar .action-item .action-label:focus {
      outline: none;
    }

    .settings-editor>.settings-body>.settings-tree-container .setting-item.is-configured .setting-item-is-configured-label {
      color: #73c991;
    }

    .settings-editor>.settings-body>.settings-tree-container .setting-item-bool .setting-value-checkbox {
      background-color: #3c3c3c !important;
    }

    .settings-editor>.settings-body>.settings-tree-container .setting-item-bool .setting-value-checkbox {
      border-color: #3c3c3c !important;
    }

    .settings-editor>.settings-body>.settings-tree-container .setting-item .setting-item-control>.monaco-inputbox {
      border: solid 1px #3c3c3c !important;
    }

    .monaco-shell .feedback-form .sentiment.checked {
      border: 1px solid #007acc;
    }

    .monaco-shell .feedback-form .content .channels a {
      color: #0e639c;
    }

    .monaco-workbench>.part.statusbar>.statusbar-item .monaco-dropdown.send-feedback:hover {
      background-color: rgba(255, 255, 255, 0.12);
    }

    .monaco-workbench>.part.statusbar>.statusbar-item a:hover {
      background-color: rgba(255, 255, 255, 0.12);
    }

    .monaco-workbench>.part.statusbar>.statusbar-item a:active {
      background-color: rgba(255, 255, 255, 0.18);
    }

    .monaco-workbench>.part.statusbar>.statusbar-item .status-bar-info {
      background-color: #388a34;
    }

    .monaco-workbench>.part.statusbar>.statusbar-item a.status-bar-info:hover {
      background-color: #369432;
    }

    .monaco-workbench>.part.editor>.content .welcomePage .caption {
      color: #cccccc;
    }

    .monaco-workbench>.part.editor>.content .welcomePage .detail {
      color: rgba(204, 204, 204, 0.7);
    }

    .monaco-workbench>.part.editor>.content .welcomePage .commands li button {
      background: rgba(0, 0, 0, .2);
    }

    .monaco-workbench>.part.editor>.content .welcomePage .commands li button:hover {
      background: rgba(200, 235, 255, .072);
    }

    .monaco-workbench>.part.editor>.content .welcomePage a {
      color: #4080d0;
    }

    .monaco-workbench>.part.editor>.content .welcomePage a:hover,
    .monaco-workbench>.part.editor>.content .welcomePage a:active {
      color: #4080d0;
    }

    .monaco-workbench>.part.editor>.content .welcomePage a:focus {
      outline-color: rgba(14, 99, 156, 0.6);
    }

    .monaco-workbench>.part.editor>.content .walkThroughContent .monaco-editor-background,
    .monaco-workbench>.part.editor>.content .walkThroughContent .margin-view-overlays {
      background: rgba(0, 0, 0, .4);
    }

    .monaco-workbench>.part.editor>.content .walkThroughContent a {
      color: #4080d0;
    }

    .monaco-workbench>.part.editor>.content .walkThroughContent a:hover,
    .monaco-workbench>.part.editor>.content .walkThroughContent a:active {
      color: #4080d0;
    }

    .monaco-workbench>.part.editor>.content .walkThroughContent a:focus {
      outline-color: rgba(14, 99, 156, 0.6);
    }

    .monaco-workbench>.part.editor>.content .walkThroughContent code,
    .monaco-workbench>.part.editor>.content .walkThroughContent .shortcut {
      color: #d7ba7d;
    }

    .monaco-workbench>.part.editor>.content .walkThroughContent blockquote {
      background: rgba(127, 127, 127, 0.1);
    }

    .monaco-workbench>.part.editor>.content .walkThroughContent blockquote {
      border-color: rgba(0, 122, 204, 0.5);
    }

    .monaco-editor .review-widget,
    .monaco-editor .review-widget {
      background-color: #252526;
    }

    .monaco-editor .review-widget .body .comment-form .review-thread-reply-button {
      background-color: #001f33
    }

    .monaco-editor .review-widget .body .monaco-editor {
      color: #d4d4d4
    }

    .monaco-editor .review-widget .body .comment-form .review-thread-reply-button {
      color: #d4d4d4
    }

    @keyframes monaco-review-widget-focus {
      0% {
        background: rgba(51, 153, 255, 0.2);
      }
      100% {
        background: transparent;
      }
    }

    .monaco-editor .review-widget .body .review-comment.focus {
      animation: monaco-review-widget-focus 3s ease 0s;
    }

    .monaco-workbench .panel.integrated-terminal .find-focused .xterm .xterm-viewport,
    .monaco-workbench .panel.integrated-terminal .xterm.focus .xterm-viewport,
    .monaco-workbench .panel.integrated-terminal .xterm:focus .xterm-viewport,
    .monaco-workbench .panel.integrated-terminal .xterm:hover .xterm-viewport {
      background-color: rgba(121, 121, 121, 0.4) !important;
    }

    .monaco-workbench .panel.integrated-terminal .xterm .xterm-viewport::-webkit-scrollbar-thumb:hover {
      background-color: rgba(100, 100, 100, 0.7);
    }

    .monaco-workbench .panel.integrated-terminal .xterm .xterm-viewport::-webkit-scrollbar-thumb:active {
      background-color: rgba(191, 191, 191, 0.4);
    }

    .monaco-workbench>.notifications-center .notifications-list-container .monaco-list-row[data-last-element="false"]>.notification-list-item {
      border-bottom: 1px solid #3b3b3e;
    }

    .monaco-workbench>.part.statusbar.debugging>.statusbar-item .mask-icon {
      background-color: #ffffff !important;
    }

    .monaco-workbench>.welcomeOverlay>.key {
      color: #cccccc;
    }

    .monaco-workbench>.welcomeOverlay {
      background: rgba(0, 0, 0, 0.52);
    }

    .monaco-workbench>.welcomeOverlay>.key>.shortcut {
      color: #d7ba7d;
    }

    .monaco-editor .dirty-diff-modified {
      border-left: 3px solid #0c7d9d;
    }

    .monaco-editor .dirty-diff-modified:before {
      background: #0c7d9d;
    }


    .monaco-editor .dirty-diff-added {
      border-left: 3px solid #587c0c;
    }

    .monaco-editor .dirty-diff-added:before {
      background: #587c0c;
    }


    .monaco-editor .dirty-diff-deleted:after {
      border-left: 4px solid #94151b;
    }

    .monaco-editor .dirty-diff-deleted:before {
      background: #94151b;
    }

    .keybindings-editor>.keybindings-body>.keybindings-list-container .monaco-list-row>.column .highlight {
      color: #0097fb;
    }

    .monaco-editor .tm-inspect-widget {
      border: 1px solid #454545;
    }

    .monaco-editor .tm-inspect-widget .tm-metadata-separator {
      background-color: #454545;
    }

    .monaco-editor .tm-inspect-widget {
      background-color: #2d2d30;
    }

    .monaco-editor-group-drag-image {
      background: #094771;
      color: #ffffff;
    }


    .monaco-workbench>.part.editor>.content.dragged-over .editor-group-container.active>.title .tabs-container>.tab.sizing-shrink.dragged-over:not(.active):not(.dragged)>.tab-label::after,
    .monaco-workbench>.part.editor>.content.dragged-over .editor-group-container>.title .tabs-container>.tab.sizing-shrink.dragged-over:not(.dragged)>.tab-label::after {
      background: linear-gradient(to left, #3c3f41, transparent) !important;
    }


    .monaco-workbench>.part.editor>.content:not(.dragged-over) .editor-group-container>.title .tabs-container>.tab.sizing-shrink.active:not(.dragged)>.tab-label::after {
      background: linear-gradient(to left, #1e1e1e, transparent);
    }

    .monaco-workbench>.part.editor>.content.dragged-over .editor-group-container>.title .tabs-container>.tab.sizing-shrink.active:not(.dragged)>.tab-label::after {
      background: linear-gradient(to left, #1e1e1e, transparent);
    }


    .monaco-workbench>.part.editor>.content:not(.dragged-over) .editor-group-container>.title .tabs-container>.tab.sizing-shrink:not(.dragged)>.tab-label::after {
      background: linear-gradient(to left, #2d2d2d, transparent);
    }

    .monaco-workbench>.part.editor>.content.dragged-over .editor-group-container>.title .tabs-container>.tab.sizing-shrink:not(.dragged)>.tab-label::after {
      background: linear-gradient(to left, #2d2d2d, transparent);
    }


    .monaco-workbench>.activitybar>.content .monaco-action-bar .action-item.active .action-label,
    .monaco-workbench>.activitybar>.content .monaco-action-bar .action-item.checked .action-label,
    .monaco-workbench>.activitybar>.content .monaco-action-bar .action-item:focus .action-label,
    .monaco-workbench>.activitybar>.content .monaco-action-bar .action-item:hover .action-label {
      opacity: 1;
    }

    .monaco-workbench>.activitybar>.content .monaco-action-bar .action-item .action-label {
      opacity: 0.6;
    }

    .monaco-workbench>.activitybar>.content .monaco-action-bar .action-item:focus:before {
      border-left-color: rgba(14, 99, 156, 0.6);
    }


    .monaco-workbench>.part.editor>.content .editor-group-container.empty .editor-group-letterpress {
      background-image: url('/Applications/Visual Studio Code.app/Contents/Resources/app/resources/letterpress-dark.svg')
    }


    .monaco-workbench>.part.editor>.content .editor-group-container.empty.active:focus {
      outline: none;
      /* disable focus outline unless active empty group border is defined */
    }


    .monaco-workbench>.part.panel>.title>.panel-switcher-container>.monaco-action-bar .action-item:hover .action-label,
    .monaco-workbench>.part.panel>.title>.panel-switcher-container>.monaco-action-bar .action-item.checked .action-label {
      color: #e7e7e7;
      border-bottom-color: rgba(128, 128, 128, 0.35);
    }


    .monaco-workbench>.part.panel>.title>.panel-switcher-container>.monaco-action-bar .action-item .action-label {
      color: rgba(231, 231, 231, 0.5);
    }


    .monaco-workbench>.part.panel>.title>.panel-switcher-container>.monaco-action-bar .action-item:focus .action-label {
      color: #e7e7e7;
      border-bottom-color: rgba(14, 99, 156, 0.6) !important;
      border-bottom: 1px solid;
    }


    .monaco-workbench>.part.panel>.title>.panel-switcher-container>.monaco-action-bar .action-item:focus {
      outline: none;
    }

    .extension .monaco-action-bar .action-item .action-label.extension-action.built-in-status {
      border-color: #cccccc;
    }

    .extension-editor .monaco-action-bar .action-item .action-label.extension-action.built-in-status {
      border-color: #cccccc;
    }

    .extension .monaco-action-bar .action-item .action-label.extension-action {
      background-color: #0e639c;
    }

    .extension-editor .monaco-action-bar .action-item .action-label.extension-action {
      background-color: #0e639c;
    }

    .extension .monaco-action-bar .action-item .action-label.extension-action {
      color: #ffffff;
    }

    .extension-editor .monaco-action-bar .action-item .action-label.extension-action {
      color: #ffffff;
    }

    .extension .monaco-action-bar .action-item:hover .action-label.extension-action {
      background-color: #1177bb;
    }

    .extension-editor .monaco-action-bar .action-item:hover .action-label.extension-action {
      background-color: #1177bb;
    }

    .extension .monaco-action-bar .action-item .action-label.extension-action.prominent {
      background-color: #327e36;
    }

    .extension-editor .monaco-action-bar .action-item .action-label.extension-action.prominent {
      background-color: #327e36;
    }

    .extension .monaco-action-bar .action-item .action-label.extension-action.prominent {
      color: #ffffff;
    }

    .extension-editor .monaco-action-bar .action-item .action-label.extension-action.prominent {
      color: #ffffff;
    }

    .extension .monaco-action-bar .action-item:hover .action-label.extension-action.prominent {
      background-color: #28632b;
    }

    .extension-editor .monaco-action-bar .action-item:hover .action-label.extension-action.prominent {
      background-color: #28632b;
    }

    .monaco-workbench .search-view .findInFileMatch {
      background-color: rgba(234, 92, 0, 0.33);
    }

    .monaco-workbench .search-view .replaceMatch {
      background-color: rgba(155, 185, 85, 0.2);
    }

    .monaco-workbench .search-view .replace.findInFileMatch {
      background-color: rgba(255, 0, 0, 0.2);
    }

    .monaco-workbench .panel.integrated-terminal .terminal-outer-container {
      background-color: #1e1e1e;
    }

    .monaco-workbench .panel.integrated-terminal .split-view-view:not(:first-child) {
      border-color: rgba(128, 128, 128, 0.35);
    }

    .monaco-workbench .panel.integrated-terminal .terminal-message-widget {
      background-color: #2d2d30;
    }

    .monaco-workbench .panel.integrated-terminal .terminal-message-widget {
      border: 1px solid #454545;
    }

    .monaco-workbench .panel.integrated-terminal .terminal-message-widget {
      color: #d4d4d4;
    }

    .monaco-shell {
      color: #cccccc;
    }

    .monaco-shell .monaco-tree .monaco-tree-row .monaco-highlighted-label .highlight,
    .monaco-shell .monaco-list .monaco-list-row .monaco-highlighted-label .highlight {
      color: #0097fb;
    }

    .monaco-workbench {
      background-color: #252526;
    }

    .monaco-shell .monaco-scrollable-element>.shadow.top {
      box-shadow: #000000 0 6px 6px -6px inset;
    }

    .monaco-shell .monaco-scrollable-element>.shadow.left {
      box-shadow: #000000 6px 0 6px -6px inset;
    }

    .monaco-shell .monaco-scrollable-element>.shadow.top.left {
      box-shadow: #000000 6px 6px 6px -6px inset;
    }


    .monaco-shell .monaco-scrollable-element>.scrollbar>.slider {
      background: rgba(121, 121, 121, 0.4);
    }


    .monaco-shell .monaco-scrollable-element>.scrollbar>.slider:hover {
      background: rgba(100, 100, 100, 0.7);
    }


    .monaco-shell .monaco-scrollable-element>.scrollbar>.slider.active {
      background: rgba(191, 191, 191, 0.4);
    }


    .monaco-shell [tabindex="0"]:focus,
    .monaco-shell .synthetic-focus,
    .monaco-shell select:focus,
    .monaco-shell .monaco-tree.focused.no-focused-item:focus:before,
    .monaco-shell .monaco-list:not(.element-focused):focus:before,
    .monaco-shell input[type="button"]:focus,
    .monaco-shell input[type="text"]:focus,
    .monaco-shell button:focus,
    .monaco-shell textarea:focus,
    .monaco-shell input[type="search"]:focus,
    .monaco-shell input[type="checkbox"]:focus {
      outline-color: rgba(14, 99, 156, 0.6);
    }
  </style>
  <style type="text/css" class="contributedIconTheme">
    @font-face {
      src: url('file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/theme-seti/icons/seti.woff') format('woff');
      font-family: 'seti';
      font-weight: normal;
      font-style: normal;
    }

    .show-file-icons .file-icon::before,
    .show-file-icons .folder-icon::before,
    .show-file-icons .rootfolder-icon::before {
      font-family: 'seti';
      font-size: 150%
    }

    .show-file-icons .file-icon::before,
    .show-file-icons .txt-ext-file-icon.ext-file-icon.file-icon::before {
      color: #d4d7d6;
      content: '\E01D';
    }

    .show-file-icons .bat-lang-file-icon.file-icon::before {
      color: #519aba;
      content: '\E086';
    }

    .show-file-icons .clojure-lang-file-icon.file-icon::before {
      color: #8dc149;
      content: '\E010';
    }

    .show-file-icons .coffeescript-lang-file-icon.file-icon::before {
      color: #cbcb41;
      content: '\E012';
    }

    .show-file-icons .c-lang-file-icon.file-icon::before {
      color: #519aba;
      content: '\E009';
    }

    .show-file-icons .cpp-lang-file-icon.file-icon::before {
      color: #519aba;
      content: '\E016';
    }

    .show-file-icons .csharp-lang-file-icon.file-icon::before {
      color: #519aba;
      content: '\E008';
    }

    .show-file-icons .css-lang-file-icon.file-icon::before,
    .show-file-icons .css\.map-ext-file-icon.map-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .sss-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E019';
    }

    .show-file-icons .dockerfile-lang-file-icon.file-icon::before {
      color: #519aba;
      content: '\E01F';
    }

    .show-file-icons .fsharp-lang-file-icon.file-icon::before {
      color: #519aba;
      content: '\E028';
    }

    .show-file-icons .go-lang-file-icon.file-icon::before {
      color: #519aba;
      content: '\E033';
    }

    .show-file-icons .groovy-lang-file-icon.file-icon::before,
    .show-file-icons .gsp-ext-file-icon.ext-file-icon.file-icon::before {
      color: #8dc149;
      content: '\E035';
    }

    .show-file-icons .handlebars-lang-file-icon.file-icon::before,
    .show-file-icons .mustache-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .stache-ext-file-icon.ext-file-icon.file-icon::before {
      color: #e37933;
      content: '\E058';
    }

    .show-file-icons .html-lang-file-icon.file-icon::before {
      color: #e37933;
      content: '\E03E';
    }

    .show-file-icons .properties-lang-file-icon.file-icon::before,
    .show-file-icons .java-lang-file-icon.file-icon::before,
    .show-file-icons .class-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .classpath-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E046';
    }

    .show-file-icons .javascriptreact-lang-file-icon.file-icon::before,
    .show-file-icons .typescriptreact-lang-file-icon.file-icon::before,
    .show-file-icons .cjsx-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E069';
    }

    .show-file-icons .javascript-lang-file-icon.file-icon::before,
    .show-file-icons .js\.map-ext-file-icon.map-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .es-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .es5-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .es7-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cbcb41;
      content: '\E047';
    }

    .show-file-icons .json-lang-file-icon.file-icon::before,
    .show-file-icons .jsonc-lang-file-icon.file-icon::before,
    .show-file-icons .cson-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cbcb41;
      content: '\E04B';
    }

    .show-file-icons .less-lang-file-icon.file-icon::before {
      color: #519aba;
      content: '\E04E';
    }

    .show-file-icons .lua-lang-file-icon.file-icon::before {
      color: #519aba;
      content: '\E053';
    }

    .show-file-icons .makefile-lang-file-icon.file-icon::before {
      color: #e37933;
      content: '\E054';
    }

    .show-file-icons .markdown-lang-file-icon.file-icon::before {
      color: #519aba;
      content: '\E055';
    }

    .show-file-icons .objective-c-lang-file-icon.file-icon::before {
      color: #cbcb41;
      content: '\E009';
    }

    .show-file-icons .perl-lang-file-icon.file-icon::before {
      color: #519aba;
      content: '\E060';
    }

    .show-file-icons .php-lang-file-icon.file-icon::before,
    .show-file-icons .php\.inc-ext-file-icon.inc-ext-file-icon.ext-file-icon.file-icon::before {
      color: #a074c4;
      content: '\E062';
    }

    .show-file-icons .powershell-lang-file-icon.file-icon::before {
      color: #519aba;
      content: '\E063';
    }

    .show-file-icons .jade-lang-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E045';
    }

    .show-file-icons .python-lang-file-icon.file-icon::before {
      color: #519aba;
      content: '\E067';
    }

    .show-file-icons .ruby-lang-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E06B';
    }

    .show-file-icons .rust-lang-file-icon.file-icon::before {
      color: #6d8086;
      content: '\E06C';
    }

    .show-file-icons .scss-lang-file-icon.file-icon::before,
    .show-file-icons .sass-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .sass-lint\.yml-name-file-icon.yml-ext-file-icon.ext-file-icon.file-icon::before {
      color: #f55385;
      content: '\E06E';
    }

    .show-file-icons .shellscript-lang-file-icon.file-icon::before,
    .show-file-icons .fish-ext-file-icon.ext-file-icon.file-icon::before {
      color: #4d5a5e;
      content: '\E073';
    }

    .show-file-icons .sql-lang-file-icon.file-icon::before {
      color: #f55385;
      content: '\E01C';
    }

    .show-file-icons .swift-lang-file-icon.file-icon::before {
      color: #e37933;
      content: '\E07A';
    }

    .show-file-icons .typescript-lang-file-icon.file-icon::before {
      color: #519aba;
      content: '\E080';
    }

    .show-file-icons .xml-lang-file-icon.file-icon::before {
      color: #e37933;
      content: '\E089';
    }

    .show-file-icons .yaml-lang-file-icon.file-icon::before {
      color: #a074c4;
      content: '\E08B';
    }

    .show-file-icons .bsl-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E007';
    }

    .show-file-icons .mdo-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E057';
    }

    .show-file-icons .asm-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .s-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E003';
    }

    .show-file-icons .h-ext-file-icon.ext-file-icon.file-icon::before {
      color: #a074c4;
      content: '\E009';
    }

    .show-file-icons .hh-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .hpp-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .hxx-ext-file-icon.ext-file-icon.file-icon::before {
      color: #a074c4;
      content: '\E016';
    }

    .show-file-icons .edn-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E010';
    }

    .show-file-icons .cfc-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .cfm-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E014';
    }

    .show-file-icons .config-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .cfg-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .conf-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .toml-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .direnv-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .env-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .static-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .editorconfig-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .slugignore-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .htaccess-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .mime\.types-name-file-icon.types-ext-file-icon.ext-file-icon.file-icon::before {
      color: #6d8086;
      content: '\E015';
    }

    .show-file-icons .cr-ext-file-icon.ext-file-icon.file-icon::before {
      color: #d4d7d6;
      content: '\E017';
    }

    .show-file-icons .ecr-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .slang-ext-file-icon.ext-file-icon.file-icon::before {
      color: #d4d7d6;
      content: '\E018';
    }

    .show-file-icons .csv-ext-file-icon.ext-file-icon.file-icon::before {
      color: #8dc149;
      content: '\E01A';
    }

    .show-file-icons .xls-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .xlsx-ext-file-icon.ext-file-icon.file-icon::before {
      color: #8dc149;
      content: '\E088';
    }

    .show-file-icons .cake-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E00A';
    }

    .show-file-icons .ctp-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E00B';
    }

    .show-file-icons .d-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E01B';
    }

    .show-file-icons .doc-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .docx-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E087';
    }

    .show-file-icons .ejs-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cbcb41;
      content: '\E021';
    }

    .show-file-icons .ex-ext-file-icon.ext-file-icon.file-icon::before {
      color: #a074c4;
      content: '\E022';
    }

    .show-file-icons .exs-ext-file-icon.ext-file-icon.file-icon::before {
      color: #a074c4;
      content: '\E023';
    }

    .show-file-icons .elm-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E024';
    }

    .show-file-icons .ico-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cbcb41;
      content: '\E029';
    }

    .show-file-icons .gitignore-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .gitconfig-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .gitkeep-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .gitattributes-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .gitmodules-ext-file-icon.ext-file-icon.file-icon::before {
      color: #41535b;
      content: '\E02E';
    }

    .show-file-icons .slide-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .article-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E032';
    }

    .show-file-icons .gradle-ext-file-icon.ext-file-icon.file-icon::before {
      color: #8dc149;
      content: '\E034';
    }

    .show-file-icons .haml-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E039';
    }

    .show-file-icons .hs-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .lhs-ext-file-icon.ext-file-icon.file-icon::before {
      color: #a074c4;
      content: '\E03A';
    }

    .show-file-icons .hx-ext-file-icon.ext-file-icon.file-icon::before {
      color: #e37933;
      content: '\E03B';
    }

    .show-file-icons .hxs-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cbcb41;
      content: '\E03B';
    }

    .show-file-icons .hxp-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E03B';
    }

    .show-file-icons .hxml-ext-file-icon.ext-file-icon.file-icon::before {
      color: #a074c4;
      content: '\E03B';
    }

    .show-file-icons .spec\.js-ext-file-icon.js-ext-file-icon.ext-file-icon.file-icon::before {
      color: #e37933;
      content: '\E047';
    }

    .show-file-icons .jinja-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .jinja2-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E049';
    }

    .show-file-icons .jl-ext-file-icon.ext-file-icon.file-icon::before {
      color: #a074c4;
      content: '\E04C';
    }

    .show-file-icons .liquid-ext-file-icon.ext-file-icon.file-icon::before {
      color: #8dc149;
      content: '\E050';
    }

    .show-file-icons .ls-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E051';
    }

    .show-file-icons .njk-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .nunjucks-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .nunjs-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .nunj-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .njs-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .nj-ext-file-icon.ext-file-icon.file-icon::before {
      color: #8dc149;
      content: '\E05C';
    }

    .show-file-icons .npm-debug\.log-ext-file-icon.log-ext-file-icon.ext-file-icon.file-icon::before {
      color: #41535b;
      content: '\E05A';
    }

    .show-file-icons .npmignore-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .npmrc-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E05A';
    }

    .show-file-icons .ml-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .mli-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .cmx-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .cmxa-ext-file-icon.ext-file-icon.file-icon::before {
      color: #e37933;
      content: '\E05D';
    }

    .show-file-icons .odata-ext-file-icon.ext-file-icon.file-icon::before {
      color: #e37933;
      content: '\E05E';
    }

    .show-file-icons .pug-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E065';
    }

    .show-file-icons .pp-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .epp-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cbcb41;
      content: '\E066';
    }

    .show-file-icons .erb-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .erb\.html-ext-file-icon.html-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .html\.erb-ext-file-icon.erb-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E03F';
    }

    .show-file-icons .springbeans-ext-file-icon.ext-file-icon.file-icon::before {
      color: #8dc149;
      content: '\E076';
    }

    .show-file-icons .slim-ext-file-icon.ext-file-icon.file-icon::before {
      color: #e37933;
      content: '\E074';
    }

    .show-file-icons .smarty\.tpl-ext-file-icon.tpl-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cbcb41;
      content: '\E075';
    }

    .show-file-icons .sbt-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E06F';
    }

    .show-file-icons .scala-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E070';
    }

    .show-file-icons .sol-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E027';
    }

    .show-file-icons .styl-ext-file-icon.ext-file-icon.file-icon::before {
      color: #8dc149;
      content: '\E077';
    }

    .show-file-icons .tf-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .tf\.json-ext-file-icon.json-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .tfvars-ext-file-icon.ext-file-icon.file-icon::before {
      color: #a074c4;
      content: '\E07B';
    }

    .show-file-icons .tex-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E07C';
    }

    .show-file-icons .sty-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cbcb41;
      content: '\E07C';
    }

    .show-file-icons .dtx-ext-file-icon.ext-file-icon.file-icon::before {
      color: #e37933;
      content: '\E07C';
    }

    .show-file-icons .ins-ext-file-icon.ext-file-icon.file-icon::before {
      color: #d4d7d6;
      content: '\E07C';
    }

    .show-file-icons .twig-ext-file-icon.ext-file-icon.file-icon::before {
      color: #8dc149;
      content: '\E07F';
    }

    .show-file-icons .spec\.ts-ext-file-icon.ts-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cbcb41;
      content: '\E080';
    }

    .show-file-icons .vala-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .vapi-ext-file-icon.ext-file-icon.file-icon::before {
      color: #6d8086;
      content: '\E081';
    }

    .show-file-icons .vue-ext-file-icon.ext-file-icon.file-icon::before {
      color: #8dc149;
      content: '\E083';
    }

    .show-file-icons .jar-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E08C';
    }

    .show-file-icons .zip-ext-file-icon.ext-file-icon.file-icon::before {
      color: #6d8086;
      content: '\E08C';
    }

    .show-file-icons .wgt-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E085';
    }

    .show-file-icons .ai-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cbcb41;
      content: '\E041';
    }

    .show-file-icons .psd-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E061';
    }

    .show-file-icons .pdf-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E05F';
    }

    .show-file-icons .eot-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .ttf-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .woff-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .woff2-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E02D';
    }

    .show-file-icons .gif-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .jpg-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .jpeg-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .png-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .pxm-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .svgx-ext-file-icon.ext-file-icon.file-icon::before {
      color: #a074c4;
      content: '\E042';
    }

    .show-file-icons .svg-ext-file-icon.ext-file-icon.file-icon::before {
      color: #a074c4;
      content: '\E079';
    }

    .show-file-icons .sublime-project-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .sublime-workspace-ext-file-icon.ext-file-icon.file-icon::before {
      color: #e37933;
      content: '\E078';
    }

    .show-file-icons .component-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .cls-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E06D';
    }

    .show-file-icons .mov-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .ogv-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .webm-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .avi-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .mpg-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .mp4-ext-file-icon.ext-file-icon.file-icon::before {
      color: #f55385;
      content: '\E082';
    }

    .show-file-icons .mp3-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .ogg-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .wav-ext-file-icon.ext-file-icon.file-icon::before {
      color: #a074c4;
      content: '\E004';
    }

    .show-file-icons .babelrc-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cbcb41;
      content: '\E005';
    }

    .show-file-icons .bowerrc-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .bower\.json-name-file-icon.json-ext-file-icon.ext-file-icon.file-icon::before {
      color: #e37933;
      content: '\E006';
    }

    .show-file-icons .dockerignore-ext-file-icon.ext-file-icon.file-icon::before {
      color: #4d5a5e;
      content: '\E01F';
    }

    .show-file-icons .codeclimate\.yml-ext-file-icon.yml-ext-file-icon.ext-file-icon.file-icon::before {
      color: #8dc149;
      content: '\E011';
    }

    .show-file-icons .eslintrc-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .eslintrc\.js-ext-file-icon.js-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .eslintrc\.yaml-ext-file-icon.yaml-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .eslintrc\.yml-ext-file-icon.yml-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .eslintrc\.json-ext-file-icon.json-ext-file-icon.ext-file-icon.file-icon::before {
      color: #a074c4;
      content: '\E026';
    }

    .show-file-icons .eslintignore-ext-file-icon.ext-file-icon.file-icon::before {
      color: #4d5a5e;
      content: '\E026';
    }

    .show-file-icons .firebaserc-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .firebase\.json-name-file-icon.json-ext-file-icon.ext-file-icon.file-icon::before {
      color: #e37933;
      content: '\E02A';
    }

    .show-file-icons .jshintrc-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .jscsrc-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E047';
    }

    .show-file-icons .tmp-ext-file-icon.ext-file-icon.file-icon::before {
      color: #6d8086;
      content: '\E00F';
    }

    .show-file-icons .key-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .cert-ext-file-icon.ext-file-icon.file-icon::before {
      color: #8dc149;
      content: '\E052';
    }

    .show-file-icons .ds_store-ext-file-icon.ext-file-icon.file-icon::before {
      color: #41535b;
      content: '\E040';
    }

    .show-file-icons .mix-name-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E03D';
    }

    .show-file-icons .karma\.conf\.js-name-file-icon.conf\.js-ext-file-icon.js-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .karma\.conf\.coffee-name-file-icon.conf\.coffee-ext-file-icon.coffee-ext-file-icon.ext-file-icon.file-icon::before {
      color: #8dc149;
      content: '\E04D';
    }

    .show-file-icons .readme\.md-name-file-icon.md-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E043';
    }

    .show-file-icons .changelog\.md-name-file-icon.md-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .changelog-name-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .version\.md-name-file-icon.md-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .version-name-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E00F';
    }

    .show-file-icons .mvnw-name-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E056';
    }

    .show-file-icons .jenkinsfile-name-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E048';
    }

    .show-file-icons .docker-healthcheck-name-file-icon.ext-file-icon.file-icon::before {
      color: #8dc149;
      content: '\E01F';
    }

    .show-file-icons .docker-compose\.yml-name-file-icon.yml-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .docker-compose\.yaml-name-file-icon.yaml-ext-file-icon.ext-file-icon.file-icon::before {
      color: #f55385;
      content: '\E01F';
    }

    .show-file-icons .geckodriver-name-file-icon.ext-file-icon.file-icon::before {
      color: #e37933;
      content: '\E02B';
    }

    .show-file-icons .gruntfile\.js-name-file-icon.js-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .gruntfile\.babel\.js-name-file-icon.babel\.js-ext-file-icon.js-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .gruntfile\.coffee-name-file-icon.coffee-ext-file-icon.ext-file-icon.file-icon::before {
      color: #e37933;
      content: '\E036';
    }

    .show-file-icons .gulpfile-name-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E037';
    }

    .show-file-icons .ionic\.config\.json-name-file-icon.config\.json-ext-file-icon.json-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .ionic\.project-name-file-icon.project-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E044';
    }

    .show-file-icons .rollup\.config\.js-name-file-icon.config\.js-ext-file-icon.js-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E06A';
    }

    .show-file-icons .yarn\.clean-name-file-icon.clean-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .yarn\.lock-name-file-icon.lock-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E08A';
    }

    .show-file-icons .webpack\.config\.js-name-file-icon.config\.js-ext-file-icon.js-ext-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .webpack\.config\.build\.js-name-file-icon.config\.build\.js-ext-file-icon.build\.js-ext-file-icon.js-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E084';
    }

    .show-file-icons .license-name-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .licence-name-file-icon.ext-file-icon.file-icon::before,
    .show-file-icons .copying-name-file-icon.ext-file-icon.file-icon::before {
      color: #cbcb41;
      content: '\E04F';
    }

    .show-file-icons .compiling-name-file-icon.ext-file-icon.file-icon::before {
      color: #e37933;
      content: '\E04F';
    }

    .show-file-icons .contributing-name-file-icon.ext-file-icon.file-icon::before {
      color: #cc3e44;
      content: '\E04F';
    }

    .show-file-icons .qmakefile-name-file-icon.ext-file-icon.file-icon::before {
      color: #a074c4;
      content: '\E054';
    }

    .show-file-icons .omakefile-name-file-icon.ext-file-icon.file-icon::before {
      color: #6d8086;
      content: '\E054';
    }

    .show-file-icons .cmakelists\.txt-name-file-icon.txt-ext-file-icon.ext-file-icon.file-icon::before {
      color: #519aba;
      content: '\E054';
    }

    .show-file-icons .procfile-name-file-icon.ext-file-icon.file-icon::before {
      color: #a074c4;
      content: '\E03C';
    }

    .show-file-icons .todo-name-file-icon.ext-file-icon.file-icon::before {
      content: '\E07E';
    }

    .show-file-icons .npm-debug\.log-name-file-icon.log-ext-file-icon.ext-file-icon.file-icon::before {
      color: #41535b;
      content: '\E05B';
    }

    .vs .show-file-icons .file-icon::before,
    .vs .show-file-icons .txt-ext-file-icon.ext-file-icon.file-icon::before {
      color: #bfc2c1;
      content: '\E01D';
    }

    .vs .show-file-icons .bat-lang-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E086';
    }

    .vs .show-file-icons .clojure-lang-file-icon.file-icon::before {
      color: #7fae42;
      content: '\E010';
    }

    .vs .show-file-icons .coffeescript-lang-file-icon.file-icon::before {
      color: #b7b73b;
      content: '\E012';
    }

    .vs .show-file-icons .c-lang-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E009';
    }

    .vs .show-file-icons .cpp-lang-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E016';
    }

    .vs .show-file-icons .csharp-lang-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E008';
    }

    .vs .show-file-icons .css-lang-file-icon.file-icon::before,
    .vs .show-file-icons .css\.map-ext-file-icon.map-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .sss-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E019';
    }

    .vs .show-file-icons .dockerfile-lang-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E01F';
    }

    .vs .show-file-icons .fsharp-lang-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E028';
    }

    .vs .show-file-icons .go-lang-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E033';
    }

    .vs .show-file-icons .groovy-lang-file-icon.file-icon::before,
    .vs .show-file-icons .gsp-ext-file-icon.ext-file-icon.file-icon::before {
      color: #7fae42;
      content: '\E035';
    }

    .vs .show-file-icons .handlebars-lang-file-icon.file-icon::before,
    .vs .show-file-icons .mustache-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .stache-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E058';
    }

    .vs .show-file-icons .html-lang-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E03E';
    }

    .vs .show-file-icons .properties-lang-file-icon.file-icon::before,
    .vs .show-file-icons .java-lang-file-icon.file-icon::before,
    .vs .show-file-icons .class-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .classpath-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E046';
    }

    .vs .show-file-icons .javascriptreact-lang-file-icon.file-icon::before,
    .vs .show-file-icons .typescriptreact-lang-file-icon.file-icon::before,
    .vs .show-file-icons .cjsx-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E069';
    }

    .vs .show-file-icons .javascript-lang-file-icon.file-icon::before,
    .vs .show-file-icons .js\.map-ext-file-icon.map-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .es-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .es5-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .es7-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b7b73b;
      content: '\E047';
    }

    .vs .show-file-icons .json-lang-file-icon.file-icon::before,
    .vs .show-file-icons .jsonc-lang-file-icon.file-icon::before,
    .vs .show-file-icons .cson-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b7b73b;
      content: '\E04B';
    }

    .vs .show-file-icons .less-lang-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E04E';
    }

    .vs .show-file-icons .lua-lang-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E053';
    }

    .vs .show-file-icons .makefile-lang-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E054';
    }

    .vs .show-file-icons .markdown-lang-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E055';
    }

    .vs .show-file-icons .objective-c-lang-file-icon.file-icon::before {
      color: #b7b73b;
      content: '\E009';
    }

    .vs .show-file-icons .perl-lang-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E060';
    }

    .vs .show-file-icons .php-lang-file-icon.file-icon::before,
    .vs .show-file-icons .php\.inc-ext-file-icon.inc-ext-file-icon.ext-file-icon.file-icon::before {
      color: #9068b0;
      content: '\E062';
    }

    .vs .show-file-icons .powershell-lang-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E063';
    }

    .vs .show-file-icons .jade-lang-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E045';
    }

    .vs .show-file-icons .python-lang-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E067';
    }

    .vs .show-file-icons .ruby-lang-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E06B';
    }

    .vs .show-file-icons .rust-lang-file-icon.file-icon::before {
      color: #627379;
      content: '\E06C';
    }

    .vs .show-file-icons .scss-lang-file-icon.file-icon::before,
    .vs .show-file-icons .sass-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .sass-lint\.yml-name-file-icon.yml-ext-file-icon.ext-file-icon.file-icon::before {
      color: #dd4b78;
      content: '\E06E';
    }

    .vs .show-file-icons .shellscript-lang-file-icon.file-icon::before,
    .vs .show-file-icons .fish-ext-file-icon.ext-file-icon.file-icon::before {
      color: #455155;
      content: '\E073';
    }

    .vs .show-file-icons .sql-lang-file-icon.file-icon::before {
      color: #dd4b78;
      content: '\E01C';
    }

    .vs .show-file-icons .swift-lang-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E07A';
    }

    .vs .show-file-icons .typescript-lang-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E080';
    }

    .vs .show-file-icons .xml-lang-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E089';
    }

    .vs .show-file-icons .yaml-lang-file-icon.file-icon::before {
      color: #9068b0;
      content: '\E08B';
    }

    .vs .show-file-icons .bsl-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E007';
    }

    .vs .show-file-icons .mdo-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E057';
    }

    .vs .show-file-icons .asm-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .s-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E003';
    }

    .vs .show-file-icons .h-ext-file-icon.ext-file-icon.file-icon::before {
      color: #9068b0;
      content: '\E009';
    }

    .vs .show-file-icons .hh-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .hpp-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .hxx-ext-file-icon.ext-file-icon.file-icon::before {
      color: #9068b0;
      content: '\E016';
    }

    .vs .show-file-icons .edn-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E010';
    }

    .vs .show-file-icons .cfc-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .cfm-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E014';
    }

    .vs .show-file-icons .config-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .cfg-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .conf-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .toml-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .direnv-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .env-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .static-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .editorconfig-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .slugignore-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .htaccess-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .mime\.types-name-file-icon.types-ext-file-icon.ext-file-icon.file-icon::before {
      color: #627379;
      content: '\E015';
    }

    .vs .show-file-icons .cr-ext-file-icon.ext-file-icon.file-icon::before {
      color: #bfc2c1;
      content: '\E017';
    }

    .vs .show-file-icons .ecr-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .slang-ext-file-icon.ext-file-icon.file-icon::before {
      color: #bfc2c1;
      content: '\E018';
    }

    .vs .show-file-icons .csv-ext-file-icon.ext-file-icon.file-icon::before {
      color: #7fae42;
      content: '\E01A';
    }

    .vs .show-file-icons .xls-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .xlsx-ext-file-icon.ext-file-icon.file-icon::before {
      color: #7fae42;
      content: '\E088';
    }

    .vs .show-file-icons .cake-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E00A';
    }

    .vs .show-file-icons .ctp-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E00B';
    }

    .vs .show-file-icons .d-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E01B';
    }

    .vs .show-file-icons .doc-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .docx-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E087';
    }

    .vs .show-file-icons .ejs-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b7b73b;
      content: '\E021';
    }

    .vs .show-file-icons .ex-ext-file-icon.ext-file-icon.file-icon::before {
      color: #9068b0;
      content: '\E022';
    }

    .vs .show-file-icons .exs-ext-file-icon.ext-file-icon.file-icon::before {
      color: #9068b0;
      content: '\E023';
    }

    .vs .show-file-icons .elm-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E024';
    }

    .vs .show-file-icons .ico-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b7b73b;
      content: '\E029';
    }

    .vs .show-file-icons .gitignore-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .gitconfig-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .gitkeep-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .gitattributes-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .gitmodules-ext-file-icon.ext-file-icon.file-icon::before {
      color: #3b4b52;
      content: '\E02E';
    }

    .vs .show-file-icons .slide-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .article-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E032';
    }

    .vs .show-file-icons .gradle-ext-file-icon.ext-file-icon.file-icon::before {
      color: #7fae42;
      content: '\E034';
    }

    .vs .show-file-icons .haml-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E039';
    }

    .vs .show-file-icons .hs-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .lhs-ext-file-icon.ext-file-icon.file-icon::before {
      color: #9068b0;
      content: '\E03A';
    }

    .vs .show-file-icons .hx-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E03B';
    }

    .vs .show-file-icons .hxs-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b7b73b;
      content: '\E03B';
    }

    .vs .show-file-icons .hxp-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E03B';
    }

    .vs .show-file-icons .hxml-ext-file-icon.ext-file-icon.file-icon::before {
      color: #9068b0;
      content: '\E03B';
    }

    .vs .show-file-icons .spec\.js-ext-file-icon.js-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E047';
    }

    .vs .show-file-icons .jinja-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .jinja2-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E049';
    }

    .vs .show-file-icons .jl-ext-file-icon.ext-file-icon.file-icon::before {
      color: #9068b0;
      content: '\E04C';
    }

    .vs .show-file-icons .liquid-ext-file-icon.ext-file-icon.file-icon::before {
      color: #7fae42;
      content: '\E050';
    }

    .vs .show-file-icons .ls-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E051';
    }

    .vs .show-file-icons .njk-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .nunjucks-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .nunjs-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .nunj-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .njs-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .nj-ext-file-icon.ext-file-icon.file-icon::before {
      color: #7fae42;
      content: '\E05C';
    }

    .vs .show-file-icons .npm-debug\.log-ext-file-icon.log-ext-file-icon.ext-file-icon.file-icon::before {
      color: #3b4b52;
      content: '\E05A';
    }

    .vs .show-file-icons .npmignore-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .npmrc-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E05A';
    }

    .vs .show-file-icons .ml-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .mli-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .cmx-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .cmxa-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E05D';
    }

    .vs .show-file-icons .odata-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E05E';
    }

    .vs .show-file-icons .pug-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E065';
    }

    .vs .show-file-icons .pp-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .epp-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b7b73b;
      content: '\E066';
    }

    .vs .show-file-icons .erb-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .erb\.html-ext-file-icon.html-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .html\.erb-ext-file-icon.erb-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E03F';
    }

    .vs .show-file-icons .springbeans-ext-file-icon.ext-file-icon.file-icon::before {
      color: #7fae42;
      content: '\E076';
    }

    .vs .show-file-icons .slim-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E074';
    }

    .vs .show-file-icons .smarty\.tpl-ext-file-icon.tpl-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b7b73b;
      content: '\E075';
    }

    .vs .show-file-icons .sbt-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E06F';
    }

    .vs .show-file-icons .scala-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E070';
    }

    .vs .show-file-icons .sol-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E027';
    }

    .vs .show-file-icons .styl-ext-file-icon.ext-file-icon.file-icon::before {
      color: #7fae42;
      content: '\E077';
    }

    .vs .show-file-icons .tf-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .tf\.json-ext-file-icon.json-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .tfvars-ext-file-icon.ext-file-icon.file-icon::before {
      color: #9068b0;
      content: '\E07B';
    }

    .vs .show-file-icons .tex-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E07C';
    }

    .vs .show-file-icons .sty-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b7b73b;
      content: '\E07C';
    }

    .vs .show-file-icons .dtx-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E07C';
    }

    .vs .show-file-icons .ins-ext-file-icon.ext-file-icon.file-icon::before {
      color: #bfc2c1;
      content: '\E07C';
    }

    .vs .show-file-icons .twig-ext-file-icon.ext-file-icon.file-icon::before {
      color: #7fae42;
      content: '\E07F';
    }

    .vs .show-file-icons .spec\.ts-ext-file-icon.ts-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b7b73b;
      content: '\E080';
    }

    .vs .show-file-icons .vala-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .vapi-ext-file-icon.ext-file-icon.file-icon::before {
      color: #627379;
      content: '\E081';
    }

    .vs .show-file-icons .vue-ext-file-icon.ext-file-icon.file-icon::before {
      color: #7fae42;
      content: '\E083';
    }

    .vs .show-file-icons .jar-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E08C';
    }

    .vs .show-file-icons .zip-ext-file-icon.ext-file-icon.file-icon::before {
      color: #627379;
      content: '\E08C';
    }

    .vs .show-file-icons .wgt-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E085';
    }

    .vs .show-file-icons .ai-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b7b73b;
      content: '\E041';
    }

    .vs .show-file-icons .psd-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E061';
    }

    .vs .show-file-icons .pdf-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E05F';
    }

    .vs .show-file-icons .eot-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .ttf-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .woff-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .woff2-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E02D';
    }

    .vs .show-file-icons .gif-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .jpg-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .jpeg-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .png-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .pxm-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .svgx-ext-file-icon.ext-file-icon.file-icon::before {
      color: #9068b0;
      content: '\E042';
    }

    .vs .show-file-icons .svg-ext-file-icon.ext-file-icon.file-icon::before {
      color: #9068b0;
      content: '\E079';
    }

    .vs .show-file-icons .sublime-project-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .sublime-workspace-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E078';
    }

    .vs .show-file-icons .component-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .cls-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E06D';
    }

    .vs .show-file-icons .mov-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .ogv-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .webm-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .avi-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .mpg-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .mp4-ext-file-icon.ext-file-icon.file-icon::before {
      color: #dd4b78;
      content: '\E082';
    }

    .vs .show-file-icons .mp3-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .ogg-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .wav-ext-file-icon.ext-file-icon.file-icon::before {
      color: #9068b0;
      content: '\E004';
    }

    .vs .show-file-icons .babelrc-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b7b73b;
      content: '\E005';
    }

    .vs .show-file-icons .bowerrc-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .bower\.json-name-file-icon.json-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E006';
    }

    .vs .show-file-icons .dockerignore-ext-file-icon.ext-file-icon.file-icon::before {
      color: #455155;
      content: '\E01F';
    }

    .vs .show-file-icons .codeclimate\.yml-ext-file-icon.yml-ext-file-icon.ext-file-icon.file-icon::before {
      color: #7fae42;
      content: '\E011';
    }

    .vs .show-file-icons .eslintrc-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .eslintrc\.js-ext-file-icon.js-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .eslintrc\.yaml-ext-file-icon.yaml-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .eslintrc\.yml-ext-file-icon.yml-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .eslintrc\.json-ext-file-icon.json-ext-file-icon.ext-file-icon.file-icon::before {
      color: #9068b0;
      content: '\E026';
    }

    .vs .show-file-icons .eslintignore-ext-file-icon.ext-file-icon.file-icon::before {
      color: #455155;
      content: '\E026';
    }

    .vs .show-file-icons .firebaserc-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .firebase\.json-name-file-icon.json-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E02A';
    }

    .vs .show-file-icons .jshintrc-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .jscsrc-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E047';
    }

    .vs .show-file-icons .tmp-ext-file-icon.ext-file-icon.file-icon::before {
      color: #627379;
      content: '\E00F';
    }

    .vs .show-file-icons .key-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .cert-ext-file-icon.ext-file-icon.file-icon::before {
      color: #7fae42;
      content: '\E052';
    }

    .vs .show-file-icons .ds_store-ext-file-icon.ext-file-icon.file-icon::before {
      color: #3b4b52;
      content: '\E040';
    }

    .vs .show-file-icons .mix-name-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E03D';
    }

    .vs .show-file-icons .karma\.conf\.js-name-file-icon.conf\.js-ext-file-icon.js-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .karma\.conf\.coffee-name-file-icon.conf\.coffee-ext-file-icon.coffee-ext-file-icon.ext-file-icon.file-icon::before {
      color: #7fae42;
      content: '\E04D';
    }

    .vs .show-file-icons .readme\.md-name-file-icon.md-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E043';
    }

    .vs .show-file-icons .changelog\.md-name-file-icon.md-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .changelog-name-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .version\.md-name-file-icon.md-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .version-name-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E00F';
    }

    .vs .show-file-icons .mvnw-name-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E056';
    }

    .vs .show-file-icons .jenkinsfile-name-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E048';
    }

    .vs .show-file-icons .docker-healthcheck-name-file-icon.ext-file-icon.file-icon::before {
      color: #7fae42;
      content: '\E01F';
    }

    .vs .show-file-icons .docker-compose\.yml-name-file-icon.yml-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .docker-compose\.yaml-name-file-icon.yaml-ext-file-icon.ext-file-icon.file-icon::before {
      color: #dd4b78;
      content: '\E01F';
    }

    .vs .show-file-icons .geckodriver-name-file-icon.ext-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E02B';
    }

    .vs .show-file-icons .gruntfile\.js-name-file-icon.js-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .gruntfile\.babel\.js-name-file-icon.babel\.js-ext-file-icon.js-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .gruntfile\.coffee-name-file-icon.coffee-ext-file-icon.ext-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E036';
    }

    .vs .show-file-icons .gulpfile-name-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E037';
    }

    .vs .show-file-icons .ionic\.config\.json-name-file-icon.config\.json-ext-file-icon.json-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .ionic\.project-name-file-icon.project-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E044';
    }

    .vs .show-file-icons .rollup\.config\.js-name-file-icon.config\.js-ext-file-icon.js-ext-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E06A';
    }

    .vs .show-file-icons .yarn\.clean-name-file-icon.clean-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .yarn\.lock-name-file-icon.lock-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E08A';
    }

    .vs .show-file-icons .webpack\.config\.js-name-file-icon.config\.js-ext-file-icon.js-ext-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .webpack\.config\.build\.js-name-file-icon.config\.build\.js-ext-file-icon.build\.js-ext-file-icon.js-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E084';
    }

    .vs .show-file-icons .license-name-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .licence-name-file-icon.ext-file-icon.file-icon::before,
    .vs .show-file-icons .copying-name-file-icon.ext-file-icon.file-icon::before {
      color: #b7b73b;
      content: '\E04F';
    }

    .vs .show-file-icons .compiling-name-file-icon.ext-file-icon.file-icon::before {
      color: #cc6d2e;
      content: '\E04F';
    }

    .vs .show-file-icons .contributing-name-file-icon.ext-file-icon.file-icon::before {
      color: #b8383d;
      content: '\E04F';
    }

    .vs .show-file-icons .qmakefile-name-file-icon.ext-file-icon.file-icon::before {
      color: #9068b0;
      content: '\E054';
    }

    .vs .show-file-icons .omakefile-name-file-icon.ext-file-icon.file-icon::before {
      color: #627379;
      content: '\E054';
    }

    .vs .show-file-icons .cmakelists\.txt-name-file-icon.txt-ext-file-icon.ext-file-icon.file-icon::before {
      color: #498ba7;
      content: '\E054';
    }

    .vs .show-file-icons .procfile-name-file-icon.ext-file-icon.file-icon::before {
      color: #9068b0;
      content: '\E03C';
    }

    .vs .show-file-icons .npm-debug\.log-name-file-icon.log-ext-file-icon.ext-file-icon.file-icon::before {
      color: #3b4b52;
      content: '\E05B';
    }
  </style>
  <style type="text/css" media="screen"></style>
  <style type="text/css" media="screen"></style>
  <style type="text/css" media="screen" class="vscode-tokens-styles">
    .mtk1 {
      color: #d4d4d4;
    }

    .mtk2 {
      color: #1e1e1e;
    }

    .mtk3 {
      color: #6796e6;
    }

    .mtk4 {
      color: #608b4e;
    }

    .mtk5 {
      color: #569cd6;
    }

    .mtk6 {
      color: #d16969;
    }

    .mtk7 {
      color: #d7ba7d;
    }

    .mtk8 {
      color: #b5cea8;
    }

    .mtk9 {
      color: #ce9178;
    }

    .mtk10 {
      color: #646695;
    }

    .mtk11 {
      color: #4ec9b0;
    }

    .mtk12 {
      color: #dcdcaa;
    }

    .mtk13 {
      color: #9cdcfe;
    }

    .mtk14 {
      color: #000080;
    }

    .mtk15 {
      color: #f44747;
    }

    .mtk16 {
      color: #c586c0;
    }

    .mtk17 {
      color: #d4d4d4;
    }

    .mtk18 {
      color: #808080;
    }

    .mtk19 {
      color: #b267e6;
    }

    .mtk20 {
      color: #cd9731;
    }

    .mtki {
      font-style: italic;
    }

    .mtkb {
      font-weight: bold;
    }

    .mtku {
      text-decoration: underline;
      text-underline-position: under;
    }
  </style>
  <title>Extension: Azure Cosmos DB — myapp</title>
  <style type="text/css" media="screen"></style>
  <style type="text/css" media="screen">
    .monaco-list:focus .monaco-list-row.focused {
      background-color: #073655;
    }

    .monaco-list:focus .monaco-list-row.focused:hover {
      background-color: #073655;
    }

    .monaco-list:focus .monaco-list-row.selected {
      background-color: #0a4e7c;
    }

    .monaco-list:focus .monaco-list-row.selected:hover {
      background-color: #0a4e7c;
    }

    .monaco-list:focus .monaco-list-row.selected {
      color: #ffffff;
    }

    .monaco-list:focus .monaco-list-row.selected.focused {
      background-color: #094771;
    }

    .monaco-list:focus .monaco-list-row.selected.focused {
      color: #ffffff;
    }

    .monaco-list .monaco-list-row.focused {
      background-color: #313135;
    }

    .monaco-list .monaco-list-row.focused:hover {
      background-color: #313135;
    }

    .monaco-list .monaco-list-row.selected {
      background-color: #3f3f46;
    }

    .monaco-list .monaco-list-row.selected:hover {
      background-color: #3f3f46;
    }

    .monaco-list .monaco-list-row:hover {
      background-color: #2a2d2e;
    }
  </style>
  <style type="text/css" media="screen">
    .monaco-tree.focused .monaco-tree-rows>.monaco-tree-row.focused:not(.highlighted) {
      background-color: #073655;
    }

    .monaco-tree.focused .monaco-tree-rows>.monaco-tree-row.selected:not(.highlighted) {
      background-color: #0a4e7c;
    }

    .monaco-tree.focused .monaco-tree-rows>.monaco-tree-row.selected:not(.highlighted) {
      color: #ffffff;
    }

    .monaco-tree-drag-image,
    .monaco-tree.focused .monaco-tree-rows>.monaco-tree-row.focused.selected:not(.highlighted) {
      background-color: #094771;
    }


    .monaco-tree-drag-image,
    .monaco-tree.focused .monaco-tree-rows>.monaco-tree-row.focused.selected:not(.highlighted) {
      color: #ffffff;
    }

    .monaco-tree .monaco-tree-rows>.monaco-tree-row.selected:not(.highlighted) {
      background-color: #3f3f46;
    }

    .monaco-tree .monaco-tree-rows>.monaco-tree-row:hover:not(.highlighted):not(.selected):not(.focused) {
      background-color: #2a2d2e;
    }

    .monaco-tree .monaco-tree-wrapper.drop-target,
    .monaco-tree .monaco-tree-rows>.monaco-tree-row.drop-target {
      background-color: #383b3d !important;
      color: inherit !important;
    }
  </style>
  <style type="text/css" media="screen">
    .monaco-editor .dirty-diff-modified,
    .monaco-editor .dirty-diff-added {
      border-left-width: 3px;
    }
  </style>
</head>

<body class="monaco-shell vs" aria-label="">
  <script src="preload.js"></script>
  <div class="monaco-shell-content titlebar-style-custom">
    <div><!--style="width: 1280px; height: 777px;"-->
      <div class="monaco-workbench-container">
        <div class="monaco-workbench mac nopanel" id="workbench.main.container" style="overflow: visible"> <!--  style="top: 0px; right: 0px; bottom: 0px; left: 0px; position: relative; width: 1280px; height: 777px;" -->
          <div class="part editor" id="workbench.parts.editor" role="main"> <!--style="width: 829px; height: 733px; top: 22px; right: 0px; bottom: 22px; left: 451px; position: absolute;"-->
            <div class="editor-group-container active" data-keybinding-context="1">
              <div class="editor-container" style="background-color: rgb(30, 30, 30);">
                <div class="editor-instance" id="workbench.editor.extension">
                  <div class="extension-editor">
                    <div class="header recommended">
                      <img class="icon" draggable="false" src="https://ms-azuretools.gallerycdn.vsassets.io/extensions/ms-azuretools/vscode-cosmosdb/0.8.0/1530889665249/Microsoft.VisualStudio.Services.Icons.Default">
                      <div class="details">
                        <div class="title">
                          <span class="name clickable" title="Extension name">Azure Cosmos DB</span>
                          <span class="identifier" title="Extension identifier">ms-azuretools.vscode-cosmosdb</span>
                          <span class="preview" title="Preview" style="display: inherit;">Preview</span>
                          <span class="builtin" style="display: none;">Built-in</span>
                        </div>
                        <div class="subtitle">
                          <span class="publisher clickable" title="Publisher name">Microsoft</span>
                          <span class="install extension-install-count" title="Install count">
                            <span class="octicon octicon-cloud-download"></span>
                            <span class="count">158,901</span>
                          </span>
                          <span class="rating clickable extension-ratings" title="Rating">
                            <span class="full star"></span>
                            <span class="full star"></span>
                            <span class="full star"></span>
                            <span class="full star"></span>
                            <span class="half star"></span>
                          </span>
                          <span class="repository clickable" style="display: initial;">Repository</span>
                          <span class="license clickable" style="display: initial;">License</span>
                        </div>
                        <div class="description">Create, browse, and update globally distributed, multi-model databases in Azure.</div>
                        <div class="actions">
                          <div class="monaco-action-bar">
                            <ul class="actions-container" role="toolbar">
                              <li class="action-item disabled" role="presentation">
                                <a class="action-label icon disable-status hide disabled" role="button">Disabled</a>
                              </li>
                              <li class="action-item" role="presentation">
                                <a class="action-label icon extension-action reload" role="button" tabindex="0" title="Reload to activate">Reload</a>
                              </li>
                              <li class="action-item disabled" role="presentation">
                                <a class="action-label icon extension-action prominent update disabled" role="button">Update</a>
                              </li>
                              <li class="action-item disabled" role="presentation">
                                <a class="action-label icon extension-action prominent enable disabled" role="button">Enable</a>
                              </li>
                              <li class="action-item" role="presentation">
                                <a class="action-label icon extension-action disable" role="button" tabindex="0">Disable</a>
                              </li>
                              <li class="action-item" role="presentation">
                                <a class="action-label icon extension-action uninstall" role="button" tabindex="0">Uninstall</a>
                              </li>
                              <li class="action-item disabled" role="presentation">
                                <a class="action-label icon malicious-status not-malicious disabled" role="button" title="This extension was reported to be problematic.">This extension was reported to be problematic.</a>
                              </li>
                            </ul>
                          </div>
                        </div>
                        <div class="recommendation">
                          <div class="recommendation-text">This extension is recommended because you have Mongo installed.</div>
                          <div class="monaco-action-bar">
                            <ul class="actions-container" role="toolbar">
                              <li class="action-item" role="presentation">
                                <a class="action-label icon extension-action ignore" role="button" tabindex="0" title="Do not recommend this extension again">Ignore Recommendation</a>
                              </li>
                              <li class="action-item" role="presentation">
                                <a class="action-label icon extension-action undo-ignore" role="button" tabindex="0" title="Undo">Undo</a>
                              </li>
                            </ul>
                          </div>
                        </div>
                      </div>
                    </div>
                    <div class="body">
                      <div class="navbar">
                        <div class="monaco-action-bar">
                          <ul class="actions-container" role="toolbar">
                            <li class="action-item" role="presentation">
                              <a class="action-label" role="button" title="Extension details, rendered from the extension's 'README.md' file" tabindex="0">Details</a>
                            </li>
                            <li class="action-item disabled" role="presentation">
                              <a class="action-label disabled" role="button" title="Lists contributions to VS Code by this extension">Contributions</a>
                            </li>
                            <li class="action-item" role="presentation">
                              <a class="action-label" role="button" title="Extension update history, rendered from the extension's 'CHANGELOG.md' file"
                                tabindex="0">Changelog</a>
                            </li>
                            <li class="action-item" role="presentation">
                              <a class="action-label" role="button" title="Lists extensions this extension depends on" tabindex="0">Dependencies</a>
                            </li>
                          </ul>
                        </div>
                      </div>
                      <div class="content">
                        <div class="monaco-scrollable-element  mac" role="presentation" style="position: relative; overflow: hidden;">
                          <div class="subcontent" style="overflow: hidden;">
                            <details>
                              <summary>Settings (9)</summary>
                              <table>
                                <tbody>
                                  <tr>
                                    <th>Name</th>
                                    <th>Description</th>
                                    <th>Default</th>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>mongo.shell.path</code>
                                    </td>
                                    <td>Command to execute to start the Mongo shell</td>
                                    <td>
                                      <code></code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.showExplorer</code>
                                    </td>
                                    <td>Show or hide the Cosmos DB Explorer</td>
                                    <td>
                                      <code>true</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.documentLabelFields</code>
                                    </td>
                                    <td>The field values to display as labels in the treeview for Cosmos DB and MongoDB documents,
                                      in priority order</td>
                                    <td>
                                      <code>name,Name,NAME,ID,UUID,Id,id,_id,uuid</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.showSavePrompt</code>
                                    </td>
                                    <td>Show warning dialog when uploading a document to the cloud.</td>
                                    <td>
                                      <code>true</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.emulator.mongoPort</code>
                                    </td>
                                    <td>Port to use when connecting to a CosmosDB Mongo Emulator instance</td>
                                    <td>
                                      <code>10255</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.emulator.port</code>
                                    </td>
                                    <td>Port to use when connecting to a CosmosDB Emulator instance</td>
                                    <td>
                                      <code>8081</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.graph.maxVertices</code>
                                    </td>
                                    <td>Set a limit for number of vertices displayed in a graph visualization</td>
                                    <td>
                                      <code>300</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.graph.maxEdges</code>
                                    </td>
                                    <td>Set a limit for number of edges displayed in a graph visualization</td>
                                    <td>
                                      <code>500</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.graph.viewSettings</code>
                                    </td>
                                    <td>Settings for CosmosDB graph visualization.</td>
                                    <td>
                                      <code>[object Object]</code>
                                    </td>
                                  </tr>
                                </tbody>
                              </table>
                            </details>
                            <details open="true">
                              <summary>Commands (38)</summary>
                              <table>
                                <tbody>
                                  <tr>
                                    <th>Name</th>
                                    <th>Description</th>
                                    <th>Keyboard Shortcuts</th>
                                    <th>Menu Contexts</th>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.selectSubscriptions</code>
                                    </td>
                                    <td>Select Subscriptions...</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                      <code>commandPalette</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.executeMongoCommand</code>
                                    </td>
                                    <td>Execute MongoDB Command</td>
                                    <td>
                                      <div>
                                        <div class="monaco-keybinding" title="Shift+Command+'">
                                          <span class="monaco-keybinding-key">⇧</span>
                                          <span class="monaco-keybinding-key">⌘</span>
                                          <span class="monaco-keybinding-key">'</span>
                                        </div>
                                      </div>
                                    </td>
                                    <td>
                                      <code>editor/context</code>
                                      <code>commandPalette</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.executeAllMongoCommands</code>
                                    </td>
                                    <td>Execute All MongoDB Commands</td>
                                    <td>
                                      <div>
                                        <div class="monaco-keybinding" title="Shift+Command+;">
                                          <span class="monaco-keybinding-key">⇧</span>
                                          <span class="monaco-keybinding-key">⌘</span>
                                          <span class="monaco-keybinding-key">;</span>
                                        </div>
                                      </div>
                                    </td>
                                    <td>
                                      <code>editor/context</code>
                                      <code>commandPalette</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.launchMongoShell</code>
                                    </td>
                                    <td>Launch Shell</td>
                                    <td></td>
                                    <td></td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.attachDatabaseAccount</code>
                                    </td>
                                    <td>Attach Database Account</td>
                                    <td></td>
                                    <td>
                                      <code>view/title</code>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.attachEmulator</code>
                                    </td>
                                    <td>Attach Emulator</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.createAccount</code>
                                    </td>
                                    <td>Create Account</td>
                                    <td></td>
                                    <td>
                                      <code>view/title</code>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.deleteAccount</code>
                                    </td>
                                    <td>Delete Account</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.createMongoDatabase</code>
                                    </td>
                                    <td>Create Database</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.createMongoCollection</code>
                                    </td>
                                    <td>Create Collection</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.createMongoDocument</code>
                                    </td>
                                    <td>Create Document</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.createDocDBDatabase</code>
                                    </td>
                                    <td>Create Database</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.createDocDBCollection</code>
                                    </td>
                                    <td>Create Collection</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.createDocDBDocument</code>
                                    </td>
                                    <td>Create Document</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.createDocDBStoredProcedure</code>
                                    </td>
                                    <td>Create Stored Procedure</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.createGraphDatabase</code>
                                    </td>
                                    <td>Create Database</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.createGraph</code>
                                    </td>
                                    <td>Create Graph</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.detachDatabaseAccount</code>
                                    </td>
                                    <td>Detach</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.connectMongoDB</code>
                                    </td>
                                    <td>Connect</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.deleteMongoDB</code>
                                    </td>
                                    <td>Delete Database</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.deleteMongoCollection</code>
                                    </td>
                                    <td>Delete Collection</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.deleteMongoDocument</code>
                                    </td>
                                    <td>Delete Document</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.deleteDocDBDatabase</code>
                                    </td>
                                    <td>Delete Database</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.deleteDocDBCollection</code>
                                    </td>
                                    <td>Delete Collection</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.deleteDocDBDocument</code>
                                    </td>
                                    <td>Delete Document</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.deleteDocDBStoredProcedure</code>
                                    </td>
                                    <td>Delete Stored Procedure</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.deleteGraphDatabase</code>
                                    </td>
                                    <td>Delete Database</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.deleteGraph</code>
                                    </td>
                                    <td>Delete Graph</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.openGraphExplorer</code>
                                    </td>
                                    <td>Open Graph Explorer</td>
                                    <td></td>
                                    <td></td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.newMongoScrapbook</code>
                                    </td>
                                    <td>New Mongo Scrapbook</td>
                                    <td></td>
                                    <td>
                                      <code>view/title</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.refresh</code>
                                    </td>
                                    <td>Refresh</td>
                                    <td></td>
                                    <td>
                                      <code>view/title</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>commandPalette</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.openInPortal</code>
                                    </td>
                                    <td>Open In Portal</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.copyConnectionString</code>
                                    </td>
                                    <td>Copy Connection String</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.update</code>
                                    </td>
                                    <td>Update to Cloud</td>
                                    <td></td>
                                    <td>
                                      <code>editor/context</code>
                                      <code>editor/context</code>
                                      <code>editor/context</code>
                                      <code>editor/context</code>
                                      <code>editor/title</code>
                                      <code>editor/title</code>
                                      <code>editor/title</code>
                                      <code>editor/title</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.loadMore</code>
                                    </td>
                                    <td>Load More</td>
                                    <td></td>
                                    <td>
                                      <code>commandPalette</code>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.openDocument</code>
                                    </td>
                                    <td>Open Document</td>
                                    <td></td>
                                    <td></td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.openStoredProcedure</code>
                                    </td>
                                    <td>Open Stored Procedure</td>
                                    <td></td>
                                    <td></td>
                                  </tr>
                                  <tr>
                                    <td>
                                      <code>cosmosDB.openCollection</code>
                                    </td>
                                    <td>Open Collection</td>
                                    <td></td>
                                    <td>
                                      <code>view/item/context</code>
                                    </td>
                                  </tr>
                                </tbody>
                              </table>
                            </details>
                            <details open="true">
                              <summary>Languages (2)</summary>
                              <table>
                                <tbody>
                                  <tr>
                                    <th>ID</th>
                                    <th>Name</th>
                                    <th>File Extensions</th>
                                    <th>Grammar</th>
                                    <th>Snippets</th>
                                  </tr>
                                  <tr>
                                    <td>mongo</td>
                                    <td>mongo</td>
                                    <td>
                                      <code>.mongo</code>
                                    </td>
                                    <td>✔︎</td>
                                    <td>—</td>
                                  </tr>
                                  <tr>
                                    <td></td>
                                    <td></td>
                                    <td></td>
                                    <td>✔︎</td>
                                    <td>—</td>
                                  </tr>
                                </tbody>
                              </table>
                            </details>
                            <details open="true">
                              <summary>View Containers (1)</summary>
                              <table>
                                <tbody>
                                  <tr>
                                    <th>ID</th>
                                    <th>Title</th>
                                    <th>Where</th>
                                  </tr>
                                  <tr>
                                    <td>azure</td>
                                    <td>Azure</td>
                                    <td>activitybar</td>
                                  </tr>
                                </tbody>
                              </table>
                            </details>
                            <details open="true">
                              <summary>Views (1)</summary>
                              <table>
                                <tbody>
                                  <tr>
                                    <th>ID</th>
                                    <th>Name</th>
                                    <th>Where</th>
                                  </tr>
                                  <tr>
                                    <td>cosmosDBExplorer</td>
                                    <td>Cosmos DB</td>
                                    <td>azure</td>
                                  </tr>
                                </tbody>
                              </table>
                            </details>
                          </div>
                          <div role="presentation" aria-hidden="true" class="invisible scrollbar horizontal fade" style="position: absolute; width: 819px; height: 10px; left: 0px; bottom: 0px;">
                            <div class="slider" style="position: absolute; top: 0px; left: 0px; height: 10px; will-change: transform; width: 261px;"></div>
                          </div>
                          <div role="presentation" aria-hidden="true" class="invisible scrollbar vertical fade" style="position: absolute; width: 10px; height: 494px; right: 0px; top: 0px;">
                            <div class="slider" style="position: absolute; top: 0px; left: 0px; width: 10px; will-change: transform; height: 107px;"></div>
                          </div>
                          <div class="shadow left"></div>
                          <div class="shadow"></div>
                          <div class="shadow top-left-corner left"></div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="context-view monaco-builder-hidden" aria-hidden="true"></div>
</body>

</html>