@withgraphite/graphite-cli 1.0.10 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.CHANGELOG.md +13 -1
- package/335.js +3 -0
- package/60.js +3 -0
- package/60.js.map +1 -0
- package/build/asset-manifest.json +7 -7
- package/build/index.html +1 -1
- package/build/static/css/521.c3a7ac34.chunk.css +2 -0
- package/build/static/css/521.c3a7ac34.chunk.css.map +1 -0
- package/build/static/css/main.b91b5c20.css +2 -0
- package/build/static/css/main.b91b5c20.css.map +1 -0
- package/build/static/js/521.6f9fb1c5.chunk.js +1 -0
- package/build/static/js/521.6f9fb1c5.chunk.js.map +1 -0
- package/build/static/js/main.js +1 -1
- package/build/static/js/main.js.map +1 -1
- package/child.js +1 -1
- package/child.js.map +1 -1
- package/graphite.js +1 -1
- package/package.json +1 -1
- package/741.js +0 -3
- package/999.js +0 -3
- package/999.js.map +0 -1
- package/build/static/css/521.ea7bdcfc.chunk.css +0 -2
- package/build/static/css/521.ea7bdcfc.chunk.css.map +0 -1
- package/build/static/css/main.a9f28c16.css +0 -2
- package/build/static/css/main.a9f28c16.css.map +0 -1
- package/build/static/js/521.9e4e25a2.chunk.js +0 -1
- package/build/static/js/521.9e4e25a2.chunk.js.map +0 -1
- /package/{741.js.LICENSE.txt → 335.js.LICENSE.txt} +0 -0
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
.light-theme,.vscode-light{--background:#fff;--focus-border:#0090f1;--foreground:#616161;--scrollbar-slider-background:hsla(0,0%,39%,.4);--scrollbar-slider-hover-background:hsla(0,0%,39%,.7);--scrollbar-slider-active-background:rgba(0,0,0,.6);--badge-background:#c4c4c4;--badge-foreground:#333;--button-border:transparent;--button-primary-background:#007acc;--button-primary-foreground:#fff;--button-primary-hover-background:#0062a3;--button-secondary-background:#5f6a79;--button-secondary-foreground:#fff;--button-secondary-hover-background:#4c5561;--checkbox-background:#fff;--checkbox-border:#cecece;--checkbox-foreground:var(--foreground);--list-active-selection-background:#0060c0;--list-active-selection-foreground:#fff;--list-hover-background:#e8e8e8;--divider-background:#c8c8c8;--dropdown-background:#fff;--dropdown-border:#cecece;--dropdown-foreground:var(--foreground);--input-background:#fff;--input-foreground:#616161;--input-placeholder-foreground:#767676;--link-active-foreground:#006ab1;--link-foreground:#006ab1;--progress-background:#0e70c0;--panel-tab-active-border:#424242;--panel-tab-active-foreground:#424242;--panel-tab-foreground:rgba(66,66,66,.75);--panel-view-background:#fff;--panel-view-border:hsla(0,0%,50%,.35)}.gti-root{--pad:10px;--halfpad:5px;--vscode-button-height:24px;--vscode-icon-button-height:22px;background-color:var(--background);color:var(--foreground);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;margin:0;max-height:100vh}.main-content-area{flex-grow:1;overflow-y:auto}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.empty-app-state{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}vscode-button::part(content){white-space:nowrap}.banner-notice{--errpadding:20px;background-color:var(--warning-bg-color);border-radius:var(--pad);color:var(--warning-fg-color);display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--pad);margin:var(--errpadding);padding:var(--errpadding)}.banner-notice-content{display:flex;flex-direction:column;max-width:calc(100% - var(--errpadding))}.banner-notice-title{font-weight:700}.banner-notice-byline{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.banner-notice-left{display:flex;flex-direction:row;flex-grow:1;gap:var(--pad);overflow:hidden}.context-menu-container{-webkit-animation:fadein 50ms linear;animation:fadein 50ms linear;background-color:var(--tooltip-background);border:1px solid var(--tooltip-border);color:var(--foreground);display:flex;flex-direction:column;min-width:180px;padding:var(--halfpad);position:absolute;z-index:2000}.context-menu-fadeout{-webkit-animation:fadeout .3s;animation:fadeout .3s}@-webkit-keyframes fadeout{0%{opacity:1}50%{opacity:1}to{opacity:0}}@keyframes fadeout{0%{opacity:1}50%{opacity:1}to{opacity:0}}.context-menu-divider{border-top:1px solid var(--tooltip-border);height:0;margin:var(--halfpad)}.context-menu-item{border-radius:var(--halfpad);cursor:pointer;padding:var(--halfpad)}.context-menu-item:focus,.context-menu-item:hover{background-color:var(--hover-darken)}@-webkit-keyframes flash{0%{background-color:transparent;background-color:initial}to{background-color:var(--hover-darken)}}@keyframes flash{0%{background-color:transparent;background-color:initial}to{background-color:var(--hover-darken)}}.context-menu-item-selected{-webkit-animation:flash .1s steps(1);animation:flash .1s steps(1)}.context-menu-arrow-bottom,.context-menu-arrow-top{--arrow-height:var(--pad);--arrow-half-width:var(--halfpad);border:var(--arrow-half-width) solid transparent;content:" ";height:0;margin-left:auto;margin-right:auto;position:absolute;width:0}.context-menu-arrow-top{border-bottom:var(--arrow-half-width) solid var(--tooltip-border);top:calc(var(--arrow-height)*-1)}.context-menu-arrow-bottom{border-top:var(--arrow-half-width) solid var(--tooltip-border);bottom:calc(var(--arrow-height)*-1)}.context-menu-arrow-left{left:0}.context-menu-arrow-right{right:0}.empty-state{align-items:center;display:flex;flex-direction:column;font-size:150%;font-weight:700;justify-content:center;letter-spacing:2px;margin:100px 0;opacity:.7;text-align:center;width:90%}.empty-state p{font-size:medium;letter-spacing:normal}.error-notice{--errpadding:20px;background-color:var(--error-bg-color);border-radius:var(--pad);color:var(--error-fg-color);cursor:pointer;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--pad);margin:var(--errpadding);padding:var(--errpadding)}.error-notice-arrow{margin-top:calc(var(--errpadding)/2)}.error-notice-row{display:flex;flex-direction:row}.error-notice-content{display:flex;flex-direction:column;max-width:calc(100% - var(--errpadding))}.error-notice-title{font-weight:700}.error-notice-stack-trace{font-family:monospace;white-space:pre-wrap}.error-notice-buttons{align-items:center;display:flex;gap:8px}.error-notice-byline{overflow:hidden}.error-notice-left{display:flex;flex-direction:row;flex-grow:1;gap:var(--pad);overflow:hidden}.inline-error-badge .tooltip-creator{align-items:center;background-color:var(--error-bg-color);border-radius:var(--halfpad);color:var(--error-fg-color);display:flex;flex-direction:row;font-weight:600;gap:var(--pad);padding:var(--halfpad) var(--pad)}.inline-error-tooltip{max-width:500px}@font-face{font-display:block;font-family:codicon;src:url(/static/media/codicon.fa2cc0ab9f0bec2b3365.ttf) format("truetype")}.codicon[class*=codicon-]{text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal normal normal 16px/1 codicon;text-align:center;text-decoration:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}@-webkit-keyframes codicon-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes codicon-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.codicon-gear.codicon-modifier-spin,.codicon-loading.codicon-modifier-spin,.codicon-sync.codicon-modifier-spin{-webkit-animation:codicon-spin 1.5s steps(30) infinite;animation:codicon-spin 1.5s steps(30) infinite}.codicon-modifier-disabled{opacity:.5}.codicon-modifier-hidden{opacity:0}.codicon-loading{-webkit-animation-duration:1s!important;animation-duration:1s!important;-webkit-animation-timing-function:cubic-bezier(.53,.21,.29,.67)!important;animation-timing-function:cubic-bezier(.53,.21,.29,.67)!important}.codicon-add:before,.codicon-gist-new:before,.codicon-plus:before,.codicon-repo-create:before{content:"\ea60"}.codicon-light-bulb:before,.codicon-lightbulb:before{content:"\ea61"}.codicon-repo-delete:before,.codicon-repo:before{content:"\ea62"}.codicon-gist-fork:before,.codicon-repo-forked:before{content:"\ea63"}.codicon-git-pull-request-abandoned:before,.codicon-git-pull-request:before{content:"\ea64"}.codicon-keyboard:before,.codicon-record-keys:before{content:"\ea65"}.codicon-tag-add:before,.codicon-tag-remove:before,.codicon-tag:before{content:"\ea66"}.codicon-person-filled:before,.codicon-person-follow:before,.codicon-person-outline:before,.codicon-person:before{content:"\ea67"}.codicon-git-branch-create:before,.codicon-git-branch-delete:before,.codicon-git-branch:before,.codicon-source-control:before{content:"\ea68"}.codicon-mirror-public:before,.codicon-mirror:before{content:"\ea69"}.codicon-star-add:before,.codicon-star-delete:before,.codicon-star-empty:before,.codicon-star:before{content:"\ea6a"}.codicon-comment-add:before,.codicon-comment:before{content:"\ea6b"}.codicon-alert:before,.codicon-warning:before{content:"\ea6c"}.codicon-search-save:before,.codicon-search:before{content:"\ea6d"}.codicon-log-out:before,.codicon-sign-out:before{content:"\ea6e"}.codicon-log-in:before,.codicon-sign-in:before{content:"\ea6f"}.codicon-eye-unwatch:before,.codicon-eye-watch:before,.codicon-eye:before{content:"\ea70"}.codicon-circle-filled:before,.codicon-close-dirty:before,.codicon-debug-breakpoint-disabled:before,.codicon-debug-breakpoint:before,.codicon-debug-hint:before,.codicon-primitive-dot:before,.codicon-terminal-decoration-success:before{content:"\ea71"}.codicon-primitive-square:before{content:"\ea72"}.codicon-edit:before,.codicon-pencil:before{content:"\ea73"}.codicon-info:before,.codicon-issue-opened:before{content:"\ea74"}.codicon-gist-private:before,.codicon-git-fork-private:before,.codicon-lock:before,.codicon-mirror-private:before{content:"\ea75"}.codicon-close:before,.codicon-remove-close:before,.codicon-x:before{content:"\ea76"}.codicon-repo-sync:before,.codicon-sync:before{content:"\ea77"}.codicon-clone:before,.codicon-desktop-download:before{content:"\ea78"}.codicon-beaker:before,.codicon-microscope:before{content:"\ea79"}.codicon-device-desktop:before,.codicon-vm:before{content:"\ea7a"}.codicon-file-text:before,.codicon-file:before{content:"\ea7b"}.codicon-ellipsis:before,.codicon-kebab-horizontal:before,.codicon-more:before{content:"\ea7c"}.codicon-mail-reply:before,.codicon-reply:before{content:"\ea7d"}.codicon-organization-filled:before,.codicon-organization-outline:before,.codicon-organization:before{content:"\ea7e"}.codicon-file-add:before,.codicon-new-file:before{content:"\ea7f"}.codicon-file-directory-create:before,.codicon-new-folder:before{content:"\ea80"}.codicon-trash:before,.codicon-trashcan:before{content:"\ea81"}.codicon-clock:before,.codicon-history:before{content:"\ea82"}.codicon-file-directory:before,.codicon-folder:before,.codicon-symbol-folder:before{content:"\ea83"}.codicon-github:before,.codicon-logo-github:before,.codicon-mark-github:before{content:"\ea84"}.codicon-console:before,.codicon-repl:before,.codicon-terminal:before{content:"\ea85"}.codicon-symbol-event:before,.codicon-zap:before{content:"\ea86"}.codicon-error:before,.codicon-stop:before{content:"\ea87"}.codicon-symbol-variable:before,.codicon-variable:before{content:"\ea88"}.codicon-array:before,.codicon-symbol-array:before{content:"\ea8a"}.codicon-symbol-module:before,.codicon-symbol-namespace:before,.codicon-symbol-object:before,.codicon-symbol-package:before{content:"\ea8b"}.codicon-symbol-constructor:before,.codicon-symbol-function:before,.codicon-symbol-method:before{content:"\ea8c"}.codicon-symbol-boolean:before,.codicon-symbol-null:before{content:"\ea8f"}.codicon-symbol-number:before,.codicon-symbol-numeric:before{content:"\ea90"}.codicon-symbol-struct:before,.codicon-symbol-structure:before{content:"\ea91"}.codicon-symbol-parameter:before,.codicon-symbol-type-parameter:before{content:"\ea92"}.codicon-symbol-key:before,.codicon-symbol-text:before{content:"\ea93"}.codicon-go-to-file:before,.codicon-symbol-reference:before{content:"\ea94"}.codicon-symbol-enum:before,.codicon-symbol-value:before{content:"\ea95"}.codicon-symbol-ruler:before,.codicon-symbol-unit:before{content:"\ea96"}.codicon-activate-breakpoints:before{content:"\ea97"}.codicon-archive:before{content:"\ea98"}.codicon-arrow-both:before{content:"\ea99"}.codicon-arrow-down:before{content:"\ea9a"}.codicon-arrow-left:before{content:"\ea9b"}.codicon-arrow-right:before{content:"\ea9c"}.codicon-arrow-small-down:before{content:"\ea9d"}.codicon-arrow-small-left:before{content:"\ea9e"}.codicon-arrow-small-right:before{content:"\ea9f"}.codicon-arrow-small-up:before{content:"\eaa0"}.codicon-arrow-up:before{content:"\eaa1"}.codicon-bell:before{content:"\eaa2"}.codicon-bold:before{content:"\eaa3"}.codicon-book:before{content:"\eaa4"}.codicon-bookmark:before{content:"\eaa5"}.codicon-debug-breakpoint-conditional-unverified:before{content:"\eaa6"}.codicon-debug-breakpoint-conditional-disabled:before,.codicon-debug-breakpoint-conditional:before{content:"\eaa7"}.codicon-debug-breakpoint-data-unverified:before{content:"\eaa8"}.codicon-debug-breakpoint-data-disabled:before,.codicon-debug-breakpoint-data:before{content:"\eaa9"}.codicon-debug-breakpoint-log-unverified:before{content:"\eaaa"}.codicon-debug-breakpoint-log-disabled:before,.codicon-debug-breakpoint-log:before{content:"\eaab"}.codicon-briefcase:before{content:"\eaac"}.codicon-broadcast:before{content:"\eaad"}.codicon-browser:before{content:"\eaae"}.codicon-bug:before{content:"\eaaf"}.codicon-calendar:before{content:"\eab0"}.codicon-case-sensitive:before{content:"\eab1"}.codicon-check:before{content:"\eab2"}.codicon-checklist:before{content:"\eab3"}.codicon-chevron-down:before{content:"\eab4"}.codicon-chevron-left:before{content:"\eab5"}.codicon-chevron-right:before{content:"\eab6"}.codicon-chevron-up:before{content:"\eab7"}.codicon-chrome-close:before{content:"\eab8"}.codicon-chrome-maximize:before{content:"\eab9"}.codicon-chrome-minimize:before{content:"\eaba"}.codicon-chrome-restore:before{content:"\eabb"}.codicon-circle-outline:before,.codicon-circle:before,.codicon-debug-breakpoint-unverified:before,.codicon-terminal-decoration-incomplete:before{content:"\eabc"}.codicon-circle-slash:before{content:"\eabd"}.codicon-circuit-board:before{content:"\eabe"}.codicon-clear-all:before{content:"\eabf"}.codicon-clippy:before{content:"\eac0"}.codicon-close-all:before{content:"\eac1"}.codicon-cloud-download:before{content:"\eac2"}.codicon-cloud-upload:before{content:"\eac3"}.codicon-code:before{content:"\eac4"}.codicon-collapse-all:before{content:"\eac5"}.codicon-color-mode:before{content:"\eac6"}.codicon-comment-discussion:before{content:"\eac7"}.codicon-credit-card:before{content:"\eac9"}.codicon-dash:before{content:"\eacc"}.codicon-dashboard:before{content:"\eacd"}.codicon-database:before{content:"\eace"}.codicon-debug-continue:before{content:"\eacf"}.codicon-debug-disconnect:before{content:"\ead0"}.codicon-debug-pause:before{content:"\ead1"}.codicon-debug-restart:before{content:"\ead2"}.codicon-debug-start:before{content:"\ead3"}.codicon-debug-step-into:before{content:"\ead4"}.codicon-debug-step-out:before{content:"\ead5"}.codicon-debug-step-over:before{content:"\ead6"}.codicon-debug-stop:before{content:"\ead7"}.codicon-debug:before{content:"\ead8"}.codicon-device-camera-video:before{content:"\ead9"}.codicon-device-camera:before{content:"\eada"}.codicon-device-mobile:before{content:"\eadb"}.codicon-diff-added:before{content:"\eadc"}.codicon-diff-ignored:before{content:"\eadd"}.codicon-diff-modified:before{content:"\eade"}.codicon-diff-removed:before{content:"\eadf"}.codicon-diff-renamed:before{content:"\eae0"}.codicon-diff:before{content:"\eae1"}.codicon-discard:before{content:"\eae2"}.codicon-editor-layout:before{content:"\eae3"}.codicon-empty-window:before{content:"\eae4"}.codicon-exclude:before{content:"\eae5"}.codicon-extensions:before{content:"\eae6"}.codicon-eye-closed:before{content:"\eae7"}.codicon-file-binary:before{content:"\eae8"}.codicon-file-code:before{content:"\eae9"}.codicon-file-media:before{content:"\eaea"}.codicon-file-pdf:before{content:"\eaeb"}.codicon-file-submodule:before{content:"\eaec"}.codicon-file-symlink-directory:before{content:"\eaed"}.codicon-file-symlink-file:before{content:"\eaee"}.codicon-file-zip:before{content:"\eaef"}.codicon-files:before{content:"\eaf0"}.codicon-filter:before{content:"\eaf1"}.codicon-flame:before{content:"\eaf2"}.codicon-fold-down:before{content:"\eaf3"}.codicon-fold-up:before{content:"\eaf4"}.codicon-fold:before{content:"\eaf5"}.codicon-folder-active:before{content:"\eaf6"}.codicon-folder-opened:before{content:"\eaf7"}.codicon-gear:before{content:"\eaf8"}.codicon-gift:before{content:"\eaf9"}.codicon-gist-secret:before{content:"\eafa"}.codicon-gist:before{content:"\eafb"}.codicon-git-commit:before{content:"\eafc"}.codicon-compare-changes:before,.codicon-git-compare:before{content:"\eafd"}.codicon-git-merge:before{content:"\eafe"}.codicon-github-action:before{content:"\eaff"}.codicon-github-alt:before{content:"\eb00"}.codicon-globe:before{content:"\eb01"}.codicon-grabber:before{content:"\eb02"}.codicon-graph:before{content:"\eb03"}.codicon-gripper:before{content:"\eb04"}.codicon-heart:before{content:"\eb05"}.codicon-home:before{content:"\eb06"}.codicon-horizontal-rule:before{content:"\eb07"}.codicon-hubot:before{content:"\eb08"}.codicon-inbox:before{content:"\eb09"}.codicon-issue-reopened:before{content:"\eb0b"}.codicon-issues:before{content:"\eb0c"}.codicon-italic:before{content:"\eb0d"}.codicon-jersey:before{content:"\eb0e"}.codicon-json:before{content:"\eb0f"}.codicon-kebab-vertical:before{content:"\eb10"}.codicon-key:before{content:"\eb11"}.codicon-law:before{content:"\eb12"}.codicon-lightbulb-autofix:before{content:"\eb13"}.codicon-link-external:before{content:"\eb14"}.codicon-link:before{content:"\eb15"}.codicon-list-ordered:before{content:"\eb16"}.codicon-list-unordered:before{content:"\eb17"}.codicon-live-share:before{content:"\eb18"}.codicon-loading:before{content:"\eb19"}.codicon-location:before{content:"\eb1a"}.codicon-mail-read:before{content:"\eb1b"}.codicon-mail:before{content:"\eb1c"}.codicon-markdown:before{content:"\eb1d"}.codicon-megaphone:before{content:"\eb1e"}.codicon-mention:before{content:"\eb1f"}.codicon-milestone:before{content:"\eb20"}.codicon-mortar-board:before{content:"\eb21"}.codicon-move:before{content:"\eb22"}.codicon-multiple-windows:before{content:"\eb23"}.codicon-mute:before{content:"\eb24"}.codicon-no-newline:before{content:"\eb25"}.codicon-note:before{content:"\eb26"}.codicon-octoface:before{content:"\eb27"}.codicon-open-preview:before{content:"\eb28"}.codicon-package:before{content:"\eb29"}.codicon-paintcan:before{content:"\eb2a"}.codicon-pin:before{content:"\eb2b"}.codicon-play:before,.codicon-run:before{content:"\eb2c"}.codicon-plug:before{content:"\eb2d"}.codicon-preserve-case:before{content:"\eb2e"}.codicon-preview:before{content:"\eb2f"}.codicon-project:before{content:"\eb30"}.codicon-pulse:before{content:"\eb31"}.codicon-question:before{content:"\eb32"}.codicon-quote:before{content:"\eb33"}.codicon-radio-tower:before{content:"\eb34"}.codicon-reactions:before{content:"\eb35"}.codicon-references:before{content:"\eb36"}.codicon-refresh:before{content:"\eb37"}.codicon-regex:before{content:"\eb38"}.codicon-remote-explorer:before{content:"\eb39"}.codicon-remote:before{content:"\eb3a"}.codicon-remove:before{content:"\eb3b"}.codicon-replace-all:before{content:"\eb3c"}.codicon-replace:before{content:"\eb3d"}.codicon-repo-clone:before{content:"\eb3e"}.codicon-repo-force-push:before{content:"\eb3f"}.codicon-repo-pull:before{content:"\eb40"}.codicon-repo-push:before{content:"\eb41"}.codicon-report:before{content:"\eb42"}.codicon-request-changes:before{content:"\eb43"}.codicon-rocket:before{content:"\eb44"}.codicon-root-folder-opened:before{content:"\eb45"}.codicon-root-folder:before{content:"\eb46"}.codicon-rss:before{content:"\eb47"}.codicon-ruby:before{content:"\eb48"}.codicon-save-all:before{content:"\eb49"}.codicon-save-as:before{content:"\eb4a"}.codicon-save:before{content:"\eb4b"}.codicon-screen-full:before{content:"\eb4c"}.codicon-screen-normal:before{content:"\eb4d"}.codicon-search-stop:before{content:"\eb4e"}.codicon-server:before{content:"\eb50"}.codicon-settings-gear:before{content:"\eb51"}.codicon-settings:before{content:"\eb52"}.codicon-shield:before{content:"\eb53"}.codicon-smiley:before{content:"\eb54"}.codicon-sort-precedence:before{content:"\eb55"}.codicon-split-horizontal:before{content:"\eb56"}.codicon-split-vertical:before{content:"\eb57"}.codicon-squirrel:before{content:"\eb58"}.codicon-star-full:before{content:"\eb59"}.codicon-star-half:before{content:"\eb5a"}.codicon-symbol-class:before{content:"\eb5b"}.codicon-symbol-color:before{content:"\eb5c"}.codicon-symbol-constant:before{content:"\eb5d"}.codicon-symbol-enum-member:before{content:"\eb5e"}.codicon-symbol-field:before{content:"\eb5f"}.codicon-symbol-file:before{content:"\eb60"}.codicon-symbol-interface:before{content:"\eb61"}.codicon-symbol-keyword:before{content:"\eb62"}.codicon-symbol-misc:before{content:"\eb63"}.codicon-symbol-operator:before{content:"\eb64"}.codicon-symbol-property:before,.codicon-wrench-subaction:before,.codicon-wrench:before{content:"\eb65"}.codicon-symbol-snippet:before{content:"\eb66"}.codicon-tasklist:before{content:"\eb67"}.codicon-telescope:before{content:"\eb68"}.codicon-text-size:before{content:"\eb69"}.codicon-three-bars:before{content:"\eb6a"}.codicon-thumbsdown:before{content:"\eb6b"}.codicon-thumbsup:before{content:"\eb6c"}.codicon-tools:before{content:"\eb6d"}.codicon-triangle-down:before{content:"\eb6e"}.codicon-triangle-left:before{content:"\eb6f"}.codicon-triangle-right:before{content:"\eb70"}.codicon-triangle-up:before{content:"\eb71"}.codicon-twitter:before{content:"\eb72"}.codicon-unfold:before{content:"\eb73"}.codicon-unlock:before{content:"\eb74"}.codicon-unmute:before{content:"\eb75"}.codicon-unverified:before{content:"\eb76"}.codicon-verified:before{content:"\eb77"}.codicon-versions:before{content:"\eb78"}.codicon-vm-active:before{content:"\eb79"}.codicon-vm-outline:before{content:"\eb7a"}.codicon-vm-running:before{content:"\eb7b"}.codicon-watch:before{content:"\eb7c"}.codicon-whitespace:before{content:"\eb7d"}.codicon-whole-word:before{content:"\eb7e"}.codicon-window:before{content:"\eb7f"}.codicon-word-wrap:before{content:"\eb80"}.codicon-zoom-in:before{content:"\eb81"}.codicon-zoom-out:before{content:"\eb82"}.codicon-list-filter:before{content:"\eb83"}.codicon-list-flat:before{content:"\eb84"}.codicon-list-selection:before,.codicon-selection:before{content:"\eb85"}.codicon-list-tree:before{content:"\eb86"}.codicon-debug-breakpoint-function-unverified:before{content:"\eb87"}.codicon-debug-breakpoint-function-disabled:before,.codicon-debug-breakpoint-function:before{content:"\eb88"}.codicon-debug-stackframe-active:before{content:"\eb89"}.codicon-circle-small-filled:before,.codicon-debug-stackframe-dot:before,.codicon-terminal-decoration-mark:before{content:"\eb8a"}.codicon-debug-stackframe-focused:before,.codicon-debug-stackframe:before{content:"\eb8b"}.codicon-debug-breakpoint-unsupported:before{content:"\eb8c"}.codicon-symbol-string:before{content:"\eb8d"}.codicon-debug-reverse-continue:before{content:"\eb8e"}.codicon-debug-step-back:before{content:"\eb8f"}.codicon-debug-restart-frame:before{content:"\eb90"}.codicon-debug-alt:before{content:"\eb91"}.codicon-call-incoming:before{content:"\eb92"}.codicon-call-outgoing:before{content:"\eb93"}.codicon-menu:before{content:"\eb94"}.codicon-expand-all:before{content:"\eb95"}.codicon-feedback:before{content:"\eb96"}.codicon-group-by-ref-type:before{content:"\eb97"}.codicon-ungroup-by-ref-type:before{content:"\eb98"}.codicon-account:before{content:"\eb99"}.codicon-bell-dot:before{content:"\eb9a"}.codicon-debug-console:before{content:"\eb9b"}.codicon-library:before{content:"\eb9c"}.codicon-output:before{content:"\eb9d"}.codicon-run-all:before{content:"\eb9e"}.codicon-sync-ignored:before{content:"\eb9f"}.codicon-pinned:before{content:"\eba0"}.codicon-github-inverted:before{content:"\eba1"}.codicon-server-process:before{content:"\eba2"}.codicon-server-environment:before{content:"\eba3"}.codicon-issue-closed:before,.codicon-pass:before{content:"\eba4"}.codicon-stop-circle:before{content:"\eba5"}.codicon-play-circle:before{content:"\eba6"}.codicon-record:before{content:"\eba7"}.codicon-debug-alt-small:before{content:"\eba8"}.codicon-vm-connect:before{content:"\eba9"}.codicon-cloud:before{content:"\ebaa"}.codicon-merge:before{content:"\ebab"}.codicon-export:before{content:"\ebac"}.codicon-graph-left:before{content:"\ebad"}.codicon-magnet:before{content:"\ebae"}.codicon-notebook:before{content:"\ebaf"}.codicon-redo:before{content:"\ebb0"}.codicon-check-all:before{content:"\ebb1"}.codicon-pinned-dirty:before{content:"\ebb2"}.codicon-pass-filled:before{content:"\ebb3"}.codicon-circle-large-filled:before{content:"\ebb4"}.codicon-circle-large-outline:before,.codicon-circle-large:before{content:"\ebb5"}.codicon-combine:before,.codicon-gather:before{content:"\ebb6"}.codicon-table:before{content:"\ebb7"}.codicon-variable-group:before{content:"\ebb8"}.codicon-type-hierarchy:before{content:"\ebb9"}.codicon-type-hierarchy-sub:before{content:"\ebba"}.codicon-type-hierarchy-super:before{content:"\ebbb"}.codicon-git-pull-request-create:before{content:"\ebbc"}.codicon-run-above:before{content:"\ebbd"}.codicon-run-below:before{content:"\ebbe"}.codicon-notebook-template:before{content:"\ebbf"}.codicon-debug-rerun:before{content:"\ebc0"}.codicon-workspace-trusted:before{content:"\ebc1"}.codicon-workspace-untrusted:before{content:"\ebc2"}.codicon-workspace-unknown:before{content:"\ebc3"}.codicon-terminal-cmd:before{content:"\ebc4"}.codicon-terminal-debian:before{content:"\ebc5"}.codicon-terminal-linux:before{content:"\ebc6"}.codicon-terminal-powershell:before{content:"\ebc7"}.codicon-terminal-tmux:before{content:"\ebc8"}.codicon-terminal-ubuntu:before{content:"\ebc9"}.codicon-terminal-bash:before{content:"\ebca"}.codicon-arrow-swap:before{content:"\ebcb"}.codicon-copy:before{content:"\ebcc"}.codicon-person-add:before{content:"\ebcd"}.codicon-filter-filled:before{content:"\ebce"}.codicon-wand:before{content:"\ebcf"}.codicon-debug-line-by-line:before{content:"\ebd0"}.codicon-inspect:before{content:"\ebd1"}.codicon-layers:before{content:"\ebd2"}.codicon-layers-dot:before{content:"\ebd3"}.codicon-layers-active:before{content:"\ebd4"}.codicon-compass:before{content:"\ebd5"}.codicon-compass-dot:before{content:"\ebd6"}.codicon-compass-active:before{content:"\ebd7"}.codicon-azure:before{content:"\ebd8"}.codicon-issue-draft:before{content:"\ebd9"}.codicon-git-pull-request-closed:before{content:"\ebda"}.codicon-git-pull-request-draft:before{content:"\ebdb"}.codicon-debug-all:before{content:"\ebdc"}.codicon-debug-coverage:before{content:"\ebdd"}.codicon-run-errors:before{content:"\ebde"}.codicon-folder-library:before{content:"\ebdf"}.codicon-debug-continue-small:before{content:"\ebe0"}.codicon-beaker-stop:before{content:"\ebe1"}.codicon-graph-line:before{content:"\ebe2"}.codicon-graph-scatter:before{content:"\ebe3"}.codicon-pie-chart:before{content:"\ebe4"}.codicon-bracket:before{content:"\eb0f"}.codicon-bracket-dot:before{content:"\ebe5"}.codicon-bracket-error:before{content:"\ebe6"}.codicon-lock-small:before{content:"\ebe7"}.codicon-azure-devops:before{content:"\ebe8"}.codicon-verified-filled:before{content:"\ebe9"}.codicon-newline:before{content:"\ebea"}.codicon-layout:before{content:"\ebeb"}.codicon-layout-activitybar-left:before{content:"\ebec"}.codicon-layout-activitybar-right:before{content:"\ebed"}.codicon-layout-panel-left:before{content:"\ebee"}.codicon-layout-panel-center:before{content:"\ebef"}.codicon-layout-panel-justify:before{content:"\ebf0"}.codicon-layout-panel-right:before{content:"\ebf1"}.codicon-layout-panel:before{content:"\ebf2"}.codicon-layout-sidebar-left:before{content:"\ebf3"}.codicon-layout-sidebar-right:before{content:"\ebf4"}.codicon-layout-statusbar:before{content:"\ebf5"}.codicon-layout-menubar:before{content:"\ebf6"}.codicon-layout-centered:before{content:"\ebf7"}.codicon-target:before{content:"\ebf8"}.codicon-indent:before{content:"\ebf9"}.codicon-record-small:before{content:"\ebfa"}.codicon-error-small:before,.codicon-terminal-decoration-error:before{content:"\ebfb"}.codicon-arrow-circle-down:before{content:"\ebfc"}.codicon-arrow-circle-left:before{content:"\ebfd"}.codicon-arrow-circle-right:before{content:"\ebfe"}.codicon-arrow-circle-up:before{content:"\ebff"}.codicon-layout-sidebar-right-off:before{content:"\ec00"}.codicon-layout-panel-off:before{content:"\ec01"}.codicon-layout-sidebar-left-off:before{content:"\ec02"}.codicon-blank:before{content:"\ec03"}.codicon-heart-filled:before{content:"\ec04"}.codicon-map:before{content:"\ec05"}.codicon-map-filled:before{content:"\ec06"}.codicon-circle-small:before{content:"\ec07"}.codicon-bell-slash:before{content:"\ec08"}.codicon-bell-slash-dot:before{content:"\ec09"}.codicon-comment-unresolved:before{content:"\ec0a"}.codicon-git-pull-request-go-to-changes:before{content:"\ec0b"}.codicon-git-pull-request-new-changes:before{content:"\ec0c"}.codicon-search-fuzzy:before{content:"\ec0d"}.codicon-comment-draft:before{content:"\ec0e"}.codicon-send:before{content:"\ec0f"}.codicon-sparkle:before{content:"\ec10"}.codicon-insert:before{content:"\ec11"}.icon-size-M:before{font-size:150%}.icon-size-L:before{font-size:200%}.codicon-loading{-webkit-animation:spin infinite;animation:spin infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.tooltip-creator{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tooltip-creator-inline{display:inline}.tooltip{-webkit-animation:fadein .1s linear forwards;animation:fadein .1s linear forwards;background-color:var(--tooltip-background);border:1px solid var(--tooltip-border);color:var(--foreground);opacity:0;padding:var(--pad);pointer-events:auto;position:absolute;z-index:1000}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:100%}}@keyframes fadein{0%{opacity:0}to{opacity:100%}}.tooltip-root-container{height:100%;pointer-events:none;position:absolute;width:100%}.tooltip-arrow{--arrow-height:calc(var(--pad) - 4px);--arrow-half-width:calc(var(--arrow-height)/2);position:absolute}.tooltip-arrow:after{background-color:var(--tooltip-background);border-bottom:1px solid var(--tooltip-border);border-right:1px solid var(--tooltip-border);content:" ";height:var(--arrow-height);position:absolute;width:var(--arrow-height)}.tooltip.simple-text-tooltip{max-width:250px;pointer-events:inherit;white-space:pre-wrap;word-break:break-word}.tooltip-arrow-bottom:after{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.tooltip-arrow-top:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.tooltip-arrow-left:after{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.tooltip-arrow-right:after{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.tooltip-arrow-bottom{left:calc(50% - var(--arrow-half-width));top:calc(-1px - var(--arrow-half-width))}.tooltip-arrow-top{bottom:calc(var(--arrow-half-width));left:calc(50% - var(--arrow-half-width))}.tooltip-arrow-left{right:calc(var(--arrow-half-width));top:calc(50% - var(--arrow-half-width))}.tooltip-arrow-right{left:calc(-1px - var(--arrow-half-width));top:calc(50% - var(--arrow-half-width))}.light-theme,.vscode-light{--scm-modified-foreground:#895503;--scm-added-foreground:#007100;--scm-removed-foreground:#ad0707;--selected-commit-background:rgba(0,0,0,.1);--tooltip-background:var(--vscode-editorWidget-background,#f3f3f3);--tooltip-border:var(--vscode-editorWidget-border,#c8c8c8);--error-fg-color:#e35941;--error-bg-color:#e3594120;--warning-fg-color:#895503;--warning-bg-color:#f7dbad;--hover-darken:rgba(0,0,0,.1);--highlight-foreground:#2a2a2a;--github-badge-fg:#fff;--github-open-bg:#2da44e;--github-closed-bg:#cf222e;--github-merged-bg:#8250df;--github-neutral-bg:#6e7781}.dark-theme,.vscode-dark{--scm-modified-foreground:#e2c08d;--scm-added-foreground:#73c991;--scm-removed-foreground:#f3674f;--selected-commit-background:hsla(0,0%,100%,.1);--error-fg-color:#f3674f;--error-bg-color:#f3674f20;--warning-fg-color:#e2c08d;--warning-bg-color:#40331f;--tooltip-background:var(--vscode-editorWidget-background,#252526);--tooltip-border:var(--vscode-editorWidget-border,#454545);--hover-darken:hsla(0,0%,100%,.1);--highlight-foreground:#f0f0f0;--github-badge-fg:#fff;--github-open-bg:#238636;--github-closed-bg:#da3633;--github-merged-bg:#8957e5;--github-neutral-bg:#6e7781}.use-modal-buttons{display:flex;flex-direction:row;gap:var(--pad);justify-content:flex-end;margin:var(--pad) calc(var(--pad)*2)}.use-modal-buttons vscode-button{min-width:5em}.use-modal{--useModalWidth:500px;display:flex;flex-direction:column;gap:var(--pad);justify-content:space-between;padding:var(--pad);width:var(--useModalWidth)}#use-modal-title{align-items:center;display:flex;flex-direction:row;font-weight:700;gap:var(--halfpad);margin:var(--pad) 0}#use-modal-message,#use-modal-title{padding:0 var(--pad)}.modal{align-items:center;background-color:rgba(0,0,0,.2);display:flex;height:100vh;justify-content:center;position:absolute;width:100vw;z-index:100}.dark-theme .modal,.vscode-dark .modal{background-color:rgba(0,0,0,.5)}.modal-contents{--border-amt:calc(var(--pad)*0.2);--padding-amt:calc(var(--pad)*0.2);background-color:var(--background);border-radius:8px;box-shadow:1px 1px 4px rgba(0,0,0,.3);display:flex;flex-direction:column;height:calc(100vh - var(--border-amt)*2 - var(--padding-amt)*2);margin:var(--border-amt);padding:var(--padding-amt);padding-bottom:0;position:relative;width:calc(100vw - var(--border-amt)*2 - var(--padding-amt)*2)}.dismiss-modal{display:flex;position:absolute;right:var(--pad);top:var(--pad)}.progress-container{background:var(--background);border-top:1px solid var(--panel-view-border);bottom:0;display:flex;flex-direction:column;gap:var(--pad);padding:calc(var(--pad)*2);position:relative;z-index:100}.progress-container .tooltip-creator{align-items:flex-start;flex-direction:column;justify-content:flex-start}.progress-container .tooltip-creator,.progress-container-row{display:flex;gap:var(--pad);max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.progress-container-row{align-items:center;flex-direction:row}.progress-container-row .codicon-error{color:var(--scm-removed-foreground)}.progress-container-row .codicon-pass{color:var(--scm-added-foreground)}.queued-operations-container{background-color:var(--background);border:1px solid var(--dropdown-border);border-radius:4px 0 0 0;border-right-width:0;bottom:100%;display:flex;flex-direction:column;gap:10px;margin:0;max-width:90%;padding:10px;position:absolute;right:0}.queued-operation{background-color:var(--badge-background);border-radius:4px;color:var(--badge-foreground);margin-left:10px;padding:4px 8px}.progress-container-command,.queued-operation{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-container-row .tooltip-creator{align-items:center;gap:var(--pad);width:100%}.progress-command-tooltip{max-width:min(700px,50vw)}.progress-command-tooltip pre{word-wrap:break-word;white-space:pre-wrap}.branch-indicator{stroke:var(--foreground);bottom:-20px;left:-20px;margin-bottom:-5px;position:absolute;z-index:3}.commit-group{display:flex;flex-direction:column;margin-left:10px;position:relative}.commit-tree-root{margin-left:calc(var(--pad)*3.5);margin-right:var(--halfpad)}.commit-group.with-vertical-line:before{border-left:2px solid var(--foreground);bottom:5px;content:" ";left:-10px;position:absolute;top:10px;z-index:1}.dashed-first-sibling:before{border-left:4px dotted var(--vscode-sideBar-background);bottom:-2px;content:" ";left:-21px;position:absolute;top:0;z-index:2}.commit{flex-direction:column}.commit,.commit-ellipsis{display:flex;position:relative}.commit-ellipsis{align-items:center;margin-left:calc(var(--halfpad)*-3.5 + .5px);min-height:var(--vscode-icon-button-height)}.commit-ellipsis:before{background-color:var(--background);content:" ";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.commit-ellipsis>*{z-index:2}.commit-ellipsis-children{align-items:center;display:flex;gap:var(--pad)}.commit-avatar{background-color:rgba(0,0,0,.1);background-color:var(--background,rgba(0,0,0,.1));border:2px solid var(--foreground);border-radius:50%;box-sizing:border-box;display:inline-block;height:10px;left:-19px;margin-bottom:0;overflow:hidden;position:absolute;transition:box-shadow .3s,-webkit-transform .2s;transition:transform .2s,box-shadow .3s;transition:transform .2s,box-shadow .3s,-webkit-transform .2s;width:10px;z-index:3}.commit.topmost.head-commit .commit-details:before{background-color:var(--button-primary-hover-background)}.commit.highlighted .commit-avatar{box-shadow:0 0 4px 2px var(--focus-border);-webkit-transform:scale(1.2);transform:scale(1.2)}.head-commit .commit-avatar{background-color:var(--foreground)}.commit-title{align-items:center;display:flex;justify-content:space-between;width:100%}.commit.obsolete .commit-title{opacity:.5}.tree-row{align-items:center;display:flex;flex-direction:row;gap:var(--pad);height:28px}.tree-row.branch{margin-left:var(--halfpad);position:relative}.tree-row.with-dashed-line:before{border-left:4px dotted var(--vscode-sideBar-background);bottom:0;content:" ";height:38px;left:-11px;position:relative;z-index:2}.commit-details{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;gap:var(--halfpad) var(--pad);height:24px;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.commit-second-row{align-items:center;display:flex;flex-shrink:0;gap:var(--pad)}.commit-rows>:not(.selected-commit-background){z-index:1}.commit-end{align-items:center;display:flex;gap:var(--halfpad)}.pr-badge-container{width:14px}.commit-date{font-size:12px;margin-left:auto;opacity:.8;width:25px}.branch-name-box{display:flex;min-width:0}.branch-name{display:inline-block;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.commit-needs-restack,.commit-unpublished{color:var(--scm-modified-foreground)}.commit-needs-restack{padding:0 var(--halfpad) 0 0}.commit .unsaved-message-indicator{color:var(--button-primary-background);display:flex}.commit vscode-tag::part(control){text-transform:inherit}.commit-preview-rebase-descendant,.commit-preview-rebase-root{color:var(--scm-added-foreground)}.commit-preview-rebase-old{opacity:.5}.commit-preview-hidden-descendant>.commit-title,.commit-preview-hidden-root>.commit-title{opacity:.5;text-decoration:line-through}.commit-inline-operation-progress{align-items:center;display:flex;flex-direction:row;font-size:90%;gap:10px;opacity:.9}.goto-button .codicon{margin-left:var(--halfpad)}.commit-actions{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.goto-button:focus-within{opacity:1}.selected-commit-background{background-color:var(--selected-commit-background);height:100%;left:calc(var(--pad)*-3.5);pointer-events:none;position:absolute;width:calc(100% + var(--pad)*3.5)}.stable-commit-metadata vscode-tag::part(control){background-color:var(--list-hover-background);color:var(--list-hover-foreground);max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tooltip span.commit-title{background-color:var(--hover-darken);border-radius:4px;font-size:90%;padding:1px 4px}.center-container{height:100%;justify-content:center;width:100%}.center-container,.flex-row{align-items:center;display:flex}.flex-row{flex-direction:row;gap:var(--pad)}.inline-badge{align-items:center;border-radius:14px;display:inline-block;display:inline-flex;font-size:80%;font-weight:700;gap:var(--halfpad);padding:3px var(--pad)}.inline-badge.badge-secondary{background-color:var(--button-secondary-hover-background);color:var(--button-secondary-foreground)}.inline-badge.badge-primary{background-color:var(--button-primary-hover-background);color:var(--button-primary-foreground)}.diff-badge{color:#fff;cursor:pointer;text-decoration:none}.diff-badge:hover{text-decoration:underline}.diff-badge:hover .codicon{text-decoration:none}.diff-badge,.diff-info,.diff-spinner{align-items:center;display:inline-flex;gap:5px;text-overflow:ellipsis;white-space:nowrap}.diff-number{font-size:90%;opacity:.9;padding:0 var(--halfpad)}.diff-number:hover{cursor:pointer;text-decoration:underline}.diff-comments-count{font-size:90%;gap:2px}.diff-comments-count,.diff-signal-summary{align-items:center;display:flex}.diff-signal-pass{color:var(--scm-added-foreground)}.diff-signal-failed{color:var(--scm-removed-foreground)}.github-diff-status-OPEN{background-color:var(--github-open-bg)}.github-diff-status-MERGED{background-color:var(--github-merged-bg)}.github-diff-status-CLOSED{background-color:var(--github-closed-bg)}.github-diff-status-none{background-color:var(--github-neutral-bg)}.github-diff-status-ERROR{background-color:var(--github-closed-bg)}.github-diff-status-DRAFT{background-color:var(--github-neutral-bg)}.github-diff-status{border-radius:10px;font-size:70%;font-weight:700;padding:3px}.github-diff-badge .codicon{font-size:90%}.github-diff-status .tooltip-creator{align-items:center}.head-commit-info-container{margin-left:-22px;position:relative;z-index:3}.head-commit-info-container:before{border-left:2px solid var(--button-primary-hover-background);bottom:calc(var(--pad)*-1.5);content:" ";display:block;left:12px;position:absolute;top:0;z-index:-1}.head-commit-info{margin-left:28px}.head-commit-info-container.head-commit-info-indented{margin-bottom:15px;margin-left:0}.head-commit-info-indented .branch-indicator{stroke:var(--button-primary-hover-background);bottom:-25px;left:-8px}.gti-root .head-commit-info-container.head-commit-info-indented:before{bottom:0}.you-are-here-container{align-items:center;display:flex;gap:var(--pad)}.uncommitted-changes{padding:var(--halfpad) 0}.conflicts-header{display:flex;flex-direction:column;margin:var(--pad) 0}.file-tree-level{--file-tree-indent:calc(var(--pad)*2);margin-left:var(--file-tree-indent);position:relative}.changed-files>.file-tree-level{margin-left:0}.file-tree-level>.changed-file{margin-left:var(--halfpad)}.file-tree-folder-path{align-items:center;display:flex;gap:var(--halfpad)}.file-tree-folder-path vscode-button::part(control){font-size:medium;max-width:none}.file-tree-level .file-tree-level:before{border-left:1px solid var(--divider-background);content:"";height:100%;left:calc(var(--file-tree-indent)/-2);position:absolute;top:0}.file-tree-level:hover>.file-tree-level:before{border-left:1px solid var(--foreground)}.changed-files{display:flex;flex-direction:column}.changed-files .changed-file{line-height:30px;margin-right:var(--halfpad);transition:color .1s}.changed-file-path,.changed-files .changed-file{align-items:center;display:flex;gap:var(--halfpad)}.changed-file-path{cursor:pointer;max-width:calc(100% - var(--pad)*2);overflow:hidden;position:relative}.changed-file-path-text{float:right}.changed-file-path .tooltip-creator{display:block;margin-left:auto;margin-right:auto;overflow:hidden;text-align:right;white-space:nowrap;width:100%}.changed-file-path:hover{color:var(--highlight-foreground)}.changed-file-checkbox-clickable::part(control){cursor:pointer}.file-actions{display:flex;flex-wrap:nowrap}.file-actions .tooltip-creator{display:inline-flex}.file-added{color:var(--scm-added-foreground)}.file-modified{color:var(--scm-modified-foreground)}.file-removed{color:var(--scm-removed-foreground)}.file-unresolved{color:var(--scm-modified-foreground)}.file-resolved{color:var(--scm-added-foreground)}.file-ignored{opacity:.9}.file-show-on-hover,.show-on-hover{opacity:0;transition:opacity .1s}.file-show-on-hover:focus-within,.show-on-hover:focus-within{opacity:1}.changed-file:hover .file-show-on-hover,.uncommitted-changes:hover .show-on-hover{opacity:1}.uncommitted-changes .button-rows{display:flex;flex-direction:column;gap:var(--halfpad);margin:var(--halfpad) 0}.uncommitted-changes .button-row{align-items:center;display:flex;flex-wrap:wrap;gap:0 var(--pad)}.quick-commit-inputs vscode-text-field{opacity:0;transition:opacity .1s}.quick-commit-inputs vscode-text-field:not([current-value=""]),.uncommitted-changes vscode-text-field:focus-within,.uncommitted-changes:hover vscode-text-field{opacity:1}.quick-commit-inputs{align-items:center;border-radius:4px;display:flex;gap:var(--pad);margin:-4px;padding:4px;position:relative;transition:background-color .1s}.quick-commit-inputs:before{border-radius:4px;content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;right:0;width:100%}.quick-commit-inputs:hover:before{background-color:var(--button-icon-hover-background);opacity:.5;transition:opacity .3s}.comparison-view-file{width:100%}.comparison-view,.comparison-view-base-styles,.comparison-view-container{display:contents}.comparison-view-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:var(--pad);padding:var(--pad) 0 var(--halfpad) 0;position:relative}.comparison-view-header-group{align-items:center;display:flex;gap:var(--pad)}.comparison-view-details{align-items:center;display:flex;flex-direction:column;gap:20px;overflow-y:scroll;padding-bottom:var(--pad)}.comparison-view .split-diff-view-file-header{align-items:center;border:1px solid var(--panel-view-border);border-radius:0;display:flex;gap:var(--halfpad);margin-left:-1px;margin-right:-1px;position:-webkit-sticky;position:sticky;top:0}.comparison-view .split-diff-view{border-radius:0;border-top-width:0}.file-header-copyable-path{cursor:pointer}.file-header-copyable-path:hover>.file-header-path-element{text-decoration:underline}.top-bar{border-bottom:1px solid var(--panel-view-border);flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:var(--pad)}.top-bar,.top-bar .button-group{align-items:center;display:flex;gap:var(--pad)}.bug-dropdown{max-width:400px;min-width:400px}.bug-dropdown-version{display:flex;flex-direction:column;font-size:80%;gap:var(--halfpad);opacity:.8}.bug-dropdown-actions{display:flex;flex-direction:column;gap:var(--pad);width:100%}.bug-dropdown-actions vscode-button{justify-content:center}.bug-dropdown-debug-actions{display:flex;flex-direction:row;gap:var(--pad);justify-content:center;width:100%}.additional-debug-content{display:flex;flex-direction:column;gap:var(--pad)}.bug-button-nux{flex-direction:row;gap:var(--pad)}.bug-button-nux,.copyable{align-items:center;display:flex}.copyable{cursor:pointer;gap:var(--halfpad);word-break:break-all}.copyable .codicon{opacity:0;transition:opacity .1s}.copyable:hover .codicon{opacity:1}@-webkit-keyframes beat{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.01);transform:scale(1.01)}}@keyframes beat{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.01);transform:scale(1.01)}}.copyable:active{-webkit-animation:beat .1s linear backwards;animation:beat .1s linear backwards}.copyable-success-tooltip{display:flex;max-width:300px;white-space:nowrap}.copyable-success-overflow{overflow:hidden;text-overflow:ellipsis}.dropdown-fields{display:flex;flex-direction:column;gap:var(--halfpad)}.dropdown-fields-header{align-items:center;display:flex;flex-direction:row;gap:var(--halfpad);margin:var(--halfpad)}.dropdown-fields-content{display:flex;flex-direction:column;gap:calc(var(--pad)*2);margin:var(--pad)}.dropdown-field{display:flex;flex-direction:column;gap:var(--halfpad)}.download-commits-input-row{align-items:center;display:flex;gap:var(--pad);min-width:250px}.download-commits-input-row vscode-text-field{flex-grow:1}.pull-info{align-items:center;display:flex;flex-direction:row;gap:var(--pad)}.vscode-button-dropdown{--chevron-width:20px;align-items:center;display:flex;position:relative}.vscode-button-dropdown-chevron{align-items:center;background-color:rgba(0,0,0,.1);background:var(--button-secondary-background);border-left:1px solid var(--button-secondary-foreground);color:var(--button-secondary-foreground);display:flex;height:26px;padding:1px;padding:0 var(--halfpad);pointer-events:visible;vertical-align:middle}.vscode-button-dropdown:before{content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.vscode-button-dropdown select{-webkit-appearance:none;appearance:none;background-color:var(--button-secondary-background);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im03Ljk3NiAxMC4wNzIgNC4zNTctNC4zNTcuNjIuNjE4TDguMjg0IDExaC0uNjE4TDMgNi4zMzNsLjYxOS0uNjE4IDQuMzU3IDQuMzU3WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;border:none;border-left:1px solid var(--button-secondary-foreground);border-radius:0 2px 2px 0;color:var(--button-secondary-foreground);cursor:pointer;height:26px;line-height:0;outline:none;outline-offset:2px;padding:4px;vertical-align:bottom;width:24px}.vscode-button-dropdown vscode-button{border-radius:2px 0 0 2px}.vscode-button-dropdown select:focus{outline:1px solid var(--focus-border)}.vscode-button-dropdown select:disabled{cursor:not-allowed}.vscode-button-dropdown select:not(:disabled):hover{background-color:var(--button-secondary-hover-background)}.setting-description{padding-bottom:var(--halfpad)}
|
|
2
|
-
/*# sourceMappingURL=main.a9f28c16.css.map*/
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"static/css/main.a9f28c16.css","mappings":"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","sources":["lib/design/theme/themeLightVariables.scss","index.scss","lib/design/BannerNotice.scss","lib/design/ContextMenu.scss","lib/design/EmptyState.scss","lib/design/error-notice.scss","../node_modules/@vscode/codicons/dist/codicon.css","lib/design/Icon.scss","lib/design/Tooltip.scss","lib/design/theme/themeLight.scss","lib/design/theme/themeDark.scss","lib/design/useModal.scss","lib/design/Modal.scss","parts/command-history-progress-bar/CommandHistoryAndProgress.scss","parts/commit-tree-list/CommitTreeList.scss","lib/design/ComponentUtils.scss","lib/design/InlineBadge.scss","parts/code-review/DiffBadge.scss","parts/code-review/github/GitHubPRBadge.scss","parts/uncommitted-changes/UncommittedChanges.scss","parts/comparison-view/ComparisonView.scss","parts/top-bar/TopBar.scss","parts/top-bar/BugButton.scss","lib/design/Copyable.scss","lib/design/DropdownFields.scss","parts/top-bar/DownloadCommitsMenu.scss","parts/top-bar/PullButton.scss","lib/design/VSCodeButtonDropdown.scss","parts/top-bar/SettingsTooltip.scss"],"sourcesContent":[".light-theme,\n.vscode-light {\n /*\n * VS Code Webview UI Toolkit theme colors, since @vscode/webview-ui-toolkit\n * only ships with dark theme variable definitions.\n * Note that these are only needed outside of vscode.\n */\n --background: #ffffff;\n --focus-border: #0090f1;\n --foreground: #616161;\n --scrollbar-slider-background: rgba(100, 100, 100, 0.4);\n --scrollbar-slider-hover-background: rgba(100, 100, 100, 0.7);\n --scrollbar-slider-active-background: rgba(0, 0, 0, 0.6);\n --badge-background: #c4c4c4;\n --badge-foreground: #333333;\n --button-border: transparent;\n --button-primary-background: #007acc;\n --button-primary-foreground: #ffffff;\n --button-primary-hover-background: #0062a3;\n --button-secondary-background: #5f6a79;\n --button-secondary-foreground: #ffffff;\n --button-secondary-hover-background: #4c5561;\n --checkbox-background: #ffffff;\n --checkbox-border: #cecece;\n --checkbox-foreground: var(--foreground);\n --list-active-selection-background: #0060c0;\n --list-active-selection-foreground: #ffffff;\n --list-hover-background: #e8e8e8;\n --divider-background: #c8c8c8;\n --dropdown-background: #ffffff;\n --dropdown-border: #cecece;\n --dropdown-foreground: var(--foreground);\n --input-background: #ffffff;\n --input-foreground: #616161;\n --input-placeholder-foreground: #767676;\n --link-active-foreground: #006ab1;\n --link-foreground: #006ab1;\n --progress-background: #0e70c0;\n --panel-tab-active-border: #424242;\n --panel-tab-active-foreground: #424242;\n --panel-tab-foreground: rgba(66, 66, 66, 0.75);\n --panel-view-background: #ffffff;\n --panel-view-border: rgba(128, 128, 128, 0.35);\n}\n",".gti-root {\n /**\n * These CSS variables come from the VS Code webview UI toolkit:\n * https://github.com/microsoft/vscode-webview-ui-toolkit/blob/main/src/design-tokens.ts\n */\n background-color: var(--background);\n color: var(--foreground);\n\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\",\n \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\",\n sans-serif;\n\n --pad: 10px;\n --halfpad: 5px;\n\n --vscode-button-height: 24px; /* height of vscode-button */\n --vscode-icon-button-height: 22px; /* height of vscode-button with appearance=\"icon\" */\n\n height: 100vh;\n max-height: 100vh;\n display: flex;\n flex-direction: column;\n}\n\n.main-content-area {\n overflow-y: auto;\n flex-grow: 1;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, \"Courier New\",\n monospace;\n}\n\n.empty-app-state {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n align-items: center;\n justify-content: center;\n}\n\nvscode-button::part(content) {\n white-space: nowrap;\n}\n",".banner-notice {\n --errpadding: 20px;\n\n margin: var(--errpadding);\n padding: var(--errpadding);\n border-radius: var(--pad);\n background-color: var(--warning-bg-color);\n color: var(--warning-fg-color);\n display: flex;\n flex-direction: row;\n gap: var(--pad);\n flex-wrap: wrap;\n}\n\n.banner-notice-content {\n display: flex;\n flex-direction: column;\n max-width: calc(100% - var(--errpadding));\n}\n\n.banner-notice-title {\n font-weight: bold;\n}\n\n.banner-notice-byline {\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n.banner-notice-left {\n display: flex;\n flex-direction: row;\n flex-grow: 1;\n overflow: hidden;\n gap: var(--pad);\n}\n",".context-menu-container {\n position: absolute;\n padding: var(--halfpad);\n background-color: var(--tooltip-background);\n color: var(--foreground);\n border: 1px solid var(--tooltip-border);\n display: flex;\n flex-direction: column;\n z-index: 2000;\n min-width: 180px;\n animation: fadein 50ms linear;\n}\n\n.context-menu-fadeout {\n animation: fadeout 0.3s;\n}\n\n@keyframes fadein {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n\n@keyframes fadeout {\n 0% {\n opacity: 1;\n }\n 50% {\n opacity: 1;\n }\n 100% {\n opacity: 0;\n }\n}\n\n.context-menu-divider {\n border-top: 1px solid var(--tooltip-border);\n height: 0;\n margin: var(--halfpad);\n}\n\n.context-menu-item {\n padding: var(--halfpad);\n border-radius: var(--halfpad);\n cursor: pointer;\n}\n\n.context-menu-item:hover,\n.context-menu-item:focus {\n background-color: var(--hover-darken);\n}\n\n@keyframes flash {\n 0% {\n background-color: unset;\n }\n 100% {\n background-color: var(--hover-darken);\n }\n}\n\n.context-menu-item-selected {\n animation: flash 0.1s steps(1);\n}\n\n.context-menu-arrow-top,\n.context-menu-arrow-bottom {\n --arrow-height: var(--pad);\n --arrow-half-width: var(--halfpad);\n content: \" \";\n border: var(--arrow-half-width) solid transparent;\n width: 0px;\n height: 0px;\n position: absolute;\n margin-left: auto;\n margin-right: auto;\n}\n\n.context-menu-arrow-top {\n border-bottom: var(--arrow-half-width) solid var(--tooltip-border);\n top: calc(-1 * var(--arrow-height));\n}\n\n.context-menu-arrow-bottom {\n border-top: var(--arrow-half-width) solid var(--tooltip-border);\n bottom: calc(-1 * var(--arrow-height));\n}\n\n.context-menu-arrow-left {\n left: 0;\n}\n\n.context-menu-arrow-right {\n right: 0;\n}\n",".empty-state {\n width: 90%;\n margin: 100px 0;\n font-size: 150%;\n font-weight: bold;\n opacity: 0.7;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n text-align: center;\n letter-spacing: 2px;\n}\n\n/* Use <p> as a byline within the empty state */\n.empty-state p {\n font-size: initial;\n letter-spacing: initial;\n}\n",".error-notice {\n --errpadding: 20px;\n\n margin: var(--errpadding);\n padding: var(--errpadding);\n border-radius: var(--pad);\n background-color: var(--error-bg-color);\n color: var(--error-fg-color);\n display: flex;\n flex-direction: row;\n gap: var(--pad);\n cursor: pointer;\n flex-wrap: wrap;\n}\n\n.error-notice-arrow {\n margin-top: calc(var(--errpadding) / 2);\n}\n\n.error-notice-row {\n display: flex;\n flex-direction: row;\n}\n\n.error-notice-content {\n display: flex;\n flex-direction: column;\n max-width: calc(100% - var(--errpadding));\n}\n\n.error-notice-title {\n font-weight: bold;\n}\n\n.error-notice-stack-trace {\n white-space: pre-wrap;\n font-family: monospace;\n}\n\n.error-notice-buttons {\n gap: 8px;\n display: flex;\n align-items: center;\n}\n\n.error-notice-byline {\n overflow: hidden;\n}\n\n.error-notice-left {\n display: flex;\n flex-direction: row;\n flex-grow: 1;\n overflow: hidden;\n gap: var(--pad);\n}\n\n.inline-error-badge .tooltip-creator {\n display: flex;\n flex-direction: row;\n gap: var(--pad);\n align-items: center;\n\n background-color: var(--error-bg-color);\n color: var(--error-fg-color);\n font-weight: 600;\n border-radius: var(--halfpad);\n padding: var(--halfpad) var(--pad);\n}\n\n.inline-error-tooltip {\n max-width: 500px;\n}\n","/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n@font-face {\n\tfont-family: \"codicon\";\n\tfont-display: block;\n\tsrc: url(\"./codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c\") format(\"truetype\");\n}\n\n.codicon[class*='codicon-'] {\n\tfont: normal normal normal 16px/1 codicon;\n\tdisplay: inline-block;\n\ttext-decoration: none;\n\ttext-rendering: auto;\n\ttext-align: center;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\tuser-select: none;\n\t-webkit-user-select: none;\n\t-ms-user-select: none;\n}\n\n/*---------------------\n * Modifiers\n *-------------------*/\n\n@keyframes codicon-spin {\n\t100% {\n\t\ttransform:rotate(360deg);\n\t}\n}\n\n.codicon-sync.codicon-modifier-spin,\n.codicon-loading.codicon-modifier-spin,\n.codicon-gear.codicon-modifier-spin {\n\t/* Use steps to throttle FPS to reduce CPU usage */\n\tanimation: codicon-spin 1.5s steps(30) infinite;\n}\n\n.codicon-modifier-disabled {\n\topacity: 0.5;\n}\n\n.codicon-modifier-hidden {\n\topacity: 0;\n}\n\n/* custom speed & easing for loading icon */\n.codicon-loading {\n\tanimation-duration: 1s !important;\n\tanimation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67) !important;\n}\n\n/*---------------------\n * Icons\n *-------------------*/\n\n.codicon-add:before { content: \"\\ea60\" }\n.codicon-plus:before { content: \"\\ea60\" }\n.codicon-gist-new:before { content: \"\\ea60\" }\n.codicon-repo-create:before { content: \"\\ea60\" }\n.codicon-lightbulb:before { content: \"\\ea61\" }\n.codicon-light-bulb:before { content: \"\\ea61\" }\n.codicon-repo:before { content: \"\\ea62\" }\n.codicon-repo-delete:before { content: \"\\ea62\" }\n.codicon-gist-fork:before { content: \"\\ea63\" }\n.codicon-repo-forked:before { content: \"\\ea63\" }\n.codicon-git-pull-request:before { content: \"\\ea64\" }\n.codicon-git-pull-request-abandoned:before { content: \"\\ea64\" }\n.codicon-record-keys:before { content: \"\\ea65\" }\n.codicon-keyboard:before { content: \"\\ea65\" }\n.codicon-tag:before { content: \"\\ea66\" }\n.codicon-tag-add:before { content: \"\\ea66\" }\n.codicon-tag-remove:before { content: \"\\ea66\" }\n.codicon-person:before { content: \"\\ea67\" }\n.codicon-person-follow:before { content: \"\\ea67\" }\n.codicon-person-outline:before { content: \"\\ea67\" }\n.codicon-person-filled:before { content: \"\\ea67\" }\n.codicon-git-branch:before { content: \"\\ea68\" }\n.codicon-git-branch-create:before { content: \"\\ea68\" }\n.codicon-git-branch-delete:before { content: \"\\ea68\" }\n.codicon-source-control:before { content: \"\\ea68\" }\n.codicon-mirror:before { content: \"\\ea69\" }\n.codicon-mirror-public:before { content: \"\\ea69\" }\n.codicon-star:before { content: \"\\ea6a\" }\n.codicon-star-add:before { content: \"\\ea6a\" }\n.codicon-star-delete:before { content: \"\\ea6a\" }\n.codicon-star-empty:before { content: \"\\ea6a\" }\n.codicon-comment:before { content: \"\\ea6b\" }\n.codicon-comment-add:before { content: \"\\ea6b\" }\n.codicon-alert:before { content: \"\\ea6c\" }\n.codicon-warning:before { content: \"\\ea6c\" }\n.codicon-search:before { content: \"\\ea6d\" }\n.codicon-search-save:before { content: \"\\ea6d\" }\n.codicon-log-out:before { content: \"\\ea6e\" }\n.codicon-sign-out:before { content: \"\\ea6e\" }\n.codicon-log-in:before { content: \"\\ea6f\" }\n.codicon-sign-in:before { content: \"\\ea6f\" }\n.codicon-eye:before { content: \"\\ea70\" }\n.codicon-eye-unwatch:before { content: \"\\ea70\" }\n.codicon-eye-watch:before { content: \"\\ea70\" }\n.codicon-circle-filled:before { content: \"\\ea71\" }\n.codicon-primitive-dot:before { content: \"\\ea71\" }\n.codicon-close-dirty:before { content: \"\\ea71\" }\n.codicon-debug-breakpoint:before { content: \"\\ea71\" }\n.codicon-debug-breakpoint-disabled:before { content: \"\\ea71\" }\n.codicon-debug-hint:before { content: \"\\ea71\" }\n.codicon-terminal-decoration-success:before { content: \"\\ea71\" }\n.codicon-primitive-square:before { content: \"\\ea72\" }\n.codicon-edit:before { content: \"\\ea73\" }\n.codicon-pencil:before { content: \"\\ea73\" }\n.codicon-info:before { content: \"\\ea74\" }\n.codicon-issue-opened:before { content: \"\\ea74\" }\n.codicon-gist-private:before { content: \"\\ea75\" }\n.codicon-git-fork-private:before { content: \"\\ea75\" }\n.codicon-lock:before { content: \"\\ea75\" }\n.codicon-mirror-private:before { content: \"\\ea75\" }\n.codicon-close:before { content: \"\\ea76\" }\n.codicon-remove-close:before { content: \"\\ea76\" }\n.codicon-x:before { content: \"\\ea76\" }\n.codicon-repo-sync:before { content: \"\\ea77\" }\n.codicon-sync:before { content: \"\\ea77\" }\n.codicon-clone:before { content: \"\\ea78\" }\n.codicon-desktop-download:before { content: \"\\ea78\" }\n.codicon-beaker:before { content: \"\\ea79\" }\n.codicon-microscope:before { content: \"\\ea79\" }\n.codicon-vm:before { content: \"\\ea7a\" }\n.codicon-device-desktop:before { content: \"\\ea7a\" }\n.codicon-file:before { content: \"\\ea7b\" }\n.codicon-file-text:before { content: \"\\ea7b\" }\n.codicon-more:before { content: \"\\ea7c\" }\n.codicon-ellipsis:before { content: \"\\ea7c\" }\n.codicon-kebab-horizontal:before { content: \"\\ea7c\" }\n.codicon-mail-reply:before { content: \"\\ea7d\" }\n.codicon-reply:before { content: \"\\ea7d\" }\n.codicon-organization:before { content: \"\\ea7e\" }\n.codicon-organization-filled:before { content: \"\\ea7e\" }\n.codicon-organization-outline:before { content: \"\\ea7e\" }\n.codicon-new-file:before { content: \"\\ea7f\" }\n.codicon-file-add:before { content: \"\\ea7f\" }\n.codicon-new-folder:before { content: \"\\ea80\" }\n.codicon-file-directory-create:before { content: \"\\ea80\" }\n.codicon-trash:before { content: \"\\ea81\" }\n.codicon-trashcan:before { content: \"\\ea81\" }\n.codicon-history:before { content: \"\\ea82\" }\n.codicon-clock:before { content: \"\\ea82\" }\n.codicon-folder:before { content: \"\\ea83\" }\n.codicon-file-directory:before { content: \"\\ea83\" }\n.codicon-symbol-folder:before { content: \"\\ea83\" }\n.codicon-logo-github:before { content: \"\\ea84\" }\n.codicon-mark-github:before { content: \"\\ea84\" }\n.codicon-github:before { content: \"\\ea84\" }\n.codicon-terminal:before { content: \"\\ea85\" }\n.codicon-console:before { content: \"\\ea85\" }\n.codicon-repl:before { content: \"\\ea85\" }\n.codicon-zap:before { content: \"\\ea86\" }\n.codicon-symbol-event:before { content: \"\\ea86\" }\n.codicon-error:before { content: \"\\ea87\" }\n.codicon-stop:before { content: \"\\ea87\" }\n.codicon-variable:before { content: \"\\ea88\" }\n.codicon-symbol-variable:before { content: \"\\ea88\" }\n.codicon-array:before { content: \"\\ea8a\" }\n.codicon-symbol-array:before { content: \"\\ea8a\" }\n.codicon-symbol-module:before { content: \"\\ea8b\" }\n.codicon-symbol-package:before { content: \"\\ea8b\" }\n.codicon-symbol-namespace:before { content: \"\\ea8b\" }\n.codicon-symbol-object:before { content: \"\\ea8b\" }\n.codicon-symbol-method:before { content: \"\\ea8c\" }\n.codicon-symbol-function:before { content: \"\\ea8c\" }\n.codicon-symbol-constructor:before { content: \"\\ea8c\" }\n.codicon-symbol-boolean:before { content: \"\\ea8f\" }\n.codicon-symbol-null:before { content: \"\\ea8f\" }\n.codicon-symbol-numeric:before { content: \"\\ea90\" }\n.codicon-symbol-number:before { content: \"\\ea90\" }\n.codicon-symbol-structure:before { content: \"\\ea91\" }\n.codicon-symbol-struct:before { content: \"\\ea91\" }\n.codicon-symbol-parameter:before { content: \"\\ea92\" }\n.codicon-symbol-type-parameter:before { content: \"\\ea92\" }\n.codicon-symbol-key:before { content: \"\\ea93\" }\n.codicon-symbol-text:before { content: \"\\ea93\" }\n.codicon-symbol-reference:before { content: \"\\ea94\" }\n.codicon-go-to-file:before { content: \"\\ea94\" }\n.codicon-symbol-enum:before { content: \"\\ea95\" }\n.codicon-symbol-value:before { content: \"\\ea95\" }\n.codicon-symbol-ruler:before { content: \"\\ea96\" }\n.codicon-symbol-unit:before { content: \"\\ea96\" }\n.codicon-activate-breakpoints:before { content: \"\\ea97\" }\n.codicon-archive:before { content: \"\\ea98\" }\n.codicon-arrow-both:before { content: \"\\ea99\" }\n.codicon-arrow-down:before { content: \"\\ea9a\" }\n.codicon-arrow-left:before { content: \"\\ea9b\" }\n.codicon-arrow-right:before { content: \"\\ea9c\" }\n.codicon-arrow-small-down:before { content: \"\\ea9d\" }\n.codicon-arrow-small-left:before { content: \"\\ea9e\" }\n.codicon-arrow-small-right:before { content: \"\\ea9f\" }\n.codicon-arrow-small-up:before { content: \"\\eaa0\" }\n.codicon-arrow-up:before { content: \"\\eaa1\" }\n.codicon-bell:before { content: \"\\eaa2\" }\n.codicon-bold:before { content: \"\\eaa3\" }\n.codicon-book:before { content: \"\\eaa4\" }\n.codicon-bookmark:before { content: \"\\eaa5\" }\n.codicon-debug-breakpoint-conditional-unverified:before { content: \"\\eaa6\" }\n.codicon-debug-breakpoint-conditional:before { content: \"\\eaa7\" }\n.codicon-debug-breakpoint-conditional-disabled:before { content: \"\\eaa7\" }\n.codicon-debug-breakpoint-data-unverified:before { content: \"\\eaa8\" }\n.codicon-debug-breakpoint-data:before { content: \"\\eaa9\" }\n.codicon-debug-breakpoint-data-disabled:before { content: \"\\eaa9\" }\n.codicon-debug-breakpoint-log-unverified:before { content: \"\\eaaa\" }\n.codicon-debug-breakpoint-log:before { content: \"\\eaab\" }\n.codicon-debug-breakpoint-log-disabled:before { content: \"\\eaab\" }\n.codicon-briefcase:before { content: \"\\eaac\" }\n.codicon-broadcast:before { content: \"\\eaad\" }\n.codicon-browser:before { content: \"\\eaae\" }\n.codicon-bug:before { content: \"\\eaaf\" }\n.codicon-calendar:before { content: \"\\eab0\" }\n.codicon-case-sensitive:before { content: \"\\eab1\" }\n.codicon-check:before { content: \"\\eab2\" }\n.codicon-checklist:before { content: \"\\eab3\" }\n.codicon-chevron-down:before { content: \"\\eab4\" }\n.codicon-chevron-left:before { content: \"\\eab5\" }\n.codicon-chevron-right:before { content: \"\\eab6\" }\n.codicon-chevron-up:before { content: \"\\eab7\" }\n.codicon-chrome-close:before { content: \"\\eab8\" }\n.codicon-chrome-maximize:before { content: \"\\eab9\" }\n.codicon-chrome-minimize:before { content: \"\\eaba\" }\n.codicon-chrome-restore:before { content: \"\\eabb\" }\n.codicon-circle-outline:before { content: \"\\eabc\" }\n.codicon-circle:before { content: \"\\eabc\" }\n.codicon-debug-breakpoint-unverified:before { content: \"\\eabc\" }\n.codicon-terminal-decoration-incomplete:before { content: \"\\eabc\" }\n.codicon-circle-slash:before { content: \"\\eabd\" }\n.codicon-circuit-board:before { content: \"\\eabe\" }\n.codicon-clear-all:before { content: \"\\eabf\" }\n.codicon-clippy:before { content: \"\\eac0\" }\n.codicon-close-all:before { content: \"\\eac1\" }\n.codicon-cloud-download:before { content: \"\\eac2\" }\n.codicon-cloud-upload:before { content: \"\\eac3\" }\n.codicon-code:before { content: \"\\eac4\" }\n.codicon-collapse-all:before { content: \"\\eac5\" }\n.codicon-color-mode:before { content: \"\\eac6\" }\n.codicon-comment-discussion:before { content: \"\\eac7\" }\n.codicon-credit-card:before { content: \"\\eac9\" }\n.codicon-dash:before { content: \"\\eacc\" }\n.codicon-dashboard:before { content: \"\\eacd\" }\n.codicon-database:before { content: \"\\eace\" }\n.codicon-debug-continue:before { content: \"\\eacf\" }\n.codicon-debug-disconnect:before { content: \"\\ead0\" }\n.codicon-debug-pause:before { content: \"\\ead1\" }\n.codicon-debug-restart:before { content: \"\\ead2\" }\n.codicon-debug-start:before { content: \"\\ead3\" }\n.codicon-debug-step-into:before { content: \"\\ead4\" }\n.codicon-debug-step-out:before { content: \"\\ead5\" }\n.codicon-debug-step-over:before { content: \"\\ead6\" }\n.codicon-debug-stop:before { content: \"\\ead7\" }\n.codicon-debug:before { content: \"\\ead8\" }\n.codicon-device-camera-video:before { content: \"\\ead9\" }\n.codicon-device-camera:before { content: \"\\eada\" }\n.codicon-device-mobile:before { content: \"\\eadb\" }\n.codicon-diff-added:before { content: \"\\eadc\" }\n.codicon-diff-ignored:before { content: \"\\eadd\" }\n.codicon-diff-modified:before { content: \"\\eade\" }\n.codicon-diff-removed:before { content: \"\\eadf\" }\n.codicon-diff-renamed:before { content: \"\\eae0\" }\n.codicon-diff:before { content: \"\\eae1\" }\n.codicon-discard:before { content: \"\\eae2\" }\n.codicon-editor-layout:before { content: \"\\eae3\" }\n.codicon-empty-window:before { content: \"\\eae4\" }\n.codicon-exclude:before { content: \"\\eae5\" }\n.codicon-extensions:before { content: \"\\eae6\" }\n.codicon-eye-closed:before { content: \"\\eae7\" }\n.codicon-file-binary:before { content: \"\\eae8\" }\n.codicon-file-code:before { content: \"\\eae9\" }\n.codicon-file-media:before { content: \"\\eaea\" }\n.codicon-file-pdf:before { content: \"\\eaeb\" }\n.codicon-file-submodule:before { content: \"\\eaec\" }\n.codicon-file-symlink-directory:before { content: \"\\eaed\" }\n.codicon-file-symlink-file:before { content: \"\\eaee\" }\n.codicon-file-zip:before { content: \"\\eaef\" }\n.codicon-files:before { content: \"\\eaf0\" }\n.codicon-filter:before { content: \"\\eaf1\" }\n.codicon-flame:before { content: \"\\eaf2\" }\n.codicon-fold-down:before { content: \"\\eaf3\" }\n.codicon-fold-up:before { content: \"\\eaf4\" }\n.codicon-fold:before { content: \"\\eaf5\" }\n.codicon-folder-active:before { content: \"\\eaf6\" }\n.codicon-folder-opened:before { content: \"\\eaf7\" }\n.codicon-gear:before { content: \"\\eaf8\" }\n.codicon-gift:before { content: \"\\eaf9\" }\n.codicon-gist-secret:before { content: \"\\eafa\" }\n.codicon-gist:before { content: \"\\eafb\" }\n.codicon-git-commit:before { content: \"\\eafc\" }\n.codicon-git-compare:before { content: \"\\eafd\" }\n.codicon-compare-changes:before { content: \"\\eafd\" }\n.codicon-git-merge:before { content: \"\\eafe\" }\n.codicon-github-action:before { content: \"\\eaff\" }\n.codicon-github-alt:before { content: \"\\eb00\" }\n.codicon-globe:before { content: \"\\eb01\" }\n.codicon-grabber:before { content: \"\\eb02\" }\n.codicon-graph:before { content: \"\\eb03\" }\n.codicon-gripper:before { content: \"\\eb04\" }\n.codicon-heart:before { content: \"\\eb05\" }\n.codicon-home:before { content: \"\\eb06\" }\n.codicon-horizontal-rule:before { content: \"\\eb07\" }\n.codicon-hubot:before { content: \"\\eb08\" }\n.codicon-inbox:before { content: \"\\eb09\" }\n.codicon-issue-reopened:before { content: \"\\eb0b\" }\n.codicon-issues:before { content: \"\\eb0c\" }\n.codicon-italic:before { content: \"\\eb0d\" }\n.codicon-jersey:before { content: \"\\eb0e\" }\n.codicon-json:before { content: \"\\eb0f\" }\n.codicon-kebab-vertical:before { content: \"\\eb10\" }\n.codicon-key:before { content: \"\\eb11\" }\n.codicon-law:before { content: \"\\eb12\" }\n.codicon-lightbulb-autofix:before { content: \"\\eb13\" }\n.codicon-link-external:before { content: \"\\eb14\" }\n.codicon-link:before { content: \"\\eb15\" }\n.codicon-list-ordered:before { content: \"\\eb16\" }\n.codicon-list-unordered:before { content: \"\\eb17\" }\n.codicon-live-share:before { content: \"\\eb18\" }\n.codicon-loading:before { content: \"\\eb19\" }\n.codicon-location:before { content: \"\\eb1a\" }\n.codicon-mail-read:before { content: \"\\eb1b\" }\n.codicon-mail:before { content: \"\\eb1c\" }\n.codicon-markdown:before { content: \"\\eb1d\" }\n.codicon-megaphone:before { content: \"\\eb1e\" }\n.codicon-mention:before { content: \"\\eb1f\" }\n.codicon-milestone:before { content: \"\\eb20\" }\n.codicon-mortar-board:before { content: \"\\eb21\" }\n.codicon-move:before { content: \"\\eb22\" }\n.codicon-multiple-windows:before { content: \"\\eb23\" }\n.codicon-mute:before { content: \"\\eb24\" }\n.codicon-no-newline:before { content: \"\\eb25\" }\n.codicon-note:before { content: \"\\eb26\" }\n.codicon-octoface:before { content: \"\\eb27\" }\n.codicon-open-preview:before { content: \"\\eb28\" }\n.codicon-package:before { content: \"\\eb29\" }\n.codicon-paintcan:before { content: \"\\eb2a\" }\n.codicon-pin:before { content: \"\\eb2b\" }\n.codicon-play:before { content: \"\\eb2c\" }\n.codicon-run:before { content: \"\\eb2c\" }\n.codicon-plug:before { content: \"\\eb2d\" }\n.codicon-preserve-case:before { content: \"\\eb2e\" }\n.codicon-preview:before { content: \"\\eb2f\" }\n.codicon-project:before { content: \"\\eb30\" }\n.codicon-pulse:before { content: \"\\eb31\" }\n.codicon-question:before { content: \"\\eb32\" }\n.codicon-quote:before { content: \"\\eb33\" }\n.codicon-radio-tower:before { content: \"\\eb34\" }\n.codicon-reactions:before { content: \"\\eb35\" }\n.codicon-references:before { content: \"\\eb36\" }\n.codicon-refresh:before { content: \"\\eb37\" }\n.codicon-regex:before { content: \"\\eb38\" }\n.codicon-remote-explorer:before { content: \"\\eb39\" }\n.codicon-remote:before { content: \"\\eb3a\" }\n.codicon-remove:before { content: \"\\eb3b\" }\n.codicon-replace-all:before { content: \"\\eb3c\" }\n.codicon-replace:before { content: \"\\eb3d\" }\n.codicon-repo-clone:before { content: \"\\eb3e\" }\n.codicon-repo-force-push:before { content: \"\\eb3f\" }\n.codicon-repo-pull:before { content: \"\\eb40\" }\n.codicon-repo-push:before { content: \"\\eb41\" }\n.codicon-report:before { content: \"\\eb42\" }\n.codicon-request-changes:before { content: \"\\eb43\" }\n.codicon-rocket:before { content: \"\\eb44\" }\n.codicon-root-folder-opened:before { content: \"\\eb45\" }\n.codicon-root-folder:before { content: \"\\eb46\" }\n.codicon-rss:before { content: \"\\eb47\" }\n.codicon-ruby:before { content: \"\\eb48\" }\n.codicon-save-all:before { content: \"\\eb49\" }\n.codicon-save-as:before { content: \"\\eb4a\" }\n.codicon-save:before { content: \"\\eb4b\" }\n.codicon-screen-full:before { content: \"\\eb4c\" }\n.codicon-screen-normal:before { content: \"\\eb4d\" }\n.codicon-search-stop:before { content: \"\\eb4e\" }\n.codicon-server:before { content: \"\\eb50\" }\n.codicon-settings-gear:before { content: \"\\eb51\" }\n.codicon-settings:before { content: \"\\eb52\" }\n.codicon-shield:before { content: \"\\eb53\" }\n.codicon-smiley:before { content: \"\\eb54\" }\n.codicon-sort-precedence:before { content: \"\\eb55\" }\n.codicon-split-horizontal:before { content: \"\\eb56\" }\n.codicon-split-vertical:before { content: \"\\eb57\" }\n.codicon-squirrel:before { content: \"\\eb58\" }\n.codicon-star-full:before { content: \"\\eb59\" }\n.codicon-star-half:before { content: \"\\eb5a\" }\n.codicon-symbol-class:before { content: \"\\eb5b\" }\n.codicon-symbol-color:before { content: \"\\eb5c\" }\n.codicon-symbol-constant:before { content: \"\\eb5d\" }\n.codicon-symbol-enum-member:before { content: \"\\eb5e\" }\n.codicon-symbol-field:before { content: \"\\eb5f\" }\n.codicon-symbol-file:before { content: \"\\eb60\" }\n.codicon-symbol-interface:before { content: \"\\eb61\" }\n.codicon-symbol-keyword:before { content: \"\\eb62\" }\n.codicon-symbol-misc:before { content: \"\\eb63\" }\n.codicon-symbol-operator:before { content: \"\\eb64\" }\n.codicon-symbol-property:before { content: \"\\eb65\" }\n.codicon-wrench:before { content: \"\\eb65\" }\n.codicon-wrench-subaction:before { content: \"\\eb65\" }\n.codicon-symbol-snippet:before { content: \"\\eb66\" }\n.codicon-tasklist:before { content: \"\\eb67\" }\n.codicon-telescope:before { content: \"\\eb68\" }\n.codicon-text-size:before { content: \"\\eb69\" }\n.codicon-three-bars:before { content: \"\\eb6a\" }\n.codicon-thumbsdown:before { content: \"\\eb6b\" }\n.codicon-thumbsup:before { content: \"\\eb6c\" }\n.codicon-tools:before { content: \"\\eb6d\" }\n.codicon-triangle-down:before { content: \"\\eb6e\" }\n.codicon-triangle-left:before { content: \"\\eb6f\" }\n.codicon-triangle-right:before { content: \"\\eb70\" }\n.codicon-triangle-up:before { content: \"\\eb71\" }\n.codicon-twitter:before { content: \"\\eb72\" }\n.codicon-unfold:before { content: \"\\eb73\" }\n.codicon-unlock:before { content: \"\\eb74\" }\n.codicon-unmute:before { content: \"\\eb75\" }\n.codicon-unverified:before { content: \"\\eb76\" }\n.codicon-verified:before { content: \"\\eb77\" }\n.codicon-versions:before { content: \"\\eb78\" }\n.codicon-vm-active:before { content: \"\\eb79\" }\n.codicon-vm-outline:before { content: \"\\eb7a\" }\n.codicon-vm-running:before { content: \"\\eb7b\" }\n.codicon-watch:before { content: \"\\eb7c\" }\n.codicon-whitespace:before { content: \"\\eb7d\" }\n.codicon-whole-word:before { content: \"\\eb7e\" }\n.codicon-window:before { content: \"\\eb7f\" }\n.codicon-word-wrap:before { content: \"\\eb80\" }\n.codicon-zoom-in:before { content: \"\\eb81\" }\n.codicon-zoom-out:before { content: \"\\eb82\" }\n.codicon-list-filter:before { content: \"\\eb83\" }\n.codicon-list-flat:before { content: \"\\eb84\" }\n.codicon-list-selection:before { content: \"\\eb85\" }\n.codicon-selection:before { content: \"\\eb85\" }\n.codicon-list-tree:before { content: \"\\eb86\" }\n.codicon-debug-breakpoint-function-unverified:before { content: \"\\eb87\" }\n.codicon-debug-breakpoint-function:before { content: \"\\eb88\" }\n.codicon-debug-breakpoint-function-disabled:before { content: \"\\eb88\" }\n.codicon-debug-stackframe-active:before { content: \"\\eb89\" }\n.codicon-circle-small-filled:before { content: \"\\eb8a\" }\n.codicon-debug-stackframe-dot:before { content: \"\\eb8a\" }\n.codicon-terminal-decoration-mark:before { content: \"\\eb8a\" }\n.codicon-debug-stackframe:before { content: \"\\eb8b\" }\n.codicon-debug-stackframe-focused:before { content: \"\\eb8b\" }\n.codicon-debug-breakpoint-unsupported:before { content: \"\\eb8c\" }\n.codicon-symbol-string:before { content: \"\\eb8d\" }\n.codicon-debug-reverse-continue:before { content: \"\\eb8e\" }\n.codicon-debug-step-back:before { content: \"\\eb8f\" }\n.codicon-debug-restart-frame:before { content: \"\\eb90\" }\n.codicon-debug-alt:before { content: \"\\eb91\" }\n.codicon-call-incoming:before { content: \"\\eb92\" }\n.codicon-call-outgoing:before { content: \"\\eb93\" }\n.codicon-menu:before { content: \"\\eb94\" }\n.codicon-expand-all:before { content: \"\\eb95\" }\n.codicon-feedback:before { content: \"\\eb96\" }\n.codicon-group-by-ref-type:before { content: \"\\eb97\" }\n.codicon-ungroup-by-ref-type:before { content: \"\\eb98\" }\n.codicon-account:before { content: \"\\eb99\" }\n.codicon-bell-dot:before { content: \"\\eb9a\" }\n.codicon-debug-console:before { content: \"\\eb9b\" }\n.codicon-library:before { content: \"\\eb9c\" }\n.codicon-output:before { content: \"\\eb9d\" }\n.codicon-run-all:before { content: \"\\eb9e\" }\n.codicon-sync-ignored:before { content: \"\\eb9f\" }\n.codicon-pinned:before { content: \"\\eba0\" }\n.codicon-github-inverted:before { content: \"\\eba1\" }\n.codicon-server-process:before { content: \"\\eba2\" }\n.codicon-server-environment:before { content: \"\\eba3\" }\n.codicon-pass:before { content: \"\\eba4\" }\n.codicon-issue-closed:before { content: \"\\eba4\" }\n.codicon-stop-circle:before { content: \"\\eba5\" }\n.codicon-play-circle:before { content: \"\\eba6\" }\n.codicon-record:before { content: \"\\eba7\" }\n.codicon-debug-alt-small:before { content: \"\\eba8\" }\n.codicon-vm-connect:before { content: \"\\eba9\" }\n.codicon-cloud:before { content: \"\\ebaa\" }\n.codicon-merge:before { content: \"\\ebab\" }\n.codicon-export:before { content: \"\\ebac\" }\n.codicon-graph-left:before { content: \"\\ebad\" }\n.codicon-magnet:before { content: \"\\ebae\" }\n.codicon-notebook:before { content: \"\\ebaf\" }\n.codicon-redo:before { content: \"\\ebb0\" }\n.codicon-check-all:before { content: \"\\ebb1\" }\n.codicon-pinned-dirty:before { content: \"\\ebb2\" }\n.codicon-pass-filled:before { content: \"\\ebb3\" }\n.codicon-circle-large-filled:before { content: \"\\ebb4\" }\n.codicon-circle-large:before { content: \"\\ebb5\" }\n.codicon-circle-large-outline:before { content: \"\\ebb5\" }\n.codicon-combine:before { content: \"\\ebb6\" }\n.codicon-gather:before { content: \"\\ebb6\" }\n.codicon-table:before { content: \"\\ebb7\" }\n.codicon-variable-group:before { content: \"\\ebb8\" }\n.codicon-type-hierarchy:before { content: \"\\ebb9\" }\n.codicon-type-hierarchy-sub:before { content: \"\\ebba\" }\n.codicon-type-hierarchy-super:before { content: \"\\ebbb\" }\n.codicon-git-pull-request-create:before { content: \"\\ebbc\" }\n.codicon-run-above:before { content: \"\\ebbd\" }\n.codicon-run-below:before { content: \"\\ebbe\" }\n.codicon-notebook-template:before { content: \"\\ebbf\" }\n.codicon-debug-rerun:before { content: \"\\ebc0\" }\n.codicon-workspace-trusted:before { content: \"\\ebc1\" }\n.codicon-workspace-untrusted:before { content: \"\\ebc2\" }\n.codicon-workspace-unknown:before { content: \"\\ebc3\" }\n.codicon-terminal-cmd:before { content: \"\\ebc4\" }\n.codicon-terminal-debian:before { content: \"\\ebc5\" }\n.codicon-terminal-linux:before { content: \"\\ebc6\" }\n.codicon-terminal-powershell:before { content: \"\\ebc7\" }\n.codicon-terminal-tmux:before { content: \"\\ebc8\" }\n.codicon-terminal-ubuntu:before { content: \"\\ebc9\" }\n.codicon-terminal-bash:before { content: \"\\ebca\" }\n.codicon-arrow-swap:before { content: \"\\ebcb\" }\n.codicon-copy:before { content: \"\\ebcc\" }\n.codicon-person-add:before { content: \"\\ebcd\" }\n.codicon-filter-filled:before { content: \"\\ebce\" }\n.codicon-wand:before { content: \"\\ebcf\" }\n.codicon-debug-line-by-line:before { content: \"\\ebd0\" }\n.codicon-inspect:before { content: \"\\ebd1\" }\n.codicon-layers:before { content: \"\\ebd2\" }\n.codicon-layers-dot:before { content: \"\\ebd3\" }\n.codicon-layers-active:before { content: \"\\ebd4\" }\n.codicon-compass:before { content: \"\\ebd5\" }\n.codicon-compass-dot:before { content: \"\\ebd6\" }\n.codicon-compass-active:before { content: \"\\ebd7\" }\n.codicon-azure:before { content: \"\\ebd8\" }\n.codicon-issue-draft:before { content: \"\\ebd9\" }\n.codicon-git-pull-request-closed:before { content: \"\\ebda\" }\n.codicon-git-pull-request-draft:before { content: \"\\ebdb\" }\n.codicon-debug-all:before { content: \"\\ebdc\" }\n.codicon-debug-coverage:before { content: \"\\ebdd\" }\n.codicon-run-errors:before { content: \"\\ebde\" }\n.codicon-folder-library:before { content: \"\\ebdf\" }\n.codicon-debug-continue-small:before { content: \"\\ebe0\" }\n.codicon-beaker-stop:before { content: \"\\ebe1\" }\n.codicon-graph-line:before { content: \"\\ebe2\" }\n.codicon-graph-scatter:before { content: \"\\ebe3\" }\n.codicon-pie-chart:before { content: \"\\ebe4\" }\n.codicon-bracket:before { content: \"\\eb0f\" }\n.codicon-bracket-dot:before { content: \"\\ebe5\" }\n.codicon-bracket-error:before { content: \"\\ebe6\" }\n.codicon-lock-small:before { content: \"\\ebe7\" }\n.codicon-azure-devops:before { content: \"\\ebe8\" }\n.codicon-verified-filled:before { content: \"\\ebe9\" }\n.codicon-newline:before { content: \"\\ebea\" }\n.codicon-layout:before { content: \"\\ebeb\" }\n.codicon-layout-activitybar-left:before { content: \"\\ebec\" }\n.codicon-layout-activitybar-right:before { content: \"\\ebed\" }\n.codicon-layout-panel-left:before { content: \"\\ebee\" }\n.codicon-layout-panel-center:before { content: \"\\ebef\" }\n.codicon-layout-panel-justify:before { content: \"\\ebf0\" }\n.codicon-layout-panel-right:before { content: \"\\ebf1\" }\n.codicon-layout-panel:before { content: \"\\ebf2\" }\n.codicon-layout-sidebar-left:before { content: \"\\ebf3\" }\n.codicon-layout-sidebar-right:before { content: \"\\ebf4\" }\n.codicon-layout-statusbar:before { content: \"\\ebf5\" }\n.codicon-layout-menubar:before { content: \"\\ebf6\" }\n.codicon-layout-centered:before { content: \"\\ebf7\" }\n.codicon-target:before { content: \"\\ebf8\" }\n.codicon-indent:before { content: \"\\ebf9\" }\n.codicon-record-small:before { content: \"\\ebfa\" }\n.codicon-error-small:before { content: \"\\ebfb\" }\n.codicon-terminal-decoration-error:before { content: \"\\ebfb\" }\n.codicon-arrow-circle-down:before { content: \"\\ebfc\" }\n.codicon-arrow-circle-left:before { content: \"\\ebfd\" }\n.codicon-arrow-circle-right:before { content: \"\\ebfe\" }\n.codicon-arrow-circle-up:before { content: \"\\ebff\" }\n.codicon-layout-sidebar-right-off:before { content: \"\\ec00\" }\n.codicon-layout-panel-off:before { content: \"\\ec01\" }\n.codicon-layout-sidebar-left-off:before { content: \"\\ec02\" }\n.codicon-blank:before { content: \"\\ec03\" }\n.codicon-heart-filled:before { content: \"\\ec04\" }\n.codicon-map:before { content: \"\\ec05\" }\n.codicon-map-filled:before { content: \"\\ec06\" }\n.codicon-circle-small:before { content: \"\\ec07\" }\n.codicon-bell-slash:before { content: \"\\ec08\" }\n.codicon-bell-slash-dot:before { content: \"\\ec09\" }\n.codicon-comment-unresolved:before { content: \"\\ec0a\" }\n.codicon-git-pull-request-go-to-changes:before { content: \"\\ec0b\" }\n.codicon-git-pull-request-new-changes:before { content: \"\\ec0c\" }\n.codicon-search-fuzzy:before { content: \"\\ec0d\" }\n.codicon-comment-draft:before { content: \"\\ec0e\" }\n.codicon-send:before { content: \"\\ec0f\" }\n.codicon-sparkle:before { content: \"\\ec10\" }\n.codicon-insert:before { content: \"\\ec11\" }\n",".icon-size-M:before {\n font-size: 150%;\n}\n.icon-size-L:before {\n font-size: 200%;\n}\n\n.codicon-loading {\n animation: spin infinite;\n}\n@keyframes spin {\n 0% {\n transform: rotate(0);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n",".tooltip-creator {\n width: fit-content;\n height: fit-content;\n display: flex;\n overflow: hidden;\n}\n\n.tooltip-creator-inline {\n display: inline;\n}\n\n.tooltip {\n position: absolute;\n pointer-events: initial;\n background-color: var(--tooltip-background);\n color: var(--foreground);\n border: 1px solid var(--tooltip-border);\n padding: var(--pad);\n z-index: 1000;\n opacity: 0;\n animation: fadein 0.1s forwards linear;\n}\n@keyframes fadein {\n 0% {\n opacity: 0%;\n }\n 100% {\n opacity: 100%;\n }\n}\n\n.tooltip-root-container {\n position: absolute;\n width: 100%;\n height: 100%;\n pointer-events: none;\n}\n\n.tooltip-arrow {\n --arrow-height: calc(var(--pad) - 4px);\n --arrow-half-width: calc(var(--arrow-height) / 2);\n position: absolute;\n}\n\n.tooltip-arrow::after {\n content: \" \";\n position: absolute;\n width: var(--arrow-height);\n height: var(--arrow-height);\n background-color: var(--tooltip-background);\n border-right: 1px solid var(--tooltip-border);\n border-bottom: 1px solid var(--tooltip-border);\n}\n\n.tooltip.simple-text-tooltip {\n max-width: 250px;\n white-space: pre-wrap;\n word-break: break-word;\n pointer-events: unset;\n}\n\n.tooltip-arrow-bottom::after {\n transform: rotate(225deg);\n}\n.tooltip-arrow-top::after {\n transform: rotate(45deg);\n}\n.tooltip-arrow-left::after {\n transform: rotate(315deg);\n}\n.tooltip-arrow-right::after {\n transform: rotate(135deg);\n}\n\n.tooltip-arrow-bottom {\n left: calc(50% - var(--arrow-half-width));\n top: calc(-1px - var(--arrow-half-width));\n}\n.tooltip-arrow-top {\n left: calc(50% - var(--arrow-half-width));\n bottom: calc(var(--arrow-half-width));\n}\n.tooltip-arrow-left {\n right: calc(var(--arrow-half-width));\n top: calc(50% - var(--arrow-half-width));\n}\n.tooltip-arrow-right {\n left: calc(-1px - var(--arrow-half-width));\n top: calc(50% - var(--arrow-half-width));\n}\n",".light-theme,\n.vscode-light {\n /* custom values **/\n --scm-modified-foreground: #895503;\n --scm-added-foreground: #007100;\n --scm-removed-foreground: #ad0707;\n --selected-commit-background: rgba(0, 0, 0, 0.1);\n --tooltip-background: var(--vscode-editorWidget-background, #f3f3f3);\n --tooltip-border: var(--vscode-editorWidget-border, #c8c8c8);\n\n --error-fg-color: #e35941ff;\n --error-bg-color: #e3594120;\n\n --warning-fg-color: #895503;\n --warning-bg-color: #f7dbad;\n\n --hover-darken: rgba(0, 0, 0, 0.1);\n --highlight-foreground: #2a2a2a;\n\n /* github PR colors */\n --github-badge-fg: white;\n --github-open-bg: #2da44e;\n --github-closed-bg: #cf222e;\n --github-merged-bg: #8250df;\n --github-neutral-bg: #6e7781;\n}\n",".dark-theme,\n.vscode-dark {\n --scm-modified-foreground: #e2c08d;\n --scm-added-foreground: #73c991;\n --scm-removed-foreground: #f3674f;\n --selected-commit-background: rgba(255, 255, 255, 0.1);\n\n --error-fg-color: #f3674f;\n --error-bg-color: #f3674f20;\n\n --warning-fg-color: #e2c08d;\n --warning-bg-color: #40331f;\n\n --tooltip-background: var(--vscode-editorWidget-background, #252526);\n --tooltip-border: var(--vscode-editorWidget-border, #454545);\n\n --hover-darken: rgba(255, 255, 255, 0.1);\n --highlight-foreground: #f0f0f0;\n\n /* github PR colors */\n --github-badge-fg: white;\n --github-open-bg: #238636;\n --github-closed-bg: #da3633;\n --github-merged-bg: #8957e5;\n --github-neutral-bg: #6e7781;\n\n /* VS Code Webview UI Toolkit includes dark theme colors already */\n}\n",".use-modal-buttons {\n display: flex;\n flex-direction: row;\n gap: var(--pad);\n justify-content: flex-end;\n margin: var(--pad) calc(2 * var(--pad));\n}\n\n.use-modal-buttons vscode-button {\n min-width: 5em;\n}\n\n.use-modal {\n padding: var(--pad);\n display: flex;\n flex-direction: column;\n gap: var(--pad);\n justify-content: space-between;\n --useModalWidth: 500px;\n width: var(--useModalWidth);\n}\n\n#use-modal-title {\n font-weight: bold;\n margin: var(--pad) 0;\n display: flex;\n flex-direction: row;\n gap: var(--halfpad);\n align-items: center;\n}\n\n#use-modal-title,\n#use-modal-message {\n padding: 0 var(--pad);\n}\n",".modal {\n position: absolute;\n width: 100vw;\n height: 100vh;\n background-color: rgba(0, 0, 0, 0.2);\n z-index: 100;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.dark-theme .modal,\n.vscode-dark .modal {\n background-color: rgba(0, 0, 0, 0.5);\n}\n\n.modal-contents {\n background-color: var(--background);\n --border-amt: calc(0.2 * var(--pad));\n --padding-amt: calc(0.2 * var(--pad));\n margin: var(--border-amt);\n padding: var(--padding-amt);\n padding-bottom: 0;\n background-color: var(--background);\n border-radius: 8px;\n box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);\n height: calc(100vh - 2 * var(--border-amt) - 2 * var(--padding-amt));\n width: calc(100vw - 2 * var(--border-amt) - 2 * var(--padding-amt));\n display: flex;\n flex-direction: column;\n position: relative;\n}\n\n.dismiss-modal {\n display: flex;\n position: absolute;\n top: var(--pad);\n right: var(--pad);\n}\n",".progress-container {\n bottom: 0;\n background: var(--background);\n padding: calc(2 * var(--pad));\n z-index: 100;\n border-top: 1px solid var(--panel-view-border);\n display: flex;\n flex-direction: column;\n gap: var(--pad);\n position: relative;\n}\n\n.progress-container .tooltip-creator {\n width: fit-content;\n max-width: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: flex-start;\n gap: var(--pad);\n}\n\n.progress-container-row {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: var(--pad);\n width: fit-content;\n max-width: 100%;\n}\n\n.progress-container-row .codicon-error {\n color: var(--scm-removed-foreground);\n}\n.progress-container-row .codicon-pass {\n color: var(--scm-added-foreground);\n}\n\n.queued-operations-container {\n position: absolute;\n right: 0;\n bottom: 100%;\n display: flex;\n flex-direction: column;\n gap: 10px;\n margin: 0px;\n background-color: var(--background);\n padding: 10px;\n border-radius: 4px 0 0 0;\n border: 1px solid var(--dropdown-border);\n max-width: 90%;\n border-right-width: 0;\n}\n\n.queued-operation {\n background-color: var(--badge-background);\n color: var(--badge-foreground);\n padding: 4px 8px;\n border-radius: 4px;\n margin-left: 10px;\n\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n.progress-container-command {\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n.progress-container-row .tooltip-creator {\n width: 100%;\n gap: var(--pad);\n align-items: center;\n}\n\n.progress-command-tooltip {\n max-width: min(700px, 50vw);\n}\n\n.progress-command-tooltip pre {\n word-wrap: break-word;\n white-space: pre-wrap;\n}\n",".branch-indicator {\n stroke: var(--foreground);\n position: absolute;\n bottom: -20px;\n left: -20px;\n margin-bottom: -5px;\n z-index: 3;\n}\n\n.commit-group {\n margin-left: 10px;\n position: relative;\n display: flex;\n flex-direction: column;\n}\n\n.commit-tree-root {\n margin-left: calc(3.5 * var(--pad));\n margin-right: var(--halfpad);\n}\n\n.commit-group.with-vertical-line:before {\n /* branch vertical line */\n content: \" \";\n border-left: 2px solid var(--foreground);\n position: absolute;\n bottom: 5px;\n top: 10px;\n left: -10px;\n z-index: 1;\n}\n\n.dashed-first-sibling:before {\n /* overlay dashed line onto vertical line */\n content: \" \";\n border-left: 4px dotted var(--vscode-sideBar-background);\n position: absolute;\n top: 0px;\n bottom: -2px;\n left: -21px;\n z-index: 2;\n}\n\n.commit {\n position: relative;\n display: flex;\n flex-direction: column;\n}\n\n.commit-ellipsis {\n display: flex;\n align-items: center;\n /* funky alignment to get it exactly on top of the branch line, including half pixel to align icon width */\n margin-left: calc(-3.5 * var(--halfpad) + 0.5px);\n position: relative;\n min-height: var(--vscode-icon-button-height);\n}\n\n/*\n * ellipsis is inside the commit tree, so it would have a left border,\n * unless we add a blank :before on top\n */\n.commit-ellipsis::before {\n display: block;\n position: absolute;\n background-color: var(--background);\n content: \" \";\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n z-index: 1;\n /* Above border */\n}\n\n.commit-ellipsis > * {\n z-index: 2;\n /* Above :before */\n}\n\n.commit-ellipsis-children {\n display: flex;\n gap: var(--pad);\n align-items: center;\n}\n\n.commit-avatar {\n position: absolute;\n border: 2px solid var(--foreground);\n margin-bottom: 0px;\n z-index: 3;\n background-color: var(--background, hsla(0, 0%, 0%, 0.1));\n display: inline-block;\n overflow: hidden;\n left: -19px;\n border-radius: 50%;\n height: 10px;\n width: 10px;\n box-sizing: border-box;\n transition: transform 0.2s, box-shadow 0.3s;\n}\n\n.commit.topmost.head-commit .commit-details:before {\n background-color: var(--button-primary-hover-background);\n}\n\n.commit.highlighted .commit-avatar {\n box-shadow: 0px 0px 4px 2px var(--focus-border);\n transform: scale(1.2);\n}\n\n.head-commit .commit-avatar {\n background-color: var(--foreground);\n}\n\n.commit-title {\n display: flex;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n}\n\n.commit.obsolete .commit-title {\n opacity: 0.5;\n}\n\n.tree-row {\n display: flex;\n height: 28px;\n flex-direction: row;\n gap: var(--pad);\n align-items: center;\n}\n\n.tree-row.branch {\n margin-left: var(--halfpad);\n position: relative;\n}\n\n.tree-row.with-dashed-line:before {\n /* overlay dashed line onto vertical line */\n content: \" \";\n border-left: 4px dotted var(--vscode-sideBar-background);\n position: relative;\n height: 38px;\n bottom: 0px;\n left: -11px;\n z-index: 2;\n}\n\n.commit-details {\n cursor: pointer;\n display: flex;\n align-items: center;\n gap: var(--halfpad) var(--pad);\n width: 100%;\n box-sizing: border-box;\n user-select: none;\n height: 24px;\n}\n\n.commit-second-row {\n display: flex;\n gap: var(--pad);\n align-items: center;\n flex-shrink: 0;\n}\n\n.commit-rows > *:not(.selected-commit-background) {\n /*\n * We need the commit selection background behind all other commit info.\n * Giving the selection a negative index won't work here since then it moves behind its ancestors,\n * so we instead increment the non-selection elements.\n */\n z-index: 1;\n}\n\n.commit-end {\n align-items: center;\n display: flex;\n gap: var(--halfpad);\n}\n\n.pr-badge-container {\n width: 14px;\n}\n\n.commit-date {\n opacity: 0.8;\n margin-left: auto;\n font-size: 12px;\n width: 25px;\n}\n\n.branch-name-box {\n display: flex;\n min-width: 0;\n}\n\n.branch-name {\n width: 100%;\n font-size: 14px;\n display: inline-block;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.commit-unpublished {\n color: var(--scm-modified-foreground);\n}\n\n.commit-needs-restack {\n color: var(--scm-modified-foreground);\n padding: 0 var(--halfpad) 0 0;\n}\n\n.commit .unsaved-message-indicator {\n color: var(--button-primary-background);\n display: flex;\n}\n\n.commit vscode-tag::part(control) {\n text-transform: unset;\n}\n\n.commit-preview-rebase-root,\n.commit-preview-rebase-descendant {\n color: var(--scm-added-foreground);\n}\n\n.commit-preview-rebase-old {\n opacity: 0.5;\n}\n\n.commit-preview-hidden-root > .commit-title,\n.commit-preview-hidden-descendant > .commit-title {\n opacity: 0.5;\n text-decoration: line-through;\n}\n\n.commit-inline-operation-progress {\n display: flex;\n flex-direction: row;\n align-items: center;\n font-size: 90%;\n gap: 10px;\n opacity: 0.9;\n}\n\n.goto-button .codicon {\n margin-left: var(--halfpad);\n}\n\n.commit-actions {\n width: fit-content;\n}\n\n.goto-button:focus-within {\n opacity: 1;\n}\n\n.selected-commit-background {\n background-color: var(--selected-commit-background);\n width: calc(100% + 3.5 * var(--pad));\n position: absolute;\n height: 100%;\n left: calc(-3.5 * var(--pad));\n pointer-events: none;\n}\n\n.stable-commit-metadata vscode-tag::part(control) {\n background-color: var(--list-hover-background);\n color: var(--list-hover-foreground);\n text-overflow: ellipsis;\n max-width: 150px;\n white-space: nowrap;\n overflow: hidden;\n}\n\n.tooltip span.commit-title {\n border-radius: 4px;\n padding: 1px 4px;\n font-size: 90%;\n background-color: var(--hover-darken);\n}\n",".center-container {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n justify-content: center;\n}\n\n.flex-row {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: var(--pad);\n}\n",".inline-badge {\n border-radius: 14px;\n padding: 3px var(--pad);\n display: inline-block;\n font-size: 80%;\n font-weight: bold;\n display: inline-flex;\n align-items: center;\n gap: var(--halfpad);\n}\n\n.inline-badge.badge-secondary {\n background-color: var(--button-secondary-hover-background);\n color: var(--button-secondary-foreground);\n}\n\n.inline-badge.badge-primary {\n background-color: var(--button-primary-hover-background);\n color: var(--button-primary-foreground);\n}\n",".diff-badge {\n color: white;\n cursor: pointer;\n text-decoration: none;\n}\n\n.diff-badge:hover {\n text-decoration: underline;\n}\n\n.diff-badge:hover .codicon {\n text-decoration: none;\n}\n\n.diff-badge,\n.diff-info,\n.diff-spinner {\n display: inline-flex;\n align-items: center;\n gap: 5px;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n.diff-number {\n opacity: 0.9;\n font-size: 90%;\n padding: 0 var(--halfpad);\n}\n\n.diff-number:hover {\n text-decoration: underline;\n cursor: pointer;\n}\n\n.diff-comments-count {\n font-size: 90%;\n align-items: center;\n display: flex;\n gap: 2px;\n}\n\n.diff-signal-summary {\n display: flex;\n align-items: center;\n}\n\n.diff-signal-pass {\n color: var(--scm-added-foreground);\n}\n\n.diff-signal-failed {\n color: var(--scm-removed-foreground);\n}\n",".github-diff-status-OPEN {\n background-color: var(--github-open-bg);\n}\n.github-diff-status-MERGED {\n background-color: var(--github-merged-bg);\n}\n.github-diff-status-CLOSED {\n background-color: var(--github-closed-bg);\n}\n.github-diff-status-none {\n background-color: var(--github-neutral-bg);\n}\n.github-diff-status-ERROR {\n background-color: var(--github-closed-bg);\n}\n.github-diff-status-DRAFT {\n background-color: var(--github-neutral-bg);\n}\n\n.github-diff-status {\n font-weight: bold;\n border-radius: 10px;\n padding: 3px;\n font-size: 70%;\n}\n.github-diff-badge .codicon {\n font-size: 90%;\n}\n\n.github-diff-status .tooltip-creator {\n align-items: center;\n}\n",".head-commit-info-container {\n margin-left: -22px;\n z-index: 3;\n position: relative;\n}\n.head-commit-info-container:before {\n border-left: 2px solid var(--button-primary-hover-background);\n content: \" \";\n display: block;\n position: absolute;\n left: 12px;\n top: 0;\n bottom: calc(-1.5 * var(--pad));\n z-index: -1;\n}\n.head-commit-info {\n margin-left: 28px;\n}\n.head-commit-info-container.head-commit-info-indented {\n margin-left: 0px;\n margin-bottom: 15px;\n}\n.head-commit-info-indented .branch-indicator {\n stroke: var(--button-primary-hover-background);\n left: -8px;\n bottom: -25px;\n}\n.gti-root .head-commit-info-container.head-commit-info-indented:before {\n bottom: 0px;\n}\n.you-are-here-container {\n display: flex;\n gap: var(--pad);\n align-items: center;\n}\n\n.uncommitted-changes {\n padding: var(--halfpad) 0;\n}\n.conflicts-header {\n display: flex;\n flex-direction: column;\n margin: var(--pad) 0;\n}\n\n.file-tree-level {\n --file-tree-indent: calc(2 * var(--pad));\n margin-left: var(--file-tree-indent);\n position: relative;\n}\n.changed-files > .file-tree-level {\n margin-left: 0;\n}\n.file-tree-level > .changed-file {\n margin-left: var(--halfpad);\n}\n.file-tree-folder-path {\n display: flex;\n align-items: center;\n gap: var(--halfpad);\n}\n.file-tree-folder-path vscode-button::part(control) {\n font-size: initial;\n max-width: unset;\n}\n\n.file-tree-level .file-tree-level:before {\n content: \"\";\n position: absolute;\n left: calc(var(--file-tree-indent) / -2);\n height: 100%;\n top: 0;\n border-left: 1px solid var(--divider-background);\n}\n.file-tree-level:hover > .file-tree-level:before {\n border-left: 1px solid var(--foreground);\n}\n\n.changed-files {\n display: flex;\n flex-direction: column;\n}\n.changed-files .changed-file {\n display: flex;\n align-items: center;\n gap: var(--halfpad);\n margin-right: var(--halfpad);\n transition: color 0.1s;\n line-height: 30px;\n}\n\n.changed-file-path {\n display: flex;\n align-items: center;\n gap: var(--halfpad);\n cursor: pointer;\n}\n\n.changed-file-path {\n max-width: calc(100% - 2 * var(--pad));\n position: relative;\n overflow: hidden;\n}\n.changed-file-path-text {\n float: right;\n}\n.changed-file-path .tooltip-creator {\n width: 100%;\n text-align: right;\n overflow: hidden;\n white-space: nowrap;\n margin-left: auto;\n margin-right: auto;\n display: block;\n}\n\n.changed-file-path:hover {\n color: var(--highlight-foreground);\n}\n\n.changed-file-checkbox-clickable::part(control) {\n cursor: pointer;\n}\n\n.file-actions {\n display: flex;\n flex-wrap: nowrap;\n}\n\n.file-actions .tooltip-creator {\n display: inline-flex;\n}\n\n.file-added {\n color: var(--scm-added-foreground);\n}\n.file-modified {\n color: var(--scm-modified-foreground);\n}\n.file-removed {\n color: var(--scm-removed-foreground);\n}\n.file-unresolved {\n color: var(--scm-modified-foreground);\n}\n.file-resolved {\n color: var(--scm-added-foreground);\n}\n.file-ignored {\n opacity: 0.9;\n}\n\n.show-on-hover,\n.file-show-on-hover {\n opacity: 0;\n transition: opacity 0.1s;\n}\n.show-on-hover:focus-within,\n.file-show-on-hover:focus-within {\n opacity: 1;\n}\n.uncommitted-changes:hover .show-on-hover {\n opacity: 1;\n}\n.changed-file:hover .file-show-on-hover {\n opacity: 1;\n}\n\n.uncommitted-changes .button-rows {\n display: flex;\n flex-direction: column;\n gap: var(--halfpad);\n margin: var(--halfpad) 0;\n}\n\n.uncommitted-changes .button-row {\n display: flex;\n flex-wrap: wrap;\n gap: 0 var(--pad);\n align-items: center;\n}\n\n.quick-commit-inputs vscode-text-field {\n opacity: 0;\n transition: opacity 0.1s;\n}\n.uncommitted-changes:hover vscode-text-field,\n.uncommitted-changes vscode-text-field:focus-within,\n.quick-commit-inputs vscode-text-field:not([current-value=\"\"]) {\n opacity: 1;\n}\n\n.quick-commit-inputs {\n transition: background-color 0.1s;\n display: flex;\n gap: var(--pad);\n align-items: center;\n padding: 4px;\n margin: -4px;\n border-radius: 4px;\n position: relative;\n}\n.quick-commit-inputs:before {\n content: \"\";\n position: absolute;\n left: 0;\n right: 0;\n height: 100%;\n width: 100%;\n border-radius: 4px;\n pointer-events: none;\n opacity: 0;\n}\n.quick-commit-inputs:hover:before {\n background-color: var(--button-icon-hover-background);\n transition: opacity 0.3s;\n opacity: 0.5;\n}\n",".comparison-view-file {\n width: 100%;\n}\n\n.comparison-view-base-styles,\n.comparison-view-container,\n.comparison-view {\n display: contents;\n}\n\n.comparison-view-header {\n padding: var(--pad) 0 var(--halfpad) 0;\n margin-bottom: var(--pad);\n position: relative;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.comparison-view-header-group {\n display: flex;\n gap: var(--pad);\n align-items: center;\n}\n\n.comparison-view-details {\n overflow-y: scroll;\n display: flex;\n flex-direction: column;\n gap: 20px;\n padding-bottom: var(--pad);\n align-items: center;\n}\n\n/*\n * Override split diff view file header to be sticky.\n * This also requires adding borders to the file header (previously only on the container)\n */\n.comparison-view .split-diff-view-file-header {\n position: sticky;\n top: 0;\n margin-left: -1px;\n margin-right: -1px;\n border: 1px solid var(--panel-view-border);\n /* Remove all border radius so the sticky header doesn't show any of the diff behind it */\n border-radius: 0;\n display: flex;\n align-items: center;\n gap: var(--halfpad);\n}\n\n.comparison-view .split-diff-view {\n border-top-width: 0;\n border-radius: 0;\n}\n\n.file-header-copyable-path {\n cursor: pointer;\n}\n\n.file-header-copyable-path:hover > .file-header-path-element {\n text-decoration: underline;\n}\n",".top-bar {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n flex-wrap: wrap;\n padding: var(--pad);\n gap: var(--pad);\n border-bottom: 1px solid var(--panel-view-border);\n}\n\n.top-bar .button-group {\n display: flex;\n gap: var(--pad);\n align-items: center;\n}\n",".bug-dropdown {\n max-width: 400px;\n min-width: 400px;\n}\n\n.bug-dropdown-version {\n font-size: 80%;\n opacity: 0.8;\n display: flex;\n flex-direction: column;\n gap: var(--halfpad);\n}\n\n.bug-dropdown-actions {\n gap: var(--pad);\n display: flex;\n flex-direction: column;\n width: 100%;\n}\n\n.bug-dropdown-actions vscode-button {\n justify-content: center;\n}\n\n.bug-dropdown-debug-actions {\n gap: var(--pad);\n display: flex;\n flex-direction: row;\n justify-content: center;\n width: 100%;\n}\n\n.additional-debug-content {\n display: flex;\n flex-direction: column;\n gap: var(--pad);\n}\n\n.bug-button-nux {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: var(--pad);\n}\n",".copyable {\n cursor: pointer;\n display: flex;\n align-items: center;\n gap: var(--halfpad);\n word-break: break-all;\n}\n\n.copyable .codicon {\n opacity: 0;\n transition: opacity 0.1s;\n}\n.copyable:hover .codicon {\n opacity: 1;\n}\n\n@keyframes beat {\n 0% {\n transform: scale(1, 1);\n }\n 100% {\n transform: scale(1.01, 1.01);\n }\n}\n.copyable:active {\n animation: beat 0.1s linear backwards;\n}\n\n.copyable-success-tooltip {\n max-width: 300px;\n display: flex;\n white-space: nowrap;\n}\n\n.copyable-success-overflow {\n overflow: hidden;\n text-overflow: ellipsis;\n}\n",".dropdown-fields {\n display: flex;\n flex-direction: column;\n gap: var(--halfpad);\n}\n\n.dropdown-fields-header {\n display: flex;\n flex-direction: row;\n gap: var(--halfpad);\n align-items: center;\n margin: var(--halfpad);\n}\n\n.dropdown-fields-content {\n display: flex;\n flex-direction: column;\n gap: calc(2 * var(--pad));\n margin: var(--pad);\n}\n\n.dropdown-field {\n display: flex;\n flex-direction: column;\n gap: var(--halfpad);\n}\n",".download-commits-input-row {\n min-width: 250px;\n display: flex;\n gap: var(--pad);\n align-items: center;\n}\n\n.download-commits-input-row vscode-text-field {\n flex-grow: 1;\n}\n",".pull-info {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: var(--pad);\n}\n",".vscode-button-dropdown {\n --chevron-width: 20px;\n display: flex;\n align-items: center;\n position: relative;\n}\n.vscode-button-dropdown-chevron {\n background-color: rgba(0, 0, 0, 0.1);\n padding: 1px;\n height: 26px;\n border-left: 1px solid var(--button-secondary-foreground);\n pointer-events: visible;\n padding: 0 var(--halfpad);\n\n background: var(--button-secondary-background);\n color: var(--button-secondary-foreground);\n vertical-align: middle;\n display: flex;\n align-items: center;\n}\n\n.vscode-button-dropdown:before {\n content: \"\";\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n pointer-events: none;\n}\n.vscode-button-dropdown select {\n background-color: var(--button-secondary-background);\n color: var(--button-secondary-foreground);\n\n cursor: pointer;\n width: 24px;\n border: none;\n border-radius: 0px 2px 2px 0px; /* meet with button */\n outline: none;\n padding: 4px;\n outline-offset: 2px;\n height: 26px;\n vertical-align: bottom;\n appearance: none;\n line-height: 0;\n /* Embed image for chevron, since we can't add children to <select> */\n background-repeat: no-repeat;\n background-position: center;\n background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljk3NjEyIDEwLjA3MTlMMTIuMzMzNCA1LjcxNDZMMTIuOTUyMSA2LjMzMzMyTDguMjg1NDggMTFMNy42NjY3NiAxMUwzLjAwMDEgNi4zMzMzMkwzLjYxODgyIDUuNzE0Nkw3Ljk3NjEyIDEwLjA3MTlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);\n\n border-left: 1px solid var(--button-secondary-foreground);\n}\n\n.vscode-button-dropdown vscode-button {\n border-radius: 2px 0 0 2px;\n}\n\n.vscode-button-dropdown select:focus {\n outline: 1px solid var(--focus-border);\n}\n.vscode-button-dropdown select:disabled {\n cursor: not-allowed;\n}\n\n.vscode-button-dropdown select:not(:disabled):hover {\n background-color: var(--button-secondary-hover-background);\n}\n",".setting-description {\n padding-bottom: var(--halfpad);\n}\n"],"names":[],"sourceRoot":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunkGraphiteInteractive=self.webpackChunkGraphiteInteractive||[]).push([[521],{5521:function(e,n,o){o.r(n),o.d(n,{ComparisonView:function(){return Re},lineRange:function(){return Ee}});var t=o(885),r=o(184),i=(o(5297),o(1072)),a=o(5281),s=o(2248),l=o.n(s),c=o(4098),d=o(32),u=o(4510),p=o(2791),f=o(2474),h=o(6815),m=o(51),g=o(8122),v=o(6287),b=o(7338),x=o(1485),y=o(4447),j=o(168),O=o(6444),S=(o(2986),o(4728)),w=o(4942),C=o(5830),k=o.n(C),L=o(763);function N(e){return e.map((function(e){return e.includes(" ")?'"'.concat(e,'"'):e})).join(", ")}function T(e){return"string"==typeof e&&/(inset\s|)([0-9.]+(\w*)\s){1,4}(rgb[a]?\(.*\)|\w+)/.test(e)}function M(e,n){return Array.isArray(e)?e.filter(n):Object.entries(e).reduce((function(e,o){var r=(0,t.Z)(o,2),i=r[0],a=r[1];if((0,L.isObject)(a)){var s=M(a,n);(0,L.isEmpty)(s)||(e[i]=s)}else n(a)&&(e[i]=a);return e}),{})}function E(e){return e.scale,function(e,n){var o={};for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&n.indexOf(t)<0&&(o[t]=e[t]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(t=Object.getOwnPropertySymbols(e);r<t.length;r++)n.indexOf(t[r])<0&&Object.prototype.propertyIsEnumerable.call(e,t[r])&&(o[t[r]]=e[t[r]])}return o}(e,["scale"])}var F,R,P=k().typography.normal.lineHeight,I={animation:{easeOutCubic:"cubic-bezier(0.33, 1, 0.68, 1)"},borderWidths:[0,"1px"],breakpoints:["544px","768px","1012px","1280px"],fonts:{normal:N(["-apple-system","BlinkMacSystemFont","Segoe UI","Noto Sans","Helvetica","Arial","sans-serif","Apple Color Emoji","Segoe UI Emoji"]),mono:N(["SFMono-Regular","Consolas","Liberation Mono","Menlo","Courier","monospace"])},fontSizes:["12px","14px","16px","20px","24px","32px","40px","48px"],fontWeights:{light:300,normal:400,semibold:500,bold:600},lineHeights:P,radii:["0","3px","6px","100px"],sizes:{small:"544px",medium:"768px",large:"1012px",xlarge:"1280px"},space:["0","4px","8px","16px","24px","32px","40px","48px","64px","80px","96px","112px","128px"],colorSchemes:Object.entries(k().colors).reduce((function(e,n){var o=(0,t.Z)(n,2),r=o[0],i=function(e){return{colors:M(e,(function(e){return function(e){return!(T(e)||!e.startsWith("#")&&!e.startsWith("rgb")&&!e.startsWith("hsl"))}(e)})),shadows:M(e,(function(e){return T(e)}))}}(o[1]),a=i.colors,s=i.shadows;return Object.assign(Object.assign({},e),(0,w.Z)({},r,{colors:E(a),shadows:E(s)}))}),{})},B=(S.U2,S.qC),Z=S.By,H=B(S.Dh,S.$_,S.jf),A=Z({whiteSpace:{property:"whiteSpace"}}),D=B(S.cp,A),_=(B(S.Cg,S.AF),S.bK,o(9948)),z=o.n(_),W=o(4164),J="light",U="dark",q=p.createContext({setColorMode:function(){return null},setDayScheme:function(){return null},setNightScheme:function(){return null}}),K=function(e){var n,o,i,a,s,l,c,d,u=e.children,f=function(e,n){var o={};for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&n.indexOf(t)<0&&(o[t]=e[t]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(t=Object.getOwnPropertySymbols(e);r<t.length;r++)n.indexOf(t[r])<0&&Object.prototype.propertyIsEnumerable.call(e,t[r])&&(o[t[r]]=e[t[r]])}return o}(e,["children"]),h=G(),m=h.theme,g=h.colorMode,v=h.dayScheme,b=h.nightScheme,x=null!==(o=null!==(n=f.theme)&&void 0!==n?n:m)&&void 0!==o?o:I,y=function(){var e;try{var n=null===(e=document.getElementById("__PRIMER_DATA__"))||void 0===e?void 0:e.textContent;if(n)return JSON.parse(n)}catch(e){}return{}}(),j=y.resolvedServerColorMode,S=p.useRef(j),w=p.useState(null!==(a=null!==(i=f.colorMode)&&void 0!==i?i:g)&&void 0!==a?a:"day"),C=(0,t.Z)(w,2),k=C[0],L=C[1],N=p.useState(null!==(l=null!==(s=f.dayScheme)&&void 0!==s?s:v)&&void 0!==l?l:J),T=(0,t.Z)(N,2),M=T[0],E=T[1],F=p.useState(null!==(d=null!==(c=f.nightScheme)&&void 0!==c?c:b)&&void 0!==d?d:U),R=(0,t.Z)(F,2),P=R[0],B=R[1],Z=function(){var e=p.useState(V),n=(0,t.Z)(e,2),o=n[0],r=n[1];return p.useEffect((function(){var e,n=null===(e=null===window||void 0===window?void 0:window.matchMedia)||void 0===e?void 0:e.call(window,"(prefers-color-scheme: dark)");function o(e){var n=e.matches;r(n?"night":"day")}if(n){if(void 0!==n.addEventListener)return n.addEventListener("change",o),function(){n.removeEventListener("change",o)};if(void 0!==n.addListener)return n.addListener(o),function(){n.removeListener(o)}}}),[]),o}(),H=S.current||X(k,Z),A=function(e,n,o){switch(e){case"day":case"light":return n;case"dark":case"night":return o}}(H,M,P),D=p.useMemo((function(){return function(e,n){if(!e.colorSchemes)return{resolvedTheme:e,resolvedColorScheme:void 0};if(!e.colorSchemes[n]){console.error("`".concat(n,"` scheme not defined in `theme.colorSchemes`"));var o=Object.keys(e.colorSchemes)[0];return{resolvedTheme:z()(e,e.colorSchemes[o]),resolvedColorScheme:o}}return{resolvedTheme:z()(e,e.colorSchemes[n]),resolvedColorScheme:n}}(x,A)}),[x,A]),_=D.resolvedTheme,K=D.resolvedColorScheme;return p.useEffect((function(){var e=X(k,Z);S.current&&(S.current!==e&&window.setTimeout((function(){W.flushSync((function(){L(e)})),L(k)})),S.current=null)}),[k,Z]),p.useEffect((function(){var e,n;L(null!==(n=null!==(e=f.colorMode)&&void 0!==e?e:g)&&void 0!==n?n:"day")}),[f.colorMode,g]),p.useEffect((function(){var e,n;E(null!==(n=null!==(e=f.dayScheme)&&void 0!==e?e:v)&&void 0!==n?n:J)}),[f.dayScheme,v]),p.useEffect((function(){var e,n;B(null!==(n=null!==(e=f.nightScheme)&&void 0!==e?e:b)&&void 0!==n?n:U)}),[f.nightScheme,b]),(0,r.jsx)(q.Provider,Object.assign({value:{theme:_,colorScheme:A,colorMode:k,resolvedColorMode:H,resolvedColorScheme:K,dayScheme:M,nightScheme:P,setColorMode:L,setDayScheme:E,setNightScheme:B}},{children:(0,r.jsxs)(O.f6,Object.assign({theme:_},{children:[u,f.preventSSRMismatch?(0,r.jsx)("script",{type:"application/json",id:"__PRIMER_DATA__",dangerouslySetInnerHTML:{__html:JSON.stringify({resolvedServerColorMode:H})}}):null]}))}))};function G(){return p.useContext(q)}function V(){var e,n;return"undefined"!=typeof window&&(null===(n=null===(e=window.matchMedia)||void 0===e?void 0:e.call(window,"(prefers-color-scheme: dark)"))||void 0===n?void 0:n.matches)?"night":"day"}function X(e,n){return"auto"===e?n:e}var Y=(0,O.vJ)(F||(F=(0,j.Z)(["\n * { box-sizing: border-box; }\n body { margin: 0; }\n table { border-collapse: collapse; }\n input { color-scheme: ",'; }\n\n [role="button"]:focus:not(:focus-visible):not(.focus-visible),\n [role="tabpanel"][tabindex="0"]:focus:not(:focus-visible):not(.focus-visible),\n button:focus:not(:focus-visible):not(.focus-visible),\n summary:focus:not(:focus-visible):not(.focus-visible),\n a:focus:not(:focus-visible):not(.focus-visible) {\n outline: none;\n box-shadow: none;\n }\n\n [tabindex="0"]:focus:not(:focus-visible):not(.focus-visible),\n details-dialog:focus:not(:focus-visible):not(.focus-visible) {\n outline: none;\n }\n'])),(function(e){return e.colorScheme})),$=O.ZP.div(R||(R=(0,j.Z)(["\n ",";\n ",";\n"])),D,H);function Q(e){var n=e.children,o=e.color,t=void 0===o?"fg.default":o,i=e.fontFamily,a=void 0===i?"normal":i,s=e.lineHeight,l=void 0===s?"default":s,c=function(e,n){var o={};for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&n.indexOf(t)<0&&(o[t]=e[t]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(t=Object.getOwnPropertySymbols(e);r<t.length;r++)n.indexOf(t[r])<0&&Object.prototype.propertyIsEnumerable.call(e,t[r])&&(o[t[r]]=e[t[r]])}return o}(e,["children","color","fontFamily","lineHeight"]),d=G(),u=d.colorScheme,p=d.dayScheme,f=d.nightScheme;return(0,r.jsxs)($,Object.assign({},c,{color:t,fontFamily:a,lineHeight:l,"data-portal-root":!0,"data-color-mode":(null==u?void 0:u.includes("dark"))?"dark":"light","data-light-theme":p,"data-dark-theme":f},{children:[(0,r.jsx)(Y,{colorScheme:(null==u?void 0:u.includes("dark"))?"dark":"light"}),n]}))}var ee,ne=o(1828),oe=o(2104),te=o(8490),re=function(e){return(0,te.ZP)(e.sx)},ie=O.ZP.div(S.Dh,S.$_,S.cp,S.bK,S.GQ,S.eC,S.Oq,S.Cg,S.FK,S.AF,re),ae=o(2909),se=O.ZP.span(ee||(ee=(0,j.Z)(["\n ",";\n ",";\n ",";\n"])),D,H,re);function le(e){var n=e.ctx,o=e.path,t=e.diffType,i=e.open,a=e.onChangeOpen,s=void 0===t?"fg.muted":de[t],l=o.split("/");return(0,r.jsxs)(ie,Object.assign({className:"split-diff-view-file-header",display:"flex",alignItems:"center",bg:"accent.subtle",color:s,paddingX:2,paddingY:1,lineHeight:2,backgroundColor:"canvas.subtle",borderTopRightRadius:2,borderTopLeftRadius:2,borderBottomColor:"border.default",borderBottomStyle:"solid",borderBottomWidth:"1px"},{children:[a&&(0,r.jsx)(ie,Object.assign({paddingRight:2,onClick:function(){return a(!i)},sx:{cursor:"pointer"}},{children:i?(0,r.jsx)(ae.g8U,{size:24}):(0,r.jsx)(ae.v4q,{size:24})})),void 0!==t&&(0,r.jsx)(m.J,{icon:ue[t]}),(0,r.jsx)(se,Object.assign({fontFamily:"mono",fontSize:12},{children:l.reduce((function(e,o,t){var i=l.slice(t).join("/"),a=null==n?void 0:n.copy;return(0,r.jsxs)("span",Object.assign({className:a&&"file-header-copyable-path"},{children:[e,(0,r.jsxs)("span",Object.assign({title:a&&"Copy ".concat(i),onClick:a&&function(){return a(i)},className:"file-header-path-element"},{children:[o,t<l.length-1?"/":""]}))]}),t)}),(0,r.jsx)("span",{}))}))]}))}var ce,de={Modified:"var(--scm-modified-foreground)",Added:"var(--scm-added-foreground)",Removed:"var(--scm-removed-foreground)",Renamed:"var(--scm-modified-foreground)",Copied:"var(--scm-added-foreground)"},ue={Modified:"diff-modified",Added:"diff-added",Removed:"diff-removed",Renamed:"diff-renamed",Copied:"diff-renamed"},pe=o(2982),fe=o(2840),he={small:"16px",medium:"32px",large:"64px"},me=(0,O.ZP)((function(e){var n=e.size,o=void 0===n?"medium":n,t=function(e,n){var o={};for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&n.indexOf(t)<0&&(o[t]=e[t]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(t=Object.getOwnPropertySymbols(e);r<t.length;r++)n.indexOf(t[r])<0&&Object.prototype.propertyIsEnumerable.call(e,t[r])&&(o[t[r]]=e[t[r]])}return o}(e,["size"]),i=he[o];return(0,r.jsxs)("svg",Object.assign({height:i,width:i,viewBox:"0 0 16 16",fill:"none"},t,{children:[(0,r.jsx)("circle",{cx:"8",cy:"8",r:"7",stroke:"currentColor",strokeOpacity:"0.25",strokeWidth:"2",vectorEffect:"non-scaling-stroke"}),(0,r.jsx)("path",{d:"M15 8a7.002 7.002 0 00-7-7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",vectorEffect:"non-scaling-stroke"})]}))}))(ce||(ce=(0,j.Z)(["\n @keyframes rotate-keyframes {\n 100% {\n transform: rotate(360deg);\n }\n }\n\n animation: rotate-keyframes 1s linear infinite;\n\n ","\n"])),re);function ge(e){var n,o,t=e.beforeLineNumber,i=e.before,a=e.afterLineNumber,s=e.after,l=e.rowType,c=e.path,d=e.openFileToLine;switch(l){case"remove":n="patch-remove-line",o=void 0;break;case"modify":n="patch-remove-line",o="patch-add-line";break;case"add":n=void 0,o="patch-add-line";break;case"common":n=void 0,o=void 0;break;case"expanded":n="patch-expanded",o="patch-expanded"}var u="expanded"!==l;return(0,r.jsxs)("tr",{children:[(0,r.jsx)(ve,{className:n,content:i,lineNumber:t,path:c,side:"LEFT",canComment:u}),(0,r.jsx)(ve,{className:o,content:s,lineNumber:a,path:c,side:"RIGHT",canComment:u,openFileToLine:d})]})}function ve(e){var n=e.className,o=e.content,t=e.lineNumber,i=e.path,a=e.side,s=e.openFileToLine,l="RIGHT"===a?be:{},c=null!=s&&null!=t,d=(null!=n?" ".concat(n,"-number"):"")+(c?" clickable":"");return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(ie,Object.assign({as:"td",className:"lineNumber".concat(d),"data-line-number":t,"data-path":i,"data-side":a,onClick:c?function(){return s(t)}:void 0},l,{children:t})),(0,r.jsx)("td",Object.assign({className:n},{children:o}))]})}me.displayName="Spinner";var be={borderLeftWidth:"1px",borderLeftStyle:"solid",borderLeftColor:"border.default"},xe=p.memo((function(e){var n,o=e.ctx,i=e.path,a=e.patch,s=e.preamble,l=(0,p.useState)(!1),c=(0,t.Z)(l,2),d=c[0],u=c[1],f=(0,p.useState)((function(){return new Set})),h=(0,t.Z)(f,2),m=h[0],g=h[1],v=(0,p.useCallback)((function(e){var n=new Set(m);n.add(e),g(n)}),[m,g]),b=null!==(n=o.translate)&&void 0!==n?n:function(e){return e},x="/dev/null"===a.newFileName,y=a.hunks,j=y.length-1,O=(0,pe.Z)(null!=s?s:[]);return!x||d?y.forEach((function(e,n){if(0===n&&(1!==e.oldStart||1!==e.newStart)){var a="s0";if(m.has(a)){var s={id:o.id,start:1,numLines:e.oldStart-1};O.push((0,r.jsx)(Se,{ctx:o,range:s,path:i,beforeLineStart:1,afterLineStart:1,t:b},a))}else{var l=Math.max(e.oldStart,e.newStart)-1;O.push((0,r.jsx)(Oe,{numLines:l,onExpand:function(){return v(a)},t:b},a))}}if(function(e,n,o,i){var a=e.oldStart,s=e.newStart,l=function(e){var n=[],o={common:[],removed:[],added:[]};return e.forEach((function(e){var t=e.charAt(0),r=e.slice(1);" "===t?(function(e){return 0!==e.removed.length||0!==e.added.length}(o)&&(n.push(o),o={common:[],removed:[],added:[]}),o.common.push(r)):"-"===t?o.removed.push(r):"+"===t&&o.added.push(r)})),n.push(o),n}(e.lines),c=a,d=s;l.forEach((function(e){var a=e.common,s=e.removed,l=e.added;ye(a,n,"common",c,d,o,i),c+=a.length,d+=a.length;for(var u=Math.max(s.length,l.length),p=0;p<u;++p){var f=s[p],h=l[p];if(null!=f&&null!=h){var m=je(f,h),g=(0,t.Z)(m,2),v=g[0],b=g[1];o.push((0,r.jsx)(ge,{beforeLineNumber:c,before:v,afterLineNumber:d,after:b,rowType:"modify",path:n,openFileToLine:i},"".concat(c,"/").concat(d))),++c,++d}else null!=f?(o.push((0,r.jsx)(ge,{beforeLineNumber:c,before:f,afterLineNumber:null,after:null,rowType:"remove",path:n,openFileToLine:i},"".concat(c,"/"))),++c):(o.push((0,r.jsx)(ge,{beforeLineNumber:null,before:null,afterLineNumber:d,after:h,rowType:"add",path:n,openFileToLine:i},"/".concat(d))),++d)}}))}(e,i,O,o.openFileToLine),n!==j){var c=y[n+1],d="s".concat(e.oldStart);if(m.has(d)){var u=e.oldStart+e.oldLines,p=c.oldStart-u,f={id:o.id,start:u,numLines:p};O.push((0,r.jsx)(Se,{ctx:o,range:f,path:i,beforeLineStart:e.oldStart+e.oldLines,afterLineStart:e.newStart+e.newLines,t:b},d))}else{var h=c.oldStart-e.oldLines-e.oldStart;O.push((0,r.jsx)(Oe,{numLines:h,onExpand:function(){return v(d)},t:b},d))}}})):O.push((0,r.jsx)(we,{children:(0,r.jsxs)(ie,Object.assign({display:"inline-block",onClick:function(){return u(!0)},padding:1,sx:{cursor:"pointer",":hover":{bg:"accent.emphasis",color:"fg.onEmphasis"}}},{children:[(0,r.jsx)(ae.NoM,{size:16}),(0,r.jsx)(se,Object.assign({paddingX:4},{children:"Show deleted file"})),(0,r.jsx)(ae.NoM,{size:16})]}))},"show-deleted")),(0,r.jsxs)("table",Object.assign({className:"SplitDiffView-hunk-table"},{children:[(0,r.jsxs)("colgroup",{children:[(0,r.jsx)("col",{width:50}),(0,r.jsx)("col",{width:"50%"}),(0,r.jsx)("col",{width:50}),(0,r.jsx)("col",{width:"50%"})]}),(0,r.jsx)("tbody",{children:O})]}))}));function ye(e,n,o,t,i,a,s){var l=t,c=i;e.forEach((function(e){a.push((0,r.jsx)(ge,{beforeLineNumber:l,before:e,afterLineNumber:c,after:e,rowType:o,path:n,openFileToLine:s},"".concat(l,"/").concat(c))),++l,++c}))}function je(e,n){if(e.length+n.length>300)return[e,n];var o=(0,fe.Kx)(e,n),t=[],i=[];return o.forEach((function(e,n){var o=e.added,a=e.removed,s=e.value;o?i.push((0,r.jsx)("span",Object.assign({className:"patch-add-word"},{children:s}),n)):a?t.push((0,r.jsx)("span",Object.assign({className:"patch-remove-word"},{children:s}),n)):(t.push(s),i.push(s))})),[t,i]}function Oe(e){var n=e.numLines,o=e.onExpand;if(0===n)return null;var t=1===n?"Expand 1 line":"Expand ".concat(n," lines");return(0,r.jsx)(we,{children:(0,r.jsxs)(ie,Object.assign({display:"inline-block",onClick:o,padding:1,sx:{cursor:"pointer",":hover":{bg:"accent.emphasis",color:"fg.onEmphasis"}}},{children:[(0,r.jsx)(ae.NoM,{size:16}),(0,r.jsx)(se,Object.assign({paddingX:4},{children:t})),(0,r.jsx)(ae.NoM,{size:16})]}))})}var Se=(0,d.Pi)((function(e){var n=e.ctx,o=e.path,t=e.range,i=e.beforeLineStart,a=e.afterLineStart,s=n.atoms.lineRange(t).get();switch(s.state){case"fulfilled":var l=[];return ye(s.value,o,"expanded",i,a,l,n.openFileToLine),(0,r.jsx)(r.Fragment,{children:l});case"pending":return(0,r.jsx)(we,{children:(0,r.jsx)(ie,Object.assign({padding:1,display:"flex",flexDirection:"row",justifyContent:"center",alignItems:"center"},{children:(0,r.jsxs)(ie,Object.assign({display:"flex",alignItems:"center"},{children:[(0,r.jsx)(me,{size:"small"}),(0,r.jsx)(se,Object.assign({marginLeft:2},{children:"Loading..."}))]}))}))});case"rejected":return(0,r.jsx)(we,{children:(0,r.jsx)(ie,Object.assign({padding:1,display:"flex",flexDirection:"row",justifyContent:"center",alignItems:"center"},{children:(0,r.jsx)(ie,Object.assign({display:"flex",alignItems:"center"},{children:(0,r.jsxs)(se,{children:["Error:"," ",s.value.message]})}))}))})}}));function we(e){var n=e.children;return(0,r.jsx)(ie,Object.assign({as:"tr",bg:"accent.subtle",color:"fg.muted",height:12},{children:(0,r.jsx)(ie,Object.assign({as:"td",colSpan:4,className:"separator"},{children:n}))}))}function Ce(e){var n,o,t,i,s=e.ctx,l=e.path,c=e.patch,d=null!==(o=null!==(n=c.newFileName)&&void 0!==n?n:c.oldFileName)&&void 0!==o?o:"/dev/null",u=xe,p=[];return c.type===a.DiffType.Added&&p.push((0,r.jsx)(ke,{children:"This file was added"},"added")),c.type===a.DiffType.Removed&&p.push((0,r.jsx)(ke,{children:"This file was removed"},"deleted")),c.type===a.DiffType.Renamed&&p.push((0,r.jsxs)(ke,{children:["This file was renamed from"," ",null!==(t=c.oldFileName)&&void 0!==t?t:""]},"renamed")),c.type===a.DiffType.Copied&&p.push((0,r.jsxs)(ke,{children:["This file was copied from"," ",null!==(i=c.oldFileName)&&void 0!==i?i:""]},"copied")),(0,r.jsxs)(ie,Object.assign({className:"split-diff-view",borderWidth:"1px",borderStyle:"solid",borderColor:"border.default",borderRadius:2},{children:[(0,r.jsx)(le,{ctx:s,path:d,diffType:c.type}),(0,r.jsx)(u,{ctx:s,path:l,patch:c,preamble:p})]}))}function ke(e){var n=e.children;return(0,r.jsx)(ie,Object.assign({as:"tr",bg:"attention.subtle",color:"fg.muted",height:12},{children:(0,r.jsx)(ie,Object.assign({as:"td",colSpan:4,className:"separator"},{children:(0,r.jsx)(ie,Object.assign({padding:1},{children:n}))}))}))}var Le=p.memo((0,d.Pi)((function(){var e=G().theme;return(0,r.jsx)("style",{children:"\n.patch-word-begin {\n border-top-left-radius: .2em;\n border-bottom-left-radius: .2em;\n}\n\n.patch-word-end {\n border-top-right-radius: .2em;\n border-bottom-right-radius: .2em;\n}\n\n.patch-add-line {\n background-color: ".concat(null==e?void 0:e.colors.diffBlob.addition.lineBg,";\n}\n\n.patch-add-line-number {\n color: ").concat(null==e?void 0:e.colors.diffBlob.addition.numText,";\n background-color: ").concat(null==e?void 0:e.colors.diffBlob.addition.numBg,";\n}\n\n.patch-add-word {\n background-color: ").concat(null==e?void 0:e.colors.diffBlob.addition.wordBg,";\n}\n\n.patch-remove-line {\n background-color: ").concat(null==e?void 0:e.colors.diffBlob.deletion.lineBg,";\n}\n\n.patch-remove-line-number {\n color: ").concat(null==e?void 0:e.colors.diffBlob.deletion.numText,";\n background-color: ").concat(null==e?void 0:e.colors.diffBlob.deletion.numBg,";\n}\n\n.patch-remove-word {\n background-color: ").concat(null==e?void 0:e.colors.diffBlob.deletion.wordBg,";\n}\n\n.patch-expanded, .patch-expanded-number {\n background-color: ").concat(null==e?void 0:e.colors.canvas.subtle,";\n}\n\n.patch-expanded-number {\n color: ").concat(null==e?void 0:e.colors.fg.subtle,";\n}\n\n.SplitDiffView-hunk-table td {\n font-family: ").concat(null==e?void 0:e.fonts.mono,"\n}\n\n.lineNumber.clickable {\n cursor: pointer;\n}\n\n.lineNumber.clickable:hover {\n text-decoration: underline;\n}\n/**\n * pl = prettylights theme\n *\n * Mapping from CSS class name to Primer color deduced from a combination of:\n * https://cdn.jsdelivr.net/npm/github-syntax-theme-generator@0.5.0/build/css/github-light.css\n * https://primer.style/react/theme-reference\n *\n * Though it is a bit confusing because github-light.css defines some classes\n * multiple times, such as .pl-s.\n */\n\n.pl-ba {\n color: ").concat(null==e?void 0:e.colors.prettylights.syntax.brackethighlighterAngle,";\n}\n\n.pl-bu {\n color: ").concat(null==e?void 0:e.colors.prettylights.syntax.brackethighlighterUnmatched,";\n}\n\n.pl-c {\n color: ").concat(null==e?void 0:e.colors.prettylights.syntax.comment,";\n}\n\n.pl-c1 {\n color: ").concat(null==e?void 0:e.colors.prettylights.syntax.constant,";\n}\n\n.pl-c2 {\n background-color: ").concat(null==e?void 0:e.colors.prettylights.syntax.carriageReturnBg,";\n color: ").concat(null==e?void 0:e.colors.prettylights.syntax.carriageReturnText,';\n}\n\n.pl-c2::before {\n content: "^M";\n}\n\n.pl-corl {\n color: ').concat(null==e?void 0:e.colors.prettylights.syntax.constantOtherReferenceLink,";\n text-decoration: underline;\n}\n\n.pl-e, .pl-en {\n color: ").concat(null==e?void 0:e.colors.prettylights.syntax.entity,";\n}\n\n.pl-ent {\n color: ").concat(null==e?void 0:e.colors.prettylights.syntax.entityTag,";\n}\n\n.pl-ii {\n background-color: ").concat(null==e?void 0:e.colors.prettylights.syntax.invalidIllegalBg,";\n color: ").concat(null==e?void 0:e.colors.prettylights.syntax.invalidIllegalText,";\n}\n\n.pl-k {\n color: ").concat(null==e?void 0:e.colors.prettylights.syntax.keyword,";\n}\n\n.pl-s, .pl-pds {\n color: ").concat(null==e?void 0:e.colors.prettylights.syntax.string,";\n}\n\n.pl-sg {\n color: ").concat(null==e?void 0:e.colors.prettylights.syntax.sublimelinterGutterMark,";\n}\n\n.pl-smi {\n color: ").concat(null==e?void 0:e.colors.prettylights.syntax.storageModifierImport,";\n}\n\n.pl-sr {\n color: ").concat(null==e?void 0:e.colors.prettylights.syntax.stringRegexp,";\n font-weight: bold;\n}\n\n.pl-v {\n color: ").concat(null==e?void 0:e.colors.prettylights.syntax.variable,";\n}\n")})}))),Ne=o(5288);function Te(e){return(0,a.parsePatch)(e).filter((function(e){return e.hunks.length>0||null!=e.newFileName||null!=e.oldFileName}))}var Me=(0,b.N)({genKey:function(e){if(e.type===a.ComparisonType.Committed)return"Committed-".concat(e.hash);switch(e.type){case a.ComparisonType.HeadChanges:return"HEAD";case a.ComparisonType.StackChanges:return"STACK";case a.ComparisonType.UncommittedChanges:return"UNCOMMITTED"}},genValue:function(e){return(0,x.u)({default:{isLoading:!0,data:null},setter:function(n){n.isLoading&&ne.H.postMessage({type:"requestComparison",comparison:e})},effects:[function(n){var o=n.setSelf,t=ne.H.onMessageOfType("comparison",(function(n){var t,r;e.type===n.comparison.type&&o({isLoading:!1,data:(t=n.data.diff,r=Te,null==t.error?{value:r(t.value)}:t)})}));return function(){return t.dispose()}}]})}}),Ee=(0,b.N)({genKey:function(e){return l()(e)},genValue:function(e){return(0,c.Fl)((function(){oe.ql.get(),ne.H.postMessage(Object.assign({type:"requestComparisonContextLines"},e));var n=new Promise((function(e){var n=ne.H.onMessageOfType("comparisonContextLines",(function(o){e(o.lines),n.dispose()}))}));return(0,u.p4)(n)}))}});function Fe(e){var n=Me(e);return[n.get(),(0,p.useCallback)((function(){(0,c.z)((function(){var e=n.get();n.set(Object.assign(Object.assign({},e),{isLoading:!0}))}))}),[n])]}var Re=(0,d.Pi)((function(e){var n=e.comparison,o=Fe(n),i=(0,t.Z)(o,2),a=i[0],s=i[1];(0,p.useEffect)(s,[n,s]);var l=g.X.get();return(0,r.jsx)("div",Object.assign({"data-testid":"comparison-view",className:"comparison-view"},{children:(0,r.jsxs)(K,Object.assign({colorMode:"light"===l?"day":"night"},{children:[(0,r.jsx)(Le,{}),(0,r.jsxs)(Q,Object.assign({className:"comparison-view-base-styles"},{children:[(0,r.jsx)(Ie,{comparison:n}),(0,r.jsx)("div",Object.assign({className:"comparison-view-details"},{children:null==a.data?(0,r.jsx)(m.J,{icon:"loading"}):null!=a.data.error?(0,r.jsx)(h.Wq,{error:a.data.error,title:"Unable to load comparison"}):0===a.data.value.length?(0,r.jsx)(f.u,{children:"No Changes"}):a.data.value.map((function(e,o){return(0,r.jsx)(Be,{diff:e,comparison:n},o)}))}))]}))]}))}))})),Pe=[a.ComparisonType.UncommittedChanges,a.ComparisonType.HeadChanges,a.ComparisonType.StackChanges],Ie=(0,d.Pi)((function(e){var n=e.comparison,o=Fe(n),s=(0,t.Z)(o,2),l=s[0],d=s[1];return(0,r.jsx)(r.Fragment,{children:(0,r.jsxs)("div",Object.assign({className:"comparison-view-header"},{children:[(0,r.jsxs)("span",Object.assign({className:"comparison-view-header-group"},{children:[(0,r.jsxs)(i.Yb,Object.assign({"data-testid":"comparison-view-picker",value:n.type,onChange:function(e){var n=Ne._.get();Ne._.set(Object.assign(Object.assign({},n),{comparison:{type:e.currentTarget.value}}))}},{children:[Pe.map((function(e){return(0,r.jsx)(i.nH,Object.assign({value:e},{children:(0,a.labelForComparison)({type:e})}),e)})),Pe.includes(n.type)?null:(0,r.jsx)(i.nH,Object.assign({value:n.type},{children:(0,a.labelForComparison)(n)}),n.type)]})),(0,r.jsx)(v.u,Object.assign({delayMs:1e3,title:"Reload this comparison. Comparisons do not refresh automatically."},{children:(0,r.jsx)(i.vD,Object.assign({appearance:"secondary",onClick:d},{children:(0,r.jsx)(m.J,{icon:"refresh","data-testid":"comparison-refresh-button"})}))})),l.isLoading?(0,r.jsx)(m.J,{icon:"loading","data-testid":"comparison-loading"}):null]})),(0,r.jsx)(i.vD,Object.assign({"data-testid":"close-comparison-view-button",appearance:"icon",onClick:function(){return(0,c.z)((function(){var e=Ne._.get();Ne._.set(Object.assign(Object.assign({},e),{visible:!1}))}))}},{children:(0,r.jsx)(m.J,{icon:"x"})}))]}))})}));function Be(e){var n,o,t=e.diff,i=e.comparison,s=null!==(o=null!==(n=t.newFileName)&&void 0!==n?n:t.oldFileName)&&void 0!==o?o:"",l={id:{path:s,comparison:i},atoms:{lineRange:Ee},copy:y.J.clipboardCopy,openFileToLine:(0,a.comparisonIsAgainstHead)(i)?function(e){return y.J.openFile(s,{line:e})}:void 0};return(0,r.jsx)("div",Object.assign({className:"comparison-view-file"},{children:(0,r.jsx)(Ce,{ctx:l,patch:t,path:s})}),s)}}}]);
|