@vscode/codicons 0.0.45-1 → 0.0.45-11
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/dist/codicon.css +5 -1
- package/dist/codicon.csv +4 -0
- package/dist/codicon.html +75 -1
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +4 -0
- package/dist/metadata.json +10 -0
- package/package.json +1 -1
- package/src/icons/arrow-down.svg +1 -1
- package/src/icons/arrow-left.svg +1 -1
- package/src/icons/arrow-right.svg +1 -1
- package/src/icons/arrow-up.svg +1 -1
- package/src/icons/chevron-down.svg +1 -1
- package/src/icons/chevron-left.svg +1 -1
- package/src/icons/chevron-right.svg +1 -1
- package/src/icons/chevron-up.svg +1 -1
- package/src/icons/chrome-minimize.svg +1 -1
- package/src/icons/claude.svg +1 -0
- package/src/icons/close-all.svg +1 -1
- package/src/icons/collapse-all.svg +1 -1
- package/src/icons/diff-added.svg +1 -1
- package/src/icons/diff-ignored.svg +1 -1
- package/src/icons/diff-modified.svg +1 -1
- package/src/icons/diff-removed.svg +1 -1
- package/src/icons/diff-renamed.svg +1 -1
- package/src/icons/download.svg +1 -1
- package/src/icons/expand-all.svg +1 -1
- package/src/icons/export.svg +1 -1
- package/src/icons/git-fetch.svg +1 -1
- package/src/icons/link-external.svg +1 -1
- package/src/icons/new-session.svg +1 -0
- package/src/icons/open-in-product.svg +1 -1
- package/src/icons/open-in-window.svg +1 -0
- package/src/icons/openai.svg +1 -0
- package/src/icons/remote.svg +1 -1
- package/src/icons/repo-clone.svg +1 -1
- package/src/icons/sign-in.svg +1 -1
- package/src/icons/sign-out.svg +1 -1
- package/src/icons/symbol-operator.svg +1 -1
- package/src/icons/thinking.svg +1 -1
- package/src/icons/worktree-small.svg +1 -1
- package/src/icons/worktree.svg +1 -1
- package/src/template/mapping.json +12 -0
- package/src/template/metadata.json +10 -0
- package/.github/workflows/build.yml +0 -67
package/dist/codicon.ttf
CHANGED
|
Binary file
|
package/dist/codiconsLibrary.ts
CHANGED
|
@@ -652,4 +652,8 @@ export const codiconsLibrary = {
|
|
|
652
652
|
worktree: register('worktree', 0xec7e),
|
|
653
653
|
screenCut: register('screen-cut', 0xec7f),
|
|
654
654
|
ask: register('ask', 0xec80),
|
|
655
|
+
openai: register('openai', 0xec81),
|
|
656
|
+
claude: register('claude', 0xec82),
|
|
657
|
+
openInWindow: register('open-in-window', 0xec83),
|
|
658
|
+
newSession: register('new-session', 0xec84),
|
|
655
659
|
} as const;
|
package/dist/metadata.json
CHANGED
|
@@ -589,6 +589,11 @@
|
|
|
589
589
|
"category": "file",
|
|
590
590
|
"description": "New folder"
|
|
591
591
|
},
|
|
592
|
+
"new-session": {
|
|
593
|
+
"tags": ["create", "add", "session", "compose", "edit", "chat", "start"],
|
|
594
|
+
"category": "action",
|
|
595
|
+
"description": "Start a new session"
|
|
596
|
+
},
|
|
592
597
|
"note": {
|
|
593
598
|
"tags": ["document", "memo", "text", "write"],
|
|
594
599
|
"category": "content",
|
|
@@ -1934,6 +1939,11 @@
|
|
|
1934
1939
|
"category": "action",
|
|
1935
1940
|
"description": "Open in product"
|
|
1936
1941
|
},
|
|
1942
|
+
"open-in-window": {
|
|
1943
|
+
"tags": ["launch", "external", "view", "window", "arrow", "new", "open"],
|
|
1944
|
+
"category": "action",
|
|
1945
|
+
"description": "Open in new window"
|
|
1946
|
+
},
|
|
1937
1947
|
"open-preview": {
|
|
1938
1948
|
"tags": ["view", "see", "display", "show", "window"],
|
|
1939
1949
|
"category": "action",
|
package/package.json
CHANGED
package/src/icons/arrow-down.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13.854 8.146C13.659 7.951 13.342 7.951 13.147 8.146L9.00096 12.292V2.5C9.00096 2.224 8.77696 2 8.50096 2C8.22496 2 8.00096 2.224 8.00096 2.5V12.293L3.85496 8.147C3.65996 7.952 3.34296 7.952 3.14796 8.147C2.95296 8.342 2.95296 8.659 3.14796 8.854L8.14796 13.854C8.24596 13.952 8.37396 14 8.50196 14C8.62996 14 8.75796 13.951 8.85596 13.854L13.856 8.854C14.051 8.659 14.051 8.342 13.856 8.147L13.854 8.146Z"/></svg>
|
package/src/icons/arrow-left.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13.5 8.
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13.5 8.00023H3.70701L7.85301 3.85423C8.04801 3.65923 8.04801 3.34223 7.85301 3.14723C7.65801 2.95223 7.34101 2.95223 7.14601 3.14723L2.14601 8.14723C1.95101 8.34223 1.95101 8.65923 2.14601 8.85423L7.14601 13.8542C7.24401 13.9522 7.37201 14.0002 7.50001 14.0002C7.62801 14.0002 7.75601 13.9512 7.85401 13.8542C8.04901 13.6592 8.04901 13.3422 7.85401 13.1472L3.70801 9.00123H13.501C13.777 9.00123 14.001 8.77723 14.001 8.50123C14.001 8.22523 13.777 8.00123 13.501 8.00123L13.5 8.00023Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13.854 8.14576L8.854 3.14576C8.659 2.95076 8.342 2.95076 8.147 3.14576C7.952 3.34076 7.952 3.65776 8.147 3.85276L12.293 7.99876H2.5C2.224 7.99876 2 8.22276 2 8.49876C2 8.77476 2.224 8.99876 2.5 8.99876H12.293L8.147 13.1448C7.952 13.3398 7.952 13.6568 8.147 13.8518C8.245 13.9498 8.373 13.9978 8.501 13.9978C8.629 13.9978 8.757 13.9488 8.855 13.8518L13.855 8.85176C14.05 8.65676 14.05 8.33976 13.855 8.14476L13.854 8.14576Z"/></svg>
|
package/src/icons/arrow-up.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13.854 7.14576L8.85401 2.14576C8.65901 1.95076 8.34201 1.95076 8.14701 2.14576L3.14601 7.14576C2.95101 7.34076 2.95101 7.65776 3.14601 7.85276C3.34101 8.04776 3.65801 8.04776 3.85301 7.85276L7.99901 3.70676V13.4998C7.99901 13.7758 8.22301 13.9998 8.49901 13.9998C8.77501 13.9998 8.99901 13.7758 8.99901 13.4998V3.70676L13.145 7.85276C13.243 7.95076 13.371 7.99876 13.499 7.99876C13.627 7.99876 13.755 7.94976 13.853 7.85276C14.048 7.65776 14.048 7.34076 13.853 7.14576H13.854Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M3.
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M3.14598 5.85423L7.64598 10.3542C7.84098 10.5492 8.15798 10.5492 8.35298 10.3542L12.853 5.85423C13.048 5.65923 13.048 5.34223 12.853 5.14723C12.658 4.95223 12.341 4.95223 12.146 5.14723L7.99998 9.29323L3.85398 5.14723C3.65898 4.95223 3.34198 4.95223 3.14698 5.14723C2.95198 5.34223 2.95098 5.65923 3.14598 5.85423Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M9.14601 3.14623L4.64601 7.64623C4.45101 7.84123 4.45101 8.15823 4.64601 8.35323L9.14601 12.8532C9.34101 13.0482 9.65801 13.0482 9.85301 12.8532C10.048 12.6582 10.048 12.3412 9.85301 12.1462L5.70701 8.00023L9.85301 3.85423C10.048 3.65923 10.048 3.34223 9.85301 3.14723C9.65801 2.95223 9.34101 2.95223 9.14601 3.14723V3.14623Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M6.14601 3.14579C5.95101 3.34079 5.95101 3.65779 6.14601 3.85279L10.292 7.99879L6.14601 12.1448C5.95101 12.3398 5.95101 12.6568 6.14601 12.8518C6.34101 13.0468 6.65801 13.0468 6.85301 12.8518L11.353 8.35179C11.548 8.15679 11.548 7.83979 11.353 7.64478L6.85301 3.14479C6.65801 2.94979 6.34101 2.95079 6.14601 3.14579Z"/></svg>
|
package/src/icons/chevron-up.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M3.
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M3.14603 9.85423C3.34103 10.0492 3.65803 10.0492 3.85303 9.85423L7.99903 5.70823L12.145 9.85423C12.34 10.0492 12.657 10.0492 12.852 9.85423C13.047 9.65923 13.047 9.34223 12.852 9.14723L8.35203 4.64723C8.15703 4.45223 7.84003 4.45223 7.64503 4.64723L3.14503 9.14723C2.95003 9.34223 2.95103 9.65923 3.14603 9.85423Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M3
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M3 7.5C3 7.22386 3.22386 7 3.5 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H3.5C3.22386 8 3 7.77614 3 7.5Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M6.96 15.2L7.184 14.208L7.44 12.928L7.648 11.904L7.84 10.64L7.952 10.224L7.936 10.192L7.856 10.208L6.896 11.52L5.44 13.488L4.288 14.704L4.016 14.816L3.536 14.576L3.584 14.128L3.856 13.744L5.44 11.712L6.4 10.448L7.024 9.728L7.008 9.632H6.976L2.752 12.384L2 12.48L1.664 12.176L1.712 11.68L1.872 11.52L3.136 10.64L6.288 8.88L6.336 8.72L6.288 8.64H6.128L5.6 8.608L3.808 8.56L2.256 8.496L0.736 8.416L0.352 8.336L0 7.856L0.032 7.616L0.352 7.408L0.816 7.44L1.824 7.52L3.344 7.616L4.448 7.68L6.08 7.856H6.336L6.368 7.744L6.288 7.68L6.224 7.616L4.64 6.56L2.944 5.44L2.048 4.784L1.568 4.448L1.328 4.144L1.232 3.472L1.664 2.992L2.256 3.04L2.4 3.072L2.992 3.536L4.256 4.512L5.92 5.744L6.16 5.936L6.272 5.872V5.824L6.16 5.648L5.264 4.016L4.304 2.352L3.872 1.664L3.76 1.248C3.7176 1.104 3.696 0.944 3.696 0.768L4.192 0.096L4.464 0L5.136 0.096L5.408 0.336L5.824 1.28L6.48 2.768L7.52 4.784L7.824 5.392L7.984 5.936L8.048 6.112H8.16V6.016L8.24 4.864L8.4 3.472L8.56 1.68L8.608 1.168L8.864 0.56L9.36 0.24L9.744 0.416L10.064 0.88L10.016 1.168L9.84 2.4L9.456 4.336L9.216 5.648H9.36L9.52 5.472L10.176 4.608L11.28 3.232L11.76 2.688L12.336 2.08L12.704 1.792H13.392L13.888 2.544L13.664 3.328L12.96 4.224L12.368 4.976L11.52 6.112L11.008 7.024L11.056 7.088H11.168L13.072 6.672L14.112 6.496L15.328 6.288L15.888 6.544L15.952 6.8L15.728 7.344L14.416 7.664L12.88 7.968L10.592 8.512L10.56 8.528L10.592 8.576L11.616 8.672L12.064 8.704H13.152L15.168 8.848L15.696 9.2L16 9.616L15.952 9.952L15.136 10.352L14.048 10.096L11.488 9.488L10.624 9.28H10.496V9.344L11.232 10.064L12.56 11.264L14.24 12.816L14.32 13.2L14.112 13.52L13.888 13.488L12.416 12.368L11.84 11.872L10.56 10.8H10.48V10.912L10.768 11.344L12.336 13.696L12.416 14.416L12.304 14.64L11.888 14.784L11.456 14.704L10.528 13.424L9.584 11.968L8.816 10.672L8.736 10.736L8.272 15.568L8.064 15.808L7.584 16L7.184 15.696L6.96 15.2Z"/></svg>
|
package/src/icons/close-all.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M15 6V11C15 13.21 13.21 15 11 15H6C5.26 15 4.62 14.6 4.27 14H11C12.65 14 14 12.65 14 11V4.27C14.6 4.62 15 5.26 15 6ZM11 13H4C2.897 13 2 12.103 2 11V4C2 2.897 2.897 2 4 2H11C12.103 2 13 2.897 13 4V11C13 12.103 12.103 13 11 13ZM4 12H11C11.552 12 12 11.552 12 11V4C12 3.449 11.552 3 11 3H4C3.448 3 3 3.449 3 4V11C3 11.552 3.448 12 4 12ZM9.854 5.146C9.659 4.951 9.342 4.951 9.147 5.146L7.501 6.792L5.855 5.146C5.66 4.951 5.343 4.951 5.148 5.146C4.953 5.341 4.953 5.658 5.148 5.853L6.794 7.499L5.148 9.145C4.953 9.34 4.953 9.657 5.148 9.852C5.246 9.95 5.374 9.998 5.502 9.998C5.63 9.998 5.758 9.949 5.856 9.852L7.502 8.206L9.148 9.852C9.246 9.95 9.374 9.998 9.502 9.998C9.63 9.998 9.758 9.949 9.856 9.852C10.051 9.657 10.051 9.34 9.856 9.145L8.21 7.499L9.856 5.853C10.051 5.658 10.051 5.341 9.856 5.146H9.854Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M14
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M14 4.27051C14.5999 4.62053 15 5.26009 15 6V11C15 13.21 13.21 15 11 15H6C5.26009 15 4.62053 14.5999 4.27051 14H11C12.65 14 14 12.65 14 11V4.27051Z"/><path d="M9.5 7C9.776 7 10 7.224 10 7.5C10 7.776 9.776 8 9.5 8H5.5C5.224 8 5 7.776 5 7.5C5 7.224 5.224 7 5.5 7H9.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11 2C12.103 2 13 2.897 13 4V11C13 12.103 12.103 13 11 13H4C2.897 13 2 12.103 2 11V4C2 2.897 2.897 2 4 2H11ZM4 3C3.449 3 3 3.449 3 4V11C3 11.552 3.449 12 4 12H11C11.551 12 12 11.552 12 11V4C12 3.449 11.551 3 11 3H4Z"/></svg>
|
package/src/icons/diff-added.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M11.5 1H3.5C2.122 1 1 2.122 1 3.5V11.5C1 12.878 2.122 14 3.5 14H11.5C12.878 14 14 12.878 14 11.5V3.5C14 2.122 12.878 1 11.5 1ZM13 11.5C13 12.327 12.327 13 11.5 13H3.5C2.673 13 2 12.327 2 11.5V3.5C2 2.673 2.673 2 3.5 2H11.5C12.327 2 13 2.673 13 3.5V11.5ZM11 7.5C11 7.776 10.776 8 10.5 8H8V10.5C8 10.776 7.776 11 7.5 11C7.224 11 7 10.776 7 10.5V8H4.5C4.224 8 4 7.776 4 7.5C4 7.224 4.224 7 4.5 7H7V4.5C7 4.224 7.224 4 7.5 4C7.776 4 8 4.224 8 4.5V7H10.5C10.776 7 11 7.224 11 7.5Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M11.5 1H3.5C2.122 1 1 2.122 1 3.5V11.5C1 12.878 2.122 14 3.5 14H11.5C12.878 14 14 12.878 14 11.5V3.5C14 2.122 12.878 1 11.5 1ZM13 11.5C13 12.327 12.327 13 11.5 13H3.5C2.673 13 2 12.327 2 11.5V3.5C2 2.673 2.673 2 3.5 2H11.5C12.327 2 13 2.673 13 3.5V11.5ZM10.854 4.146C11.049 4.341 11.049 4.658 10.854 4.853L4.854 10.853C4.756 10.951 4.628 10.999 4.5 10.999C4.372 10.999 4.244 10.95 4.146 10.853C3.951 10.658 3.951 10.341 4.146 10.146L10.146 4.146C10.341 3.951 10.659 3.951 10.854 4.146Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M11.
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M11 7.5C11 9.43 9.43 11 7.5 11C5.57 11 4 9.43 4 7.5C4 5.57 5.57 4 7.5 4C9.43 4 11 5.57 11 7.5ZM14 3.5V11.5C14 12.878 12.878 14 11.5 14H3.5C2.122 14 1 12.878 1 11.5V3.5C1 2.122 2.122 1 3.5 1H11.5C12.878 1 14 2.122 14 3.5ZM13 3.5C13 2.673 12.327 2 11.5 2H3.5C2.673 2 2 2.673 2 3.5V11.5C2 12.327 2.673 13 3.5 13H11.5C12.327 13 13 12.327 13 11.5V3.5Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M11.5 1H3.5C2.122 1 1 2.122 1 3.5V11.5C1 12.878 2.122 14 3.5 14H11.5C12.878 14 14 12.878 14 11.5V3.5C14 2.122 12.878 1 11.5 1ZM13 11.5C13 12.327 12.327 13 11.5 13H3.5C2.673 13 2 12.327 2 11.5V3.5C2 2.673 2.673 2 3.5 2H11.5C12.327 2 13 2.673 13 3.5V11.5ZM11 7.5C11 7.776 10.776 8 10.5 8H4.5C4.224 8 4 7.776 4 7.5C4 7.224 4.224 7 4.5 7H10.5C10.776 7 11 7.224 11 7.5Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M11.5
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M11.5 1H3.5C2.122 1 1 2.122 1 3.5V11.5C1 12.878 2.122 14 3.5 14H11.5C12.878 14 14 12.878 14 11.5V3.5C14 2.122 12.878 1 11.5 1ZM13 11.5C13 12.327 12.327 13 11.5 13H3.5C2.673 13 2 12.327 2 11.5V3.5C2 2.673 2.673 2 3.5 2H11.5C12.327 2 13 2.673 13 3.5V11.5ZM10.854 7.146C11.049 7.341 11.049 7.658 10.854 7.853L8.854 9.853C8.756 9.951 8.628 9.999 8.5 9.999C8.372 9.999 8.244 9.95 8.146 9.853C7.951 9.658 7.951 9.341 8.146 9.146L9.292 8H4.499C4.223 8 3.999 7.776 3.999 7.5C3.999 7.224 4.223 7 4.499 7H9.292L8.146 5.854C7.951 5.659 7.951 5.342 8.146 5.147C8.341 4.952 8.658 4.952 8.853 5.147L10.853 7.147L10.854 7.146Z"/></svg>
|
package/src/icons/download.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M12 13.5C12 13.776 11.776 14 11.5 14H3.5C3.224 14 3 13.776 3 13.5C3 13.224 3.224 13 3.5 13H11.5C11.776 13 12 13.224 12 13.5ZM7.146 11.854C7.341 12.049 7.658 12.049 7.853 11.854L11.853 7.854C12.048 7.659 12.048 7.342 11.853 7.147C11.658 6.952 11.341 6.952 11.146 7.147L8 10.294V1.5C8 1.224 7.776 1 7.5 1C7.224 1 7 1.224 7 1.5V10.293L3.854 7.146C3.659 6.951 3.342 6.951 3.147 7.146C2.952 7.341 2.952 7.658 3.147 7.853L7.147 11.853L7.146 11.854Z"/></svg>
|
package/src/icons/expand-all.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M15 6V11C15 13.21 13.21 15 11 15H6C5.26 15 4.62 14.6 4.27 14H11C12.65 14 14 12.65 14 11V4.27C14.6 4.62 15 5.26 15 6ZM11 13H4C2.897 13 2 12.103 2 11V4C2 2.897 2.897 2 4 2H11C12.103 2 13 2.897 13 4V11C13 12.103 12.103 13 11 13ZM4 12H11C11.551 12 12 11.552 12 11V4C12 3.449 11.551 3 11 3H4C3.449 3 3 3.449 3 4V11C3 11.552 3.449 12 4 12ZM9.5 7H8V5.5C8 5.224 7.776 5 7.5 5C7.224 5 7 5.224 7 5.5V7H5.5C5.224 7 5 7.224 5 7.5C5 7.776 5.224 8 5.5 8H7V9.5C7 9.776 7.224 10 7.5 10C7.776 10 8 9.776 8 9.5V8H9.5C9.776 8 10 7.776 10 7.5C10 7.224 9.776 7 9.5 7Z"/></svg>
|
package/src/icons/export.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M1.5 2.
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M1.5 2.99976C1.776 2.99976 2 3.22376 2 3.49976V11.4998C2 11.7758 1.776 11.9998 1.5 11.9998C1.224 11.9998 1 11.7758 1 11.4998V3.49976C1 3.22376 1.224 2.99976 1.5 2.99976ZM10.146 3.14576C10.341 2.95076 10.658 2.95076 10.853 3.14576L14.853 7.14576C15.048 7.34076 15.048 7.65776 14.853 7.85276L10.853 11.8528C10.658 12.0478 10.341 12.0478 10.146 11.8528C9.951 11.6578 9.951 11.3408 10.146 11.1458L13.293 7.99976H4.5C4.224 7.99976 4 7.77576 4 7.49976C4 7.22376 4.224 6.99976 4.5 6.99976H13.293L10.147 3.85376C9.952 3.65876 9.952 3.34176 10.147 3.14676L10.146 3.14576Z"/></svg>
|
package/src/icons/git-fetch.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13.854 8.854L8.85401 13.854C8.75601 13.952 8.62801 14 8.50001 14C8.37201 14 8.24401 13.951 8.14601 13.854L3.14601 8.854C2.95101 8.659 2.95101 8.342 3.14601 8.147C3.34101 7.952 3.65801 7.952 3.85301 8.147L7.99901 12.293V10.427C7.99901 10.151 8.22301 9.927 8.49901 9.927C8.77501 9.927 8.99901 10.151 8.99901 10.427V12.293L13.145 8.147C13.34 7.952 13.657 7.952 13.852 8.147C14.047 8.342 14.047 8.659 13.852 8.854H13.854ZM8.50001 9C8.77601 9 9.00001 8.776 9.00001 8.5V6.5C9.00001 6.224 8.77601 6 8.50001 6C8.22401 6 8.00001 6.224 8.00001 6.5V8.5C8.00001 8.776 8.22401 9 8.50001 9ZM8.50001 5C8.77601 5 9.00001 4.776 9.00001 4.5V2.5C9.00001 2.224 8.77601 2 8.50001 2C8.22401 2 8.00001 2.224 8.00001 2.5V4.5C8.00001 4.776 8.22401 5 8.50001 5Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M15 9.5V12.5C15 13.879 13.879 15 12.5 15H3.5C2.121 15 1 13.879 1 12.5V3.5C1 2.121 2.121 1 3.5 1H6.5C6.776 1 7 1.224 7 1.5C7 1.776 6.776 2 6.5 2H3.5C2.673 2 2 2.673 2 3.5V12.5C2 13.327 2.673 14 3.5 14H12.5C13.327 14 14 13.327 14 12.5V9.5C14 9.224 14.224 9 14.5 9C14.776 9 15 9.224 15 9.5ZM14.5 1H9.5C9.224 1 9 1.224 9 1.5C9 1.776 9.224 2 9.5 2H13.293L9.147 6.146C8.952 6.341 8.952 6.658 9.147 6.853C9.245 6.951 9.373 6.999 9.501 6.999C9.629 6.999 9.757 6.95 9.855 6.853L14.001 2.707V6.5C14.001 6.776 14.225 7 14.501 7C14.777 7 15.001 6.776 15.001 6.5V1.5C15.001 1.224 14.777 1 14.501 1H14.5Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M14 6.76601L15 5.76601V12C15 13.654 13.654 15 12 15H4C2.346 15 1 13.654 1 12V4.00001C1 2.34601 2.346 1.00001 4 1.00001H10.233L9.233 2.00001H4C2.897 2.00001 2 2.89701 2 4.00001V12C2 13.103 2.897 14 4 14H12C13.103 14 14 13.103 14 12V6.76601ZM15.453 0.547012H15.452C14.722 -0.182988 13.538 -0.182988 12.807 0.547012L7.978 5.37601C7.696 5.65801 7.497 6.01001 7.4 6.39701L7.026 7.89501C6.863 8.54601 7.453 9.13601 8.105 8.97401L9.603 8.59901C9.989 8.50201 10.342 8.30301 10.624 8.02101L15.453 3.19201C16.183 2.46201 16.183 1.27801 15.453 0.547012Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M15
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M15 3.5V6.5C15 6.776 14.776 7 14.5 7C14.224 7 14 6.776 14 6.5V3.5C14 2.673 13.327 2 12.5 2H3.5C2.673 2 2 2.673 2 3.5V12.5C2 13.327 2.673 14 3.5 14H6.5C6.776 14 7 14.224 7 14.5C7 14.776 6.776 15 6.5 15H3.5C2.121 15 1 13.879 1 12.5V3.5C1 2.121 2.121 1 3.5 1H12.5C13.879 1 15 2.121 15 3.5ZM15 9.5C15 9.224 14.776 9 14.5 9H9.5C9.224 9 9 9.224 9 9.5V14.5C9 14.776 9.224 15 9.5 15C9.776 15 10 14.776 10 14.5V10.707L14.146 14.853C14.244 14.951 14.372 14.999 14.5 14.999C14.628 14.999 14.756 14.95 14.854 14.853C15.049 14.658 15.049 14.341 14.854 14.146L10.708 10H14.501C14.777 10 15.001 9.776 15.001 9.5H15Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M11.499 4C11.775 4.00001 11.999 4.22401 11.999 4.5L12 8.5C12 8.776 11.776 9 11.5 9C11.224 9 11 8.776 11 8.5V5.70703L3.85449 12.8525C3.75649 12.9505 3.628 12.999 3.5 12.999C3.37201 12.999 3.24448 12.9495 3.14648 12.8525C2.95148 12.6575 2.95148 12.3415 3.14648 12.1465L10.292 5H7.49902C7.22302 5 6.99902 4.776 6.99902 4.5C6.99902 4.224 7.22302 4 7.49902 4H11.499Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 1C13.879 1 15 2.121 15 3.5V10.5C15 11.879 13.879 13 12.5 13H12V13.5C12 14.879 10.879 16 9.5 16H2.5C1.121 16 0 14.879 0 13.5V6.5C0 5.121 1.121 4 2.5 4H3V3.5C3 2.121 4.121 1 5.5 1H12.5ZM5.5 2C4.673 2 4 2.673 4 3.5V9.5C4 9.776 3.776 10 3.5 10C3.224 10 3 9.776 3 9.5V5H2.5C1.673 5 1 5.673 1 6.5V13.5C1 14.327 1.673 15 2.5 15H9.5C10.327 15 11 14.327 11 13.5V13H6.5C6.224 13 6 12.776 6 12.5C6 12.224 6.224 12 6.5 12H12.5C13.327 12 14 11.327 14 10.5V3.5C14 2.673 13.327 2 12.5 2H5.5Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M6.13671 5.82399V4.30398C6.13671 4.17596 6.18431 4.07991 6.29527 4.01598L9.32406 2.256C9.73637 2.01602 10.228 1.90406 10.7353 1.90406C12.6382 1.90406 13.8434 3.3921 13.8434 4.97604C13.8434 5.088 13.8434 5.21602 13.8274 5.34404L10.6877 3.488C10.4975 3.37605 10.3071 3.37605 10.1168 3.488L6.13671 5.82399ZM13.209 11.7441V8.11195C13.209 7.88789 13.1138 7.72791 12.9236 7.61594L8.94344 5.27995L10.2437 4.5279C10.3547 4.46397 10.4499 4.46397 10.5609 4.5279L13.5896 6.28789C14.4619 6.79996 15.0484 7.88789 15.0484 8.94385C15.0484 10.1598 14.335 11.28 13.209 11.7441ZM5.20114 8.54404L3.90086 7.77608C3.78989 7.71215 3.7423 7.6161 3.7423 7.48808V3.96811C3.7423 2.25615 5.04259 0.960061 6.80278 0.960061C7.46883 0.960061 8.08714 1.18413 8.61056 1.58409L5.48672 3.40816C5.29649 3.52012 5.20129 3.68011 5.20129 3.90418L5.20114 8.54404ZM7.99999 10.176L6.13671 9.12005V6.8801L7.99999 5.82414L9.8631 6.8801V9.12005L7.99999 10.176ZM9.19719 15.0401C8.53113 15.0401 7.91282 14.816 7.3894 14.4161L10.5132 12.5919C10.7034 12.48 10.7987 12.3201 10.7987 12.096V7.45596L12.1149 8.22392C12.2258 8.28785 12.2734 8.3839 12.2734 8.51192V12.0319C12.2734 13.7438 10.9572 15.0401 9.19719 15.0401ZM5.43898 11.4721L2.41018 9.71211C1.53796 9.20003 0.95134 8.11211 0.95134 7.05615C0.95134 5.82414 1.68077 4.72016 2.80657 4.25611V7.9041C2.80657 8.12817 2.90177 8.28815 3.092 8.40012L7.05637 10.72L5.75609 11.4721C5.64513 11.5361 5.54993 11.5361 5.43898 11.4721ZM5.26465 14.0961C3.47278 14.0961 2.15658 12.736 2.15658 11.056C2.15658 10.928 2.17249 10.8 2.18826 10.672L5.3121 12.4961C5.50234 12.608 5.69273 12.608 5.88297 12.4961L9.8631 10.1762V11.6962C9.8631 11.8242 9.8155 11.9202 9.70454 11.9841L6.67574 13.7441C6.26344 13.9841 5.77199 14.0961 5.26465 14.0961ZM9.19719 16C11.1159 16 12.7174 14.624 13.0823 12.8C14.8582 12.3359 16 10.6559 16 8.944C16 7.82396 15.5243 6.73603 14.668 5.95201C14.7473 5.61598 14.7949 5.27995 14.7949 4.94407C14.7949 2.65612 12.9554 0.944002 10.8305 0.944002C10.4025 0.944002 9.99013 1.00794 9.57782 1.15201C8.86416 0.447988 7.88099 0 6.80278 0C4.88403 0 3.28254 1.37593 2.91768 3.19999C1.14173 3.66404 0 5.34404 0 7.056C0 8.17604 0.475669 9.26397 1.33197 10.048C1.25269 10.384 1.20509 10.72 1.20509 11.0559C1.20509 13.3438 3.04456 15.0559 5.16946 15.0559C5.59753 15.0559 6.00984 14.9921 6.42215 14.848C7.13565 15.552 8.11882 16 9.19719 16Z"/></svg>
|
package/src/icons/remote.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M3.14573 5.14704C3.34064 4.95221 3.65776 4.95237 3.85277 5.14704L7.85277 9.14704L7.85374 9.14606C8.04873 9.34105 8.0487 9.65809 7.85374 9.8531L3.85374 13.8531C3.7558 13.951 3.62815 13.9995 3.50023 13.9996C3.37223 13.9996 3.24373 13.9501 3.14573 13.8531C2.95103 13.6581 2.95083 13.341 3.14573 13.1461L6.79222 9.50056L3.14573 5.85407C2.95104 5.65905 2.95084 5.34194 3.14573 5.14704Z"/><path d="M12.1457 1.14704C12.3406 0.952206 12.6578 0.952371 12.8528 1.14704C13.0477 1.34202 13.0477 1.65907 12.8528 1.85407L9.20726 5.50056L12.8537 9.14704C13.0487 9.34202 13.0487 9.65907 12.8537 9.85407C12.7558 9.95101 12.6282 10.0005 12.5002 10.0006C12.3722 10.0006 12.2437 9.95207 12.1457 9.85407L8.14573 5.85407C7.95104 5.65905 7.95084 5.34194 8.14573 5.14704L12.1457 1.14704Z"/></svg>
|
package/src/icons/repo-clone.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M6.352 4.147L7.498 5.293V0.5C7.498 0.224 7.722 0 7.998 0C8.274 0 8.498 0.224 8.498 0.5V5.294L9.644 4.148C9.742 4.05 9.87 4.002 9.998 4.002C10.126 4.002 10.254 4.052 10.352 4.148C10.547 4.343 10.547 4.66 10.352 4.855L8.352 6.855C8.157 7.05 7.841 7.05 7.646 6.855L5.646 4.855C5.451 4.66 5.451 4.343 5.646 4.148C5.841 3.953 6.157 3.951 6.352 4.147ZM12.5 12C12.776 12 13 11.776 13 11.5V3C13 1.895 12.105 1 11 1H10V2H11C11.552 2 12 2.448 12 3V11H4V3C4 2.448 4.448 2 5 2H6V1H5C3.895 1 3 1.895 3 3V13C3 14.105 3.895 15 5 15V15.5C5 15.702 5.122 15.885 5.309 15.962C5.495 16.039 5.711 15.997 5.854 15.854L6.5 15.208L7.146 15.854C7.242 15.95 7.37 16 7.5 16C7.564 16 7.63 15.987 7.691 15.962C7.878 15.885 8 15.702 8 15.5V15H12.5C12.776 15 13 14.776 13 14.5C13 14.224 12.776 14 12.5 14H8V13.5C8 13.224 7.776 13 7.5 13H5.5C5.224 13 5 13.224 5 13.5V14C4.448 14 4 13.552 4 13V12H12.5Z"/></svg>
|
package/src/icons/sign-in.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M10 13.5C10 13.776 9.776 14 9.5 14H4.5C3.119 14 2 12.881 2 11.5V3.5C2 2.119 3.119 1 4.5 1H9.5C9.776 1 10 1.224 10 1.5C10 1.776 9.776 2 9.5 2H4.5C3.672 2 3 2.672 3 3.5V11.5C3 12.328 3.672 13 4.5 13H9.5C9.776 13 10 13.224 10 13.5ZM14.5 6.999H7.707L9.853 4.853C10.048 4.658 10.048 4.341 9.853 4.146C9.658 3.951 9.341 3.951 9.146 4.146L6.146 7.146C5.951 7.341 5.951 7.657 6.146 7.852L9.146 10.852C9.341 11.047 9.658 11.047 9.853 10.852C10.048 10.657 10.048 10.34 9.853 10.145L7.707 7.999H14.5C14.776 7.999 15 7.775 15 7.499C15 7.223 14.776 6.999 14.5 6.999Z"/></svg>
|
package/src/icons/sign-out.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M10 13.5C10 13.776 9.776 14 9.5 14H4.5C3.119 14 2 12.881 2 11.5V3.5C2 2.119 3.119 1 4.5 1H9.5C9.776 1 10 1.224 10 1.5C10 1.776 9.776 2 9.5 2H4.5C3.672 2 3 2.672 3 3.5V11.5C3 12.328 3.672 13 4.5 13H9.5C9.776 13 10 13.224 10 13.5ZM13.854 7.148L10.854 4.148C10.659 3.953 10.342 3.953 10.147 4.148C9.952 4.343 9.952 4.66 10.147 4.855L12.293 7.001H5.5C5.224 7.001 5 7.225 5 7.501C5 7.777 5.224 8.001 5.5 8.001H12.293L10.147 10.147C9.952 10.342 9.952 10.659 10.147 10.854C10.342 11.049 10.659 11.049 10.854 10.854L13.854 7.854C14.049 7.659 14.049 7.343 13.854 7.148Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M7 4.5C7 4.776 6.776 5 6.5 5H5V6.5C5 6.776 4.776 7 4.5 7C4.224 7 4 6.776 4 6.5V5H2.5C2.224 5 2 4.776 2 4.5C2 4.224 2.224 4 2.5 4H4V2.5C4 2.224 4.224 2 4.5 2C4.776 2 5 2.224 5 2.5V4H6.5C6.776 4 7 4.224 7 4.5ZM9.5 5H13.5C13.776 5 14 4.776 14 4.5C14 4.224 13.776 4 13.5 4H9.5C9.224 4 9 4.224 9 4.5C9 4.776 9.224 5 9.5 5ZM6.854 9.146C6.659 8.951 6.342 8.951 6.147 9.146L4.501 10.792L2.855 9.146C2.66 8.951 2.343 8.951 2.148 9.146C1.953 9.341 1.953 9.658 2.148 9.853L3.794 11.499L2.148 13.145C1.953 13.34 1.953 13.657 2.148 13.852C2.343 14.047 2.66 14.047 2.855 13.852L4.501 12.206L6.147 13.852C6.342 14.047 6.659 14.047 6.854 13.852C7.049 13.657 7.049 13.34 6.854 13.145L5.208 11.499L6.854 9.853C7.049 9.658 7.049 9.341 6.854 9.146ZM10.75 9.5C10.75 9.914 11.086 10.25 11.5 10.25C11.914 10.25 12.25 9.914 12.25 9.5C12.25 9.086 11.914 8.75 11.5 8.75C11.086 8.75 10.75 9.086 10.75 9.5ZM13.5 11H9.5C9.224 11 9 11.224 9 11.5C9 11.776 9.224 12 9.5 12H13.5C13.776 12 14 11.776 14 11.5C14 11.224 13.776 11 13.5 11ZM11.5 12.75C11.086 12.75 10.75 13.086 10.75 13.5C10.75 13.914 11.086 14.25 11.5 14.25C11.914 14.25 12.25 13.914 12.25 13.5C12.25 13.086 11.914 12.75 11.5 12.75Z"/></svg>
|
package/src/icons/thinking.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M3 15C3 15.552 2.552 16 2 16C1.448 16 1 15.552 1 15C1 14.448 1.448 14 2 14C2.552 14 3 14.448 3 15ZM7 13.5C7 14.327 6.327 15 5.5 15C4.673 15 4 14.327 4 13.5C4 12.673 4.673 12 5.5 12C6.327 12 7 12.673 7 13.5ZM6 13.5C6 13.224 5.776 13 5.5 13C5.224 13 5 13.224 5 13.5C5 13.776 5.224 14 5.5 14C5.776 14 6 13.776 6 13.5ZM16 6.24998C16 8.04198 14.43 9.49998 12.5 9.49998C12.468 9.49998 12.437 9.49998 12.405 9.49998C12.037 10.937 10.634 12.001 9 12.001C7.5 12.001 6.179 11.098 5.696 9.82098C5.314 9.93898 4.909 10.001 4.5 10.001C2.57 10.001 1 8.65498 1 7.00098C1 5.46298 2.357 4.19098 4.1 4.02098C4.035 3.76998 4 3.51098 4 3.25098C4 1.45898 5.57 0.000976562 7.5 0.000976562C8.517 0.000976562 9.479 0.411977 10.14 1.11598C10.418 1.03998 10.706 1.00098 11 1.00098C12.487 1.00098 13.723 1.98498 13.959 3.29598C15.192 3.82098 16 4.97198 16 6.24998ZM15 6.24998C15 5.30398 14.334 4.45198 13.344 4.13198C13.145 4.06898 13.007 3.88798 12.998 3.67898C12.955 2.73798 12.077 1.99998 11 1.99998C10.71 1.99998 10.429 2.05398 10.163 2.16098C9.952 2.24498 9.712 2.17898 9.576 1.99698C9.109 1.37298 8.333 0.999977 7.5 0.999977C6.121 0.999977 5 2.00998 5 3.24998C5 3.60798 5.092 3.95098 5.271 4.26898C5.363 4.43098 5.358 4.62998 5.257 4.78698C5.156 4.94398 4.976 5.02698 4.792 5.01498C4.696 5.00598 4.599 5.00098 4.499 5.00098C3.12 5.00098 1.999 5.89798 1.999 7.00098C1.999 8.10398 3.12 9.00098 4.499 9.00098C4.962 9.00098 5.415 8.89698 5.81 8.70198C5.879 8.66798 5.956 8.64998 6.032 8.64998C6.111 8.64998 6.189 8.66898 6.261 8.70598C6.403 8.77898 6.5 8.91498 6.526 9.07198C6.7 10.172 7.763 11.001 9 11.001C10.301 11.001 11.396 10.087 11.492 8.91998C11.503 8.78098 11.571 8.65398 11.68 8.56798C11.789 8.48098 11.933 8.44498 12.065 8.46598C12.207 8.48698 12.351 8.49998 12.5 8.49998C13.879 8.49998 15 7.48998 15 6.24998Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path
|
|
1
|
+
<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8.854 7.14578C8.659 6.95078 8.342 6.95078 8.147 7.14578C7.952 7.34079 7.952 7.65778 8.147 7.85279L8.293 7.99879H5.75C5.337 7.99879 5 7.66279 5 7.24879V3.74879C5 3.33479 5.337 2.99879 5.75 2.99879H8.293L8.147 3.14479C7.952 3.33979 7.952 3.65679 8.147 3.85179C8.245 3.94979 8.373 3.99779 8.501 3.99779C8.629 3.99779 8.757 3.94879 8.855 3.85179L9.855 2.85179C10.05 2.65679 10.05 2.33979 9.855 2.14479L8.855 1.14479C8.66 0.949785 8.343 0.949785 8.148 1.14479C7.953 1.33979 7.953 1.65679 8.148 1.85179L8.294 1.99779H5.751C4.786 1.99779 4.001 2.78279 4.001 3.74779V4.99779H0.5C0.224 4.99779 0 5.22179 0 5.49779C0 5.77379 0.224 5.99779 0.5 5.99779H4V7.24779C4 8.21279 4.785 8.99779 5.75 8.99779H8.293L8.147 9.14379C7.952 9.33879 7.952 9.65579 8.147 9.85079C8.245 9.94878 8.373 9.99679 8.501 9.99679C8.629 9.99679 8.757 9.94779 8.855 9.85079L9.855 8.85078C10.05 8.65578 10.05 8.33879 9.855 8.14378L8.855 7.14378L8.854 7.14578Z"/></svg>
|
package/src/icons/worktree.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M12.854 14.8542L14.854 12.8542C15.049 12.6592 15.049 12.3422 14.854 12.1472L12.854 10.1472C12.659 9.95223 12.342 9.95223 12.147 10.1472C11.952 10.3422 11.952 10.6592 12.147 10.8542L13.293 12.0002H8.5C8.225 12.0002 8 11.7752 8 11.5002V5.50023C8 5.22523 8.225 5.00023 8.5 5.00023H13.293L12.147 6.14623C12.049 6.24423 12.001 6.37223 12.001 6.50023C12.001 6.62823 12.05 6.75623 12.147 6.85423C12.342 7.04923 12.659 7.04923 12.854 6.85423L14.854 4.85423C15.049 4.65923 15.049 4.34223 14.854 4.14723L12.854 2.14723C12.659 1.95223 12.342 1.95223 12.147 2.14723C11.952 2.34223 11.952 2.65923 12.147 2.85423L13.293 4.00023H8.5C7.673 4.00023 7 4.67323 7 5.50023V8.00023H1.5C1.224 8.00023 1 8.22423 1 8.50023C1 8.77623 1.224 9.00023 1.5 9.00023H7V11.5002C7 12.3272 7.673 13.0002 8.5 13.0002H13.293L12.147 14.1462C12.049 14.2442 12.001 14.3722 12.001 14.5002C12.001 14.6282 12.05 14.7562 12.147 14.8542C12.342 15.0492 12.659 15.0492 12.854 14.8542Z"/></svg>
|
|
@@ -589,6 +589,11 @@
|
|
|
589
589
|
"category": "file",
|
|
590
590
|
"description": "New folder"
|
|
591
591
|
},
|
|
592
|
+
"new-session": {
|
|
593
|
+
"tags": ["create", "add", "session", "compose", "edit", "chat", "start"],
|
|
594
|
+
"category": "action",
|
|
595
|
+
"description": "Start a new session"
|
|
596
|
+
},
|
|
592
597
|
"note": {
|
|
593
598
|
"tags": ["document", "memo", "text", "write"],
|
|
594
599
|
"category": "content",
|
|
@@ -1934,6 +1939,11 @@
|
|
|
1934
1939
|
"category": "action",
|
|
1935
1940
|
"description": "Open in product"
|
|
1936
1941
|
},
|
|
1942
|
+
"open-in-window": {
|
|
1943
|
+
"tags": ["launch", "external", "view", "window", "arrow", "new", "open"],
|
|
1944
|
+
"category": "action",
|
|
1945
|
+
"description": "Open in new window"
|
|
1946
|
+
},
|
|
1937
1947
|
"open-preview": {
|
|
1938
1948
|
"tags": ["view", "see", "display", "show", "window"],
|
|
1939
1949
|
"category": "action",
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
name: Codicons Build
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
push:
|
|
5
|
-
branches: [ main ]
|
|
6
|
-
tags:
|
|
7
|
-
- '*' # Only runs on annotated tags
|
|
8
|
-
pull_request:
|
|
9
|
-
branches: [ main ]
|
|
10
|
-
workflow_dispatch:
|
|
11
|
-
|
|
12
|
-
jobs:
|
|
13
|
-
build:
|
|
14
|
-
runs-on: ubuntu-latest
|
|
15
|
-
|
|
16
|
-
steps:
|
|
17
|
-
- uses: actions/checkout@v4
|
|
18
|
-
- uses: actions/setup-node@v4
|
|
19
|
-
with:
|
|
20
|
-
node-version: '16'
|
|
21
|
-
|
|
22
|
-
- name: Install dependencies
|
|
23
|
-
run: npm install
|
|
24
|
-
|
|
25
|
-
- name: Build font
|
|
26
|
-
run: npm run build
|
|
27
|
-
|
|
28
|
-
- name: Upload codicon.ttf as artifact
|
|
29
|
-
uses: actions/upload-artifact@v4
|
|
30
|
-
with:
|
|
31
|
-
name: codicon-font-${{ github.sha }}.ttf
|
|
32
|
-
path: dist/codicon.ttf
|
|
33
|
-
|
|
34
|
-
- name: PR to microsoft/vscode
|
|
35
|
-
env:
|
|
36
|
-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
37
|
-
run: |
|
|
38
|
-
BRANCH="update-codicons"
|
|
39
|
-
MESSAGE="chore: Update codicons to ${{ github.sha }}"
|
|
40
|
-
|
|
41
|
-
git clone --depth=1 https://github.com/microsoft/vscode.git
|
|
42
|
-
cd vscode
|
|
43
|
-
git checkout -b $BRANCH
|
|
44
|
-
|
|
45
|
-
cp -f ../dist/codicon.ttf src/vs/base/browser/ui/codicons/codicon/
|
|
46
|
-
cp -f ../dist/codiconsLibrary.ts src/vs/base/common/
|
|
47
|
-
git add .
|
|
48
|
-
|
|
49
|
-
git config user.name "${{ github.actor }}"
|
|
50
|
-
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
|
|
51
|
-
|
|
52
|
-
if git diff-index --quiet HEAD --; then
|
|
53
|
-
echo "No changes to commit"
|
|
54
|
-
exit 0
|
|
55
|
-
fi
|
|
56
|
-
|
|
57
|
-
git commit -m "$MESSAGE"
|
|
58
|
-
git push -f https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/microsoft/vscode.git $BRANCH
|
|
59
|
-
|
|
60
|
-
echo "${{ secrets.GITHUB_TOKEN }}" > token.txt
|
|
61
|
-
gh auth login --with-token < token.txt
|
|
62
|
-
|
|
63
|
-
gh pr create \
|
|
64
|
-
--title "[Codicon bump] $MESSAGE" \
|
|
65
|
-
--body "This PR was created automatically from [vscode-codicons](https://github.com/microsoft/vscode-codicons)" \
|
|
66
|
-
--base "main" \
|
|
67
|
-
--head "$BRANCH"
|