@aini_ai_cody/icons 0.0.1
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/.devcontainer/Dockerfile +17 -0
- package/.devcontainer/devcontainer.json +18 -0
- package/.fantasticonrc.js +43 -0
- package/.github/ISSUE_TEMPLATE/bug_report.md +31 -0
- package/.github/ISSUE_TEMPLATE/config.yml +8 -0
- package/.github/ISSUE_TEMPLATE/icon-request.md +20 -0
- package/.github/workflows/build.yml +32 -0
- package/.github/workflows/codeql-analysis.yml +71 -0
- package/.github/workflows/gh-pages.yml +61 -0
- package/.github/workflows/release.yml +65 -0
- package/.husky/pre-commit +1 -0
- package/.vscode/settings.json +6 -0
- package/.vscode/tasks.json +19 -0
- package/README.md +57 -0
- package/_iconCloud/categories.csv +517 -0
- package/_iconCloud/categories.transforms.json +92 -0
- package/_iconCloud/categories.variables.json +48 -0
- package/_iconCloud/descriptions.csv +517 -0
- package/_iconCloud/descriptions.transforms.json +83 -0
- package/_iconCloud/descriptions.variables.json +47 -0
- package/_iconCloud/keywords.csv +517 -0
- package/_iconCloud/keywords.transforms.json +92 -0
- package/_iconCloud/keywords.variables.json +48 -0
- package/_iconCloud/manifest.json +57 -0
- package/_iconCloud/manifest.transforms.json +368 -0
- package/_iconCloud/manifest.variables.json +149 -0
- package/_iconCloud/metaphors.csv +517 -0
- package/_iconCloud/metaphors.transforms.json +92 -0
- package/_iconCloud/metaphors.variables.json +48 -0
- package/build/pipeline.yml +36 -0
- package/command.txt +0 -0
- package/index.js +1 -0
- package/package.json +40 -0
- package/publish.sh +133 -0
- package/scripts/check-metadata.js +149 -0
- package/scripts/embed-metadata.js +45 -0
- package/scripts/export-to-csv.js +60 -0
- package/scripts/export-to-ts.js +63 -0
- package/scripts/merge-cody.js +92 -0
- package/scripts/reset.js +10 -0
- package/scripts/svg-sprite.js +189 -0
- package/scripts/version-bump.js +166 -0
- package/src/cody_icons/cody-new.svg +1 -0
- package/src/cody_icons/cody-sample.svg +10 -0
- package/src/cody_icons/cody-test.svg +1 -0
- package/src/icons/account.svg +1 -0
- package/src/icons/activate-breakpoints.svg +1 -0
- package/src/icons/add-small.svg +1 -0
- package/src/icons/add.svg +1 -0
- package/src/icons/agent.svg +1 -0
- package/src/icons/archive.svg +1 -0
- package/src/icons/arrow-both.svg +1 -0
- package/src/icons/arrow-circle-down.svg +1 -0
- package/src/icons/arrow-circle-left.svg +1 -0
- package/src/icons/arrow-circle-right.svg +1 -0
- package/src/icons/arrow-circle-up.svg +1 -0
- package/src/icons/arrow-down.svg +1 -0
- package/src/icons/arrow-left.svg +1 -0
- package/src/icons/arrow-right.svg +1 -0
- package/src/icons/arrow-small-down.svg +1 -0
- package/src/icons/arrow-small-left.svg +1 -0
- package/src/icons/arrow-small-right.svg +1 -0
- package/src/icons/arrow-small-up.svg +1 -0
- package/src/icons/arrow-swap.svg +1 -0
- package/src/icons/arrow-up.svg +1 -0
- package/src/icons/attach.svg +1 -0
- package/src/icons/azure-devops.svg +1 -0
- package/src/icons/azure.svg +1 -0
- package/src/icons/beaker-stop.svg +1 -0
- package/src/icons/beaker.svg +1 -0
- package/src/icons/bell-dot.svg +1 -0
- package/src/icons/bell-slash-dot.svg +1 -0
- package/src/icons/bell-slash.svg +1 -0
- package/src/icons/bell.svg +1 -0
- package/src/icons/blank.svg +1 -0
- package/src/icons/bold.svg +1 -0
- package/src/icons/book.svg +1 -0
- package/src/icons/bookmark.svg +1 -0
- package/src/icons/bracket-dot.svg +1 -0
- package/src/icons/bracket-error.svg +1 -0
- package/src/icons/briefcase.svg +1 -0
- package/src/icons/broadcast.svg +1 -0
- package/src/icons/browser.svg +1 -0
- package/src/icons/bug.svg +1 -0
- package/src/icons/build.svg +1 -0
- package/src/icons/calendar.svg +1 -0
- package/src/icons/call-incoming.svg +1 -0
- package/src/icons/call-outgoing.svg +1 -0
- package/src/icons/case-sensitive.svg +1 -0
- package/src/icons/chat-sparkle-error.svg +1 -0
- package/src/icons/chat-sparkle-warning.svg +1 -0
- package/src/icons/chat-sparkle.svg +1 -0
- package/src/icons/check-all.svg +1 -0
- package/src/icons/check.svg +1 -0
- package/src/icons/checklist.svg +1 -0
- package/src/icons/chevron-down.svg +1 -0
- package/src/icons/chevron-left.svg +1 -0
- package/src/icons/chevron-right.svg +1 -0
- package/src/icons/chevron-up.svg +1 -0
- package/src/icons/chip.svg +1 -0
- package/src/icons/chrome-close.svg +1 -0
- package/src/icons/chrome-maximize.svg +1 -0
- package/src/icons/chrome-minimize.svg +1 -0
- package/src/icons/chrome-restore.svg +1 -0
- package/src/icons/circle-filled.svg +1 -0
- package/src/icons/circle-large-filled.svg +1 -0
- package/src/icons/circle-large.svg +1 -0
- package/src/icons/circle-slash.svg +1 -0
- package/src/icons/circle-small-filled.svg +1 -0
- package/src/icons/circle-small.svg +1 -0
- package/src/icons/circle.svg +1 -0
- package/src/icons/circuit-board.svg +1 -0
- package/src/icons/clear-all.svg +1 -0
- package/src/icons/clippy.svg +1 -0
- package/src/icons/clockface.svg +1 -0
- package/src/icons/close-all.svg +1 -0
- package/src/icons/close.svg +1 -0
- package/src/icons/cloud-download.svg +1 -0
- package/src/icons/cloud-small.svg +1 -0
- package/src/icons/cloud-upload.svg +1 -0
- package/src/icons/cloud.svg +1 -0
- package/src/icons/code-oss.svg +1 -0
- package/src/icons/code-review.svg +1 -0
- package/src/icons/code.svg +1 -0
- package/src/icons/cody-sample.svg +1 -0
- package/src/icons/coffee.svg +1 -0
- package/src/icons/collapse-all.svg +1 -0
- package/src/icons/collection-small.svg +1 -0
- package/src/icons/collection.svg +1 -0
- package/src/icons/color-mode.svg +1 -0
- package/src/icons/combine.svg +1 -0
- package/src/icons/comment-discussion-quote.svg +1 -0
- package/src/icons/comment-discussion-sparkle.svg +1 -0
- package/src/icons/comment-discussion.svg +1 -0
- package/src/icons/comment-draft.svg +1 -0
- package/src/icons/comment-unresolved.svg +1 -0
- package/src/icons/comment.svg +1 -0
- package/src/icons/compass-active.svg +1 -0
- package/src/icons/compass-dot.svg +1 -0
- package/src/icons/compass.svg +1 -0
- package/src/icons/copilot-blocked.svg +1 -0
- package/src/icons/copilot-error.svg +1 -0
- package/src/icons/copilot-in-progress.svg +1 -0
- package/src/icons/copilot-large.svg +1 -0
- package/src/icons/copilot-not-connected.svg +1 -0
- package/src/icons/copilot-snooze.svg +1 -0
- package/src/icons/copilot-success.svg +1 -0
- package/src/icons/copilot-unavailable.svg +1 -0
- package/src/icons/copilot-warning-large.svg +1 -0
- package/src/icons/copilot-warning.svg +1 -0
- package/src/icons/copilot.svg +1 -0
- package/src/icons/copy.svg +1 -0
- package/src/icons/coverage.svg +1 -0
- package/src/icons/credit-card.svg +1 -0
- package/src/icons/cursor.svg +1 -0
- package/src/icons/dash.svg +1 -0
- package/src/icons/dashboard.svg +1 -0
- package/src/icons/database.svg +1 -0
- package/src/icons/debug-all.svg +1 -0
- package/src/icons/debug-alt-small.svg +1 -0
- package/src/icons/debug-alt.svg +1 -0
- package/src/icons/debug-breakpoint-conditional-unverified.svg +1 -0
- package/src/icons/debug-breakpoint-conditional.svg +1 -0
- package/src/icons/debug-breakpoint-data-unverified.svg +1 -0
- package/src/icons/debug-breakpoint-data.svg +1 -0
- package/src/icons/debug-breakpoint-function-unverified.svg +1 -0
- package/src/icons/debug-breakpoint-function.svg +1 -0
- package/src/icons/debug-breakpoint-log-unverified.svg +1 -0
- package/src/icons/debug-breakpoint-log.svg +1 -0
- package/src/icons/debug-breakpoint-unsupported.svg +1 -0
- package/src/icons/debug-connected.svg +1 -0
- package/src/icons/debug-console.svg +1 -0
- package/src/icons/debug-continue-small.svg +1 -0
- package/src/icons/debug-continue.svg +1 -0
- package/src/icons/debug-coverage.svg +1 -0
- package/src/icons/debug-disconnect.svg +1 -0
- package/src/icons/debug-line-by-line.svg +1 -0
- package/src/icons/debug-pause.svg +1 -0
- package/src/icons/debug-rerun.svg +1 -0
- package/src/icons/debug-restart-frame.svg +1 -0
- package/src/icons/debug-restart.svg +1 -0
- package/src/icons/debug-reverse-continue.svg +1 -0
- package/src/icons/debug-stackframe-active.svg +1 -0
- package/src/icons/debug-stackframe.svg +1 -0
- package/src/icons/debug-start.svg +1 -0
- package/src/icons/debug-step-back.svg +1 -0
- package/src/icons/debug-step-into.svg +1 -0
- package/src/icons/debug-step-out.svg +1 -0
- package/src/icons/debug-step-over.svg +1 -0
- package/src/icons/debug-stop.svg +1 -0
- package/src/icons/debug.svg +1 -0
- package/src/icons/desktop-download.svg +1 -0
- package/src/icons/device-camera-video.svg +1 -0
- package/src/icons/device-camera.svg +1 -0
- package/src/icons/device-mobile.svg +1 -0
- package/src/icons/diff-added.svg +1 -0
- package/src/icons/diff-ignored.svg +1 -0
- package/src/icons/diff-modified.svg +1 -0
- package/src/icons/diff-multiple.svg +1 -0
- package/src/icons/diff-removed.svg +1 -0
- package/src/icons/diff-renamed.svg +1 -0
- package/src/icons/diff-single.svg +1 -0
- package/src/icons/diff.svg +1 -0
- package/src/icons/discard.svg +1 -0
- package/src/icons/download.svg +1 -0
- package/src/icons/edit-code.svg +1 -0
- package/src/icons/edit-session.svg +1 -0
- package/src/icons/edit-sparkle.svg +1 -0
- package/src/icons/edit.svg +1 -0
- package/src/icons/editor-layout.svg +1 -0
- package/src/icons/ellipsis.svg +1 -0
- package/src/icons/empty-window.svg +1 -0
- package/src/icons/eraser.svg +1 -0
- package/src/icons/error-small.svg +1 -0
- package/src/icons/error.svg +1 -0
- package/src/icons/exclude.svg +1 -0
- package/src/icons/expand-all.svg +1 -0
- package/src/icons/export.svg +1 -0
- package/src/icons/extensions-large.svg +1 -0
- package/src/icons/extensions.svg +1 -0
- package/src/icons/eye-closed.svg +1 -0
- package/src/icons/eye.svg +1 -0
- package/src/icons/feedback.svg +1 -0
- package/src/icons/file-binary.svg +1 -0
- package/src/icons/file-code.svg +1 -0
- package/src/icons/file-media.svg +1 -0
- package/src/icons/file-pdf.svg +1 -0
- package/src/icons/file-submodule.svg +1 -0
- package/src/icons/file-symlink-directory.svg +1 -0
- package/src/icons/file-symlink-file.svg +1 -0
- package/src/icons/file-text.svg +1 -0
- package/src/icons/file-zip.svg +1 -0
- package/src/icons/file.svg +1 -0
- package/src/icons/files.svg +1 -0
- package/src/icons/filter-filled.svg +1 -0
- package/src/icons/filter.svg +1 -0
- package/src/icons/flag.svg +1 -0
- package/src/icons/flame.svg +1 -0
- package/src/icons/fold-down.svg +1 -0
- package/src/icons/fold-up.svg +1 -0
- package/src/icons/fold.svg +1 -0
- package/src/icons/folder-active.svg +1 -0
- package/src/icons/folder-library.svg +1 -0
- package/src/icons/folder-opened.svg +1 -0
- package/src/icons/folder.svg +1 -0
- package/src/icons/forward.svg +1 -0
- package/src/icons/game.svg +1 -0
- package/src/icons/gear.svg +1 -0
- package/src/icons/gift.svg +1 -0
- package/src/icons/gist-secret.svg +1 -0
- package/src/icons/gist.svg +1 -0
- package/src/icons/git-branch-changes.svg +1 -0
- package/src/icons/git-branch-conflicts.svg +1 -0
- package/src/icons/git-branch-staged-changes.svg +1 -0
- package/src/icons/git-branch.svg +1 -0
- package/src/icons/git-commit.svg +1 -0
- package/src/icons/git-compare.svg +1 -0
- package/src/icons/git-fetch.svg +1 -0
- package/src/icons/git-merge.svg +1 -0
- package/src/icons/git-pull-request-closed.svg +1 -0
- package/src/icons/git-pull-request-create.svg +1 -0
- package/src/icons/git-pull-request-done.svg +1 -0
- package/src/icons/git-pull-request-draft.svg +1 -0
- package/src/icons/git-pull-request-go-to-changes.svg +1 -0
- package/src/icons/git-pull-request-new-changes.svg +1 -0
- package/src/icons/git-pull-request.svg +1 -0
- package/src/icons/git-stash-apply.svg +1 -0
- package/src/icons/git-stash-pop.svg +1 -0
- package/src/icons/git-stash.svg +1 -0
- package/src/icons/github-action.svg +1 -0
- package/src/icons/github-alt.svg +1 -0
- package/src/icons/github-inverted.svg +1 -0
- package/src/icons/github-project.svg +1 -0
- package/src/icons/github.svg +1 -0
- package/src/icons/globe.svg +1 -0
- package/src/icons/go-to-editing-session.svg +1 -0
- package/src/icons/go-to-file.svg +1 -0
- package/src/icons/go-to-search.svg +1 -0
- package/src/icons/grabber.svg +1 -0
- package/src/icons/graph-left.svg +1 -0
- package/src/icons/graph-line.svg +1 -0
- package/src/icons/graph-scatter.svg +1 -0
- package/src/icons/graph.svg +1 -0
- package/src/icons/gripper.svg +1 -0
- package/src/icons/group-by-ref-type.svg +1 -0
- package/src/icons/heart-filled.svg +1 -0
- package/src/icons/heart.svg +1 -0
- package/src/icons/history.svg +1 -0
- package/src/icons/home.svg +1 -0
- package/src/icons/horizontal-rule.svg +1 -0
- package/src/icons/hubot.svg +1 -0
- package/src/icons/inbox.svg +1 -0
- package/src/icons/indent.svg +1 -0
- package/src/icons/index-zero.svg +1 -0
- package/src/icons/info.svg +1 -0
- package/src/icons/insert.svg +1 -0
- package/src/icons/inspect.svg +1 -0
- package/src/icons/issue-draft.svg +1 -0
- package/src/icons/issue-reopened.svg +1 -0
- package/src/icons/issues.svg +1 -0
- package/src/icons/italic.svg +1 -0
- package/src/icons/jersey.svg +1 -0
- package/src/icons/json.svg +1 -0
- package/src/icons/kebab-vertical.svg +1 -0
- package/src/icons/key.svg +1 -0
- package/src/icons/keyboard-tab-above.svg +1 -0
- package/src/icons/keyboard-tab-below.svg +1 -0
- package/src/icons/keyboard-tab.svg +1 -0
- package/src/icons/law.svg +1 -0
- package/src/icons/layers-active.svg +1 -0
- package/src/icons/layers-dot.svg +1 -0
- package/src/icons/layers.svg +1 -0
- package/src/icons/layout-activitybar-left.svg +1 -0
- package/src/icons/layout-activitybar-right.svg +1 -0
- package/src/icons/layout-centered.svg +1 -0
- package/src/icons/layout-menubar.svg +1 -0
- package/src/icons/layout-panel-center.svg +1 -0
- package/src/icons/layout-panel-dock.svg +1 -0
- package/src/icons/layout-panel-justify.svg +1 -0
- package/src/icons/layout-panel-left.svg +1 -0
- package/src/icons/layout-panel-off.svg +1 -0
- package/src/icons/layout-panel-right.svg +1 -0
- package/src/icons/layout-panel.svg +1 -0
- package/src/icons/layout-sidebar-left-dock.svg +1 -0
- package/src/icons/layout-sidebar-left-off.svg +1 -0
- package/src/icons/layout-sidebar-left.svg +1 -0
- package/src/icons/layout-sidebar-right-dock.svg +1 -0
- package/src/icons/layout-sidebar-right-off.svg +1 -0
- package/src/icons/layout-sidebar-right.svg +1 -0
- package/src/icons/layout-statusbar.svg +1 -0
- package/src/icons/layout.svg +1 -0
- package/src/icons/library.svg +1 -0
- package/src/icons/lightbulb-autofix.svg +1 -0
- package/src/icons/lightbulb-empty.svg +1 -0
- package/src/icons/lightbulb-sparkle.svg +1 -0
- package/src/icons/lightbulb.svg +1 -0
- package/src/icons/link-external.svg +1 -0
- package/src/icons/link.svg +1 -0
- package/src/icons/list-filter.svg +1 -0
- package/src/icons/list-flat.svg +1 -0
- package/src/icons/list-ordered.svg +1 -0
- package/src/icons/list-selection.svg +1 -0
- package/src/icons/list-tree.svg +1 -0
- package/src/icons/list-unordered.svg +1 -0
- package/src/icons/live-share.svg +1 -0
- package/src/icons/loading.svg +1 -0
- package/src/icons/location.svg +1 -0
- package/src/icons/lock-small.svg +1 -0
- package/src/icons/lock.svg +1 -0
- package/src/icons/magnet.svg +1 -0
- package/src/icons/mail-read.svg +1 -0
- package/src/icons/mail.svg +1 -0
- package/src/icons/map-filled.svg +1 -0
- package/src/icons/map-vertical-filled.svg +1 -0
- package/src/icons/map-vertical.svg +1 -0
- package/src/icons/map.svg +1 -0
- package/src/icons/markdown.svg +1 -0
- package/src/icons/mcp.svg +1 -0
- package/src/icons/megaphone.svg +1 -0
- package/src/icons/mention.svg +1 -0
- package/src/icons/menu.svg +1 -0
- package/src/icons/merge-into.svg +1 -0
- package/src/icons/merge.svg +1 -0
- package/src/icons/mic-filled.svg +1 -0
- package/src/icons/mic.svg +1 -0
- package/src/icons/milestone.svg +1 -0
- package/src/icons/mirror.svg +1 -0
- package/src/icons/mortar-board.svg +1 -0
- package/src/icons/move.svg +1 -0
- package/src/icons/multiple-windows.svg +1 -0
- package/src/icons/music.svg +1 -0
- package/src/icons/mute.svg +1 -0
- package/src/icons/new-collection.svg +1 -0
- package/src/icons/new-file.svg +1 -0
- package/src/icons/new-folder.svg +1 -0
- package/src/icons/newline.svg +1 -0
- package/src/icons/no-newline.svg +1 -0
- package/src/icons/note.svg +1 -0
- package/src/icons/notebook-template.svg +1 -0
- package/src/icons/notebook.svg +1 -0
- package/src/icons/octoface.svg +1 -0
- package/src/icons/open-in-product.svg +1 -0
- package/src/icons/open-preview.svg +1 -0
- package/src/icons/organization.svg +1 -0
- package/src/icons/output.svg +1 -0
- package/src/icons/package.svg +1 -0
- package/src/icons/paintcan.svg +1 -0
- package/src/icons/pass-filled.svg +1 -0
- package/src/icons/pass.svg +1 -0
- package/src/icons/percentage.svg +1 -0
- package/src/icons/person-add.svg +1 -0
- package/src/icons/person.svg +1 -0
- package/src/icons/piano.svg +1 -0
- package/src/icons/pie-chart.svg +1 -0
- package/src/icons/pin.svg +1 -0
- package/src/icons/pinned-dirty.svg +1 -0
- package/src/icons/pinned.svg +1 -0
- package/src/icons/play-circle.svg +1 -0
- package/src/icons/play.svg +1 -0
- package/src/icons/plug.svg +1 -0
- package/src/icons/preserve-case.svg +1 -0
- package/src/icons/preview.svg +1 -0
- package/src/icons/primitive-square.svg +1 -0
- package/src/icons/project.svg +1 -0
- package/src/icons/pulse.svg +1 -0
- package/src/icons/python.svg +1 -0
- package/src/icons/question.svg +1 -0
- package/src/icons/quote.svg +1 -0
- package/src/icons/quotes.svg +1 -0
- package/src/icons/radio-tower.svg +1 -0
- package/src/icons/reactions.svg +1 -0
- package/src/icons/record-keys.svg +1 -0
- package/src/icons/record-small.svg +1 -0
- package/src/icons/record.svg +1 -0
- package/src/icons/redo.svg +1 -0
- package/src/icons/references.svg +1 -0
- package/src/icons/refresh.svg +1 -0
- package/src/icons/regex.svg +1 -0
- package/src/icons/remote-explorer.svg +1 -0
- package/src/icons/remote.svg +1 -0
- package/src/icons/remove-small.svg +1 -0
- package/src/icons/remove.svg +1 -0
- package/src/icons/rename.svg +1 -0
- package/src/icons/replace-all.svg +1 -0
- package/src/icons/replace.svg +1 -0
- package/src/icons/reply.svg +1 -0
- package/src/icons/repo-clone.svg +1 -0
- package/src/icons/repo-fetch.svg +1 -0
- package/src/icons/repo-force-push.svg +1 -0
- package/src/icons/repo-forked.svg +1 -0
- package/src/icons/repo-pinned.svg +1 -0
- package/src/icons/repo-pull.svg +1 -0
- package/src/icons/repo-push.svg +1 -0
- package/src/icons/repo-selected.svg +1 -0
- package/src/icons/repo.svg +1 -0
- package/src/icons/report.svg +1 -0
- package/src/icons/request-changes.svg +1 -0
- package/src/icons/robot.svg +1 -0
- package/src/icons/rocket.svg +1 -0
- package/src/icons/root-folder-opened.svg +1 -0
- package/src/icons/root-folder.svg +1 -0
- package/src/icons/rss.svg +1 -0
- package/src/icons/ruby.svg +1 -0
- package/src/icons/run-above.svg +1 -0
- package/src/icons/run-all-coverage.svg +1 -0
- package/src/icons/run-all.svg +1 -0
- package/src/icons/run-below.svg +1 -0
- package/src/icons/run-coverage.svg +1 -0
- package/src/icons/run-errors.svg +1 -0
- package/src/icons/run-with-deps.svg +1 -0
- package/src/icons/save-all.svg +1 -0
- package/src/icons/save-as.svg +1 -0
- package/src/icons/save.svg +1 -0
- package/src/icons/screen-full.svg +1 -0
- package/src/icons/screen-normal.svg +1 -0
- package/src/icons/search-fuzzy.svg +1 -0
- package/src/icons/search-large.svg +1 -0
- package/src/icons/search-sparkle.svg +1 -0
- package/src/icons/search-stop.svg +1 -0
- package/src/icons/search.svg +1 -0
- package/src/icons/send-to-remote-agent.svg +1 -0
- package/src/icons/send.svg +1 -0
- package/src/icons/server-environment.svg +1 -0
- package/src/icons/server-process.svg +1 -0
- package/src/icons/server.svg +1 -0
- package/src/icons/session-in-progress.svg +1 -0
- package/src/icons/settings-gear.svg +1 -0
- package/src/icons/settings.svg +1 -0
- package/src/icons/share.svg +1 -0
- package/src/icons/shield.svg +1 -0
- package/src/icons/sign-in.svg +1 -0
- package/src/icons/sign-out.svg +1 -0
- package/src/icons/skip.svg +1 -0
- package/src/icons/smiley.svg +1 -0
- package/src/icons/snake.svg +1 -0
- package/src/icons/sort-precedence.svg +1 -0
- package/src/icons/source-control.svg +1 -0
- package/src/icons/sparkle-filled.svg +1 -0
- package/src/icons/sparkle.svg +1 -0
- package/src/icons/split-horizontal.svg +1 -0
- package/src/icons/split-vertical.svg +1 -0
- package/src/icons/squirrel.svg +1 -0
- package/src/icons/star-empty.svg +1 -0
- package/src/icons/star-full.svg +1 -0
- package/src/icons/star-half.svg +1 -0
- package/src/icons/stop-circle.svg +1 -0
- package/src/icons/strikethrough.svg +1 -0
- package/src/icons/surround-with.svg +1 -0
- package/src/icons/symbol-array.svg +1 -0
- package/src/icons/symbol-boolean.svg +1 -0
- package/src/icons/symbol-class.svg +1 -0
- package/src/icons/symbol-color.svg +1 -0
- package/src/icons/symbol-constant.svg +1 -0
- package/src/icons/symbol-enum-member.svg +1 -0
- package/src/icons/symbol-enum.svg +1 -0
- package/src/icons/symbol-event.svg +1 -0
- package/src/icons/symbol-field.svg +1 -0
- package/src/icons/symbol-file.svg +1 -0
- package/src/icons/symbol-interface.svg +1 -0
- package/src/icons/symbol-key.svg +1 -0
- package/src/icons/symbol-keyword.svg +1 -0
- package/src/icons/symbol-method-arrow.svg +1 -0
- package/src/icons/symbol-method.svg +1 -0
- package/src/icons/symbol-misc.svg +1 -0
- package/src/icons/symbol-namespace.svg +1 -0
- package/src/icons/symbol-numeric.svg +1 -0
- package/src/icons/symbol-operator.svg +1 -0
- package/src/icons/symbol-parameter.svg +1 -0
- package/src/icons/symbol-property.svg +1 -0
- package/src/icons/symbol-ruler.svg +1 -0
- package/src/icons/symbol-snippet.svg +1 -0
- package/src/icons/symbol-string.svg +1 -0
- package/src/icons/symbol-structure.svg +1 -0
- package/src/icons/symbol-variable.svg +1 -0
- package/src/icons/sync-ignored.svg +1 -0
- package/src/icons/sync.svg +1 -0
- package/src/icons/table.svg +1 -0
- package/src/icons/tag.svg +1 -0
- package/src/icons/target.svg +1 -0
- package/src/icons/tasklist.svg +1 -0
- package/src/icons/telescope.svg +1 -0
- package/src/icons/terminal-bash.svg +1 -0
- package/src/icons/terminal-cmd.svg +1 -0
- package/src/icons/terminal-debian.svg +1 -0
- package/src/icons/terminal-git-bash.svg +1 -0
- package/src/icons/terminal-linux.svg +1 -0
- package/src/icons/terminal-powershell.svg +1 -0
- package/src/icons/terminal-tmux.svg +1 -0
- package/src/icons/terminal-ubuntu.svg +1 -0
- package/src/icons/terminal.svg +1 -0
- package/src/icons/text-size.svg +1 -0
- package/src/icons/thinking.svg +1 -0
- package/src/icons/three-bars.svg +1 -0
- package/src/icons/thumbsdown-filled.svg +1 -0
- package/src/icons/thumbsdown.svg +1 -0
- package/src/icons/thumbsup-filled.svg +1 -0
- package/src/icons/thumbsup.svg +1 -0
- package/src/icons/tools.svg +1 -0
- package/src/icons/trash.svg +1 -0
- package/src/icons/triangle-down.svg +1 -0
- package/src/icons/triangle-left.svg +1 -0
- package/src/icons/triangle-right.svg +1 -0
- package/src/icons/triangle-up.svg +1 -0
- package/src/icons/twitter.svg +1 -0
- package/src/icons/type-hierarchy-sub.svg +1 -0
- package/src/icons/type-hierarchy-super.svg +1 -0
- package/src/icons/type-hierarchy.svg +1 -0
- package/src/icons/unarchive.svg +1 -0
- package/src/icons/unfold.svg +1 -0
- package/src/icons/ungroup-by-ref-type.svg +1 -0
- package/src/icons/unlock.svg +1 -0
- package/src/icons/unmute.svg +1 -0
- package/src/icons/unverified.svg +1 -0
- package/src/icons/variable-group.svg +1 -0
- package/src/icons/verified-filled.svg +1 -0
- package/src/icons/verified.svg +1 -0
- package/src/icons/versions.svg +1 -0
- package/src/icons/vm-active.svg +1 -0
- package/src/icons/vm-connect.svg +1 -0
- package/src/icons/vm-outline.svg +1 -0
- package/src/icons/vm-pending.svg +1 -0
- package/src/icons/vm-running.svg +1 -0
- package/src/icons/vm-small.svg +1 -0
- package/src/icons/vm.svg +1 -0
- package/src/icons/vr.svg +1 -0
- package/src/icons/vscode-insiders.svg +1 -0
- package/src/icons/vscode.svg +1 -0
- package/src/icons/wand.svg +1 -0
- package/src/icons/warning.svg +1 -0
- package/src/icons/watch.svg +1 -0
- package/src/icons/whitespace.svg +1 -0
- package/src/icons/whole-word.svg +1 -0
- package/src/icons/window-active.svg +1 -0
- package/src/icons/window.svg +1 -0
- package/src/icons/word-wrap.svg +1 -0
- package/src/icons/workspace-trusted.svg +1 -0
- package/src/icons/workspace-unknown.svg +1 -0
- package/src/icons/workspace-untrusted.svg +1 -0
- package/src/icons/worktree-small.svg +1 -0
- package/src/icons/worktree.svg +1 -0
- package/src/icons/zoom-in.svg +1 -0
- package/src/icons/zoom-out.svg +1 -0
- package/src/template/cody.json +28 -0
- package/src/template/cody_mapping.json +5 -0
- package/src/template/mapping.json +1663 -0
- package/src/template/metadata.json +5759 -0
- package/src/template/preview.hbs +833 -0
- package/src/template/styles.hbs +57 -0
- package/svgo.config.js +21 -0
|
@@ -0,0 +1,517 @@
|
|
|
1
|
+
IconKeyValue,Categories
|
|
2
|
+
account,user
|
|
3
|
+
activate-breakpoints,debug
|
|
4
|
+
add,action
|
|
5
|
+
archive,file
|
|
6
|
+
arrow-both,navigation
|
|
7
|
+
arrow-circle-down,navigation
|
|
8
|
+
arrow-circle-left,navigation
|
|
9
|
+
arrow-circle-right,navigation
|
|
10
|
+
arrow-circle-up,navigation
|
|
11
|
+
arrow-down,navigation
|
|
12
|
+
arrow-left,navigation
|
|
13
|
+
arrow-right,navigation
|
|
14
|
+
arrow-up,navigation
|
|
15
|
+
beaker,tool
|
|
16
|
+
bell,notification
|
|
17
|
+
bell-dot,notification
|
|
18
|
+
bold,text
|
|
19
|
+
book,content
|
|
20
|
+
bookmark,action
|
|
21
|
+
briefcase,general
|
|
22
|
+
broadcast,communication
|
|
23
|
+
browser,application
|
|
24
|
+
bug,debug
|
|
25
|
+
calendar,general
|
|
26
|
+
call-incoming,communication
|
|
27
|
+
call-outgoing,communication
|
|
28
|
+
case-sensitive,search
|
|
29
|
+
check,status
|
|
30
|
+
check-all,action
|
|
31
|
+
checklist,content
|
|
32
|
+
chevron-down,navigation
|
|
33
|
+
chevron-left,navigation
|
|
34
|
+
chevron-right,navigation
|
|
35
|
+
chevron-up,navigation
|
|
36
|
+
chrome-close,window
|
|
37
|
+
chrome-maximize,window
|
|
38
|
+
chrome-minimize,window
|
|
39
|
+
chrome-restore,window
|
|
40
|
+
circle-filled,shape
|
|
41
|
+
circle-large-filled,shape
|
|
42
|
+
circle-large,shape
|
|
43
|
+
circle-slash,status
|
|
44
|
+
circuit-board,tool
|
|
45
|
+
clear-all,action
|
|
46
|
+
clippy,action
|
|
47
|
+
close,action
|
|
48
|
+
close-all,action
|
|
49
|
+
cloud,storage
|
|
50
|
+
cloud-download,action
|
|
51
|
+
cloud-upload,action
|
|
52
|
+
code,development
|
|
53
|
+
coffee,general
|
|
54
|
+
collapse-all,action
|
|
55
|
+
color-mode,settings
|
|
56
|
+
comment,communication
|
|
57
|
+
comment-discussion,communication
|
|
58
|
+
copy,action
|
|
59
|
+
credit-card,general
|
|
60
|
+
dash,general
|
|
61
|
+
dashboard,application
|
|
62
|
+
database,storage
|
|
63
|
+
debug,debug
|
|
64
|
+
debug-alt,debug
|
|
65
|
+
debug-console,debug
|
|
66
|
+
device-camera,device
|
|
67
|
+
device-camera-video,device
|
|
68
|
+
device-mobile,device
|
|
69
|
+
diff,git
|
|
70
|
+
diff-added,git
|
|
71
|
+
diff-ignored,git
|
|
72
|
+
diff-modified,git
|
|
73
|
+
diff-removed,git
|
|
74
|
+
diff-renamed,git
|
|
75
|
+
edit,action
|
|
76
|
+
error,status
|
|
77
|
+
extensions,application
|
|
78
|
+
eye,action
|
|
79
|
+
eye-closed,action
|
|
80
|
+
file,file
|
|
81
|
+
file-code,file
|
|
82
|
+
files,file
|
|
83
|
+
filter,action
|
|
84
|
+
folder,file
|
|
85
|
+
folder-opened,file
|
|
86
|
+
gear,settings
|
|
87
|
+
git-branch,git
|
|
88
|
+
git-commit,git
|
|
89
|
+
git-merge,git
|
|
90
|
+
git-pull-request,git
|
|
91
|
+
globe,general
|
|
92
|
+
graph,visualization
|
|
93
|
+
heart,general
|
|
94
|
+
home,navigation
|
|
95
|
+
info,status
|
|
96
|
+
issues,general
|
|
97
|
+
json,development
|
|
98
|
+
key,security
|
|
99
|
+
law,general
|
|
100
|
+
library,general
|
|
101
|
+
lightbulb,general
|
|
102
|
+
link,general
|
|
103
|
+
link-external,action
|
|
104
|
+
list-ordered,content
|
|
105
|
+
list-unordered,content
|
|
106
|
+
loading,status
|
|
107
|
+
location,general
|
|
108
|
+
mail,communication
|
|
109
|
+
markdown,development
|
|
110
|
+
menu,navigation
|
|
111
|
+
merge,action
|
|
112
|
+
mic,device
|
|
113
|
+
mirror,action
|
|
114
|
+
more,navigation
|
|
115
|
+
move,action
|
|
116
|
+
new-file,file
|
|
117
|
+
new-folder,file
|
|
118
|
+
note,content
|
|
119
|
+
notebook,development
|
|
120
|
+
organization,user
|
|
121
|
+
output,development
|
|
122
|
+
package,development
|
|
123
|
+
pass,status
|
|
124
|
+
person,user
|
|
125
|
+
pin,action
|
|
126
|
+
play,action
|
|
127
|
+
plug,general
|
|
128
|
+
preview,action
|
|
129
|
+
project,general
|
|
130
|
+
question,general
|
|
131
|
+
record,action
|
|
132
|
+
redo,action
|
|
133
|
+
refresh,action
|
|
134
|
+
regex,search
|
|
135
|
+
remote,connection
|
|
136
|
+
remove,action
|
|
137
|
+
replace,action
|
|
138
|
+
repo,git
|
|
139
|
+
report,general
|
|
140
|
+
rocket,general
|
|
141
|
+
save,action
|
|
142
|
+
save-all,action
|
|
143
|
+
search,search
|
|
144
|
+
server,general
|
|
145
|
+
settings,settings
|
|
146
|
+
settings-gear,settings
|
|
147
|
+
shield,security
|
|
148
|
+
source-control,git
|
|
149
|
+
sparkle,ai
|
|
150
|
+
split-horizontal,layout
|
|
151
|
+
split-vertical,layout
|
|
152
|
+
star,general
|
|
153
|
+
symbol-class,symbol
|
|
154
|
+
symbol-method,symbol
|
|
155
|
+
tag,general
|
|
156
|
+
terminal,application
|
|
157
|
+
text-size,text
|
|
158
|
+
trash,action
|
|
159
|
+
unlock,security
|
|
160
|
+
verified,status
|
|
161
|
+
watch,action
|
|
162
|
+
window,layout
|
|
163
|
+
workspace-trusted,status
|
|
164
|
+
zoom-in,action
|
|
165
|
+
zoom-out,action
|
|
166
|
+
add-small,action
|
|
167
|
+
agent,ai
|
|
168
|
+
alert,status
|
|
169
|
+
array,symbol
|
|
170
|
+
arrow-small-down,navigation
|
|
171
|
+
arrow-small-left,navigation
|
|
172
|
+
arrow-small-right,navigation
|
|
173
|
+
arrow-small-up,navigation
|
|
174
|
+
arrow-swap,action
|
|
175
|
+
attach,action
|
|
176
|
+
beaker-stop,tool
|
|
177
|
+
bell-slash,notification
|
|
178
|
+
bell-slash-dot,notification
|
|
179
|
+
blank,general
|
|
180
|
+
bracket-dot,symbol
|
|
181
|
+
bracket-error,symbol
|
|
182
|
+
build,development
|
|
183
|
+
chat-sparkle,ai
|
|
184
|
+
chat-sparkle-error,ai
|
|
185
|
+
chat-sparkle-warning,ai
|
|
186
|
+
chip,device
|
|
187
|
+
circle-outline,shape
|
|
188
|
+
circle-small,shape
|
|
189
|
+
circle-small-filled,shape
|
|
190
|
+
clockface,general
|
|
191
|
+
clone,action
|
|
192
|
+
cloud-small,storage
|
|
193
|
+
code-review,git
|
|
194
|
+
collection,general
|
|
195
|
+
collection-small,general
|
|
196
|
+
combine,action
|
|
197
|
+
comment-discussion-quote,communication
|
|
198
|
+
comment-discussion-sparkle,ai
|
|
199
|
+
comment-draft,communication
|
|
200
|
+
comment-unresolved,communication
|
|
201
|
+
compass,navigation
|
|
202
|
+
compass-active,navigation
|
|
203
|
+
compass-dot,navigation
|
|
204
|
+
coverage,debug
|
|
205
|
+
cursor,general
|
|
206
|
+
debug-all,debug
|
|
207
|
+
debug-alt-small,debug
|
|
208
|
+
debug-breakpoint-conditional,debug
|
|
209
|
+
debug-breakpoint-conditional-unverified,debug
|
|
210
|
+
debug-breakpoint-data,debug
|
|
211
|
+
debug-breakpoint-data-unverified,debug
|
|
212
|
+
debug-breakpoint-function,debug
|
|
213
|
+
debug-breakpoint-function-unverified,debug
|
|
214
|
+
debug-breakpoint-log,debug
|
|
215
|
+
debug-breakpoint-log-unverified,debug
|
|
216
|
+
debug-breakpoint-unsupported,debug
|
|
217
|
+
debug-connected,debug
|
|
218
|
+
debug-continue,debug
|
|
219
|
+
debug-continue-small,debug
|
|
220
|
+
debug-coverage,debug
|
|
221
|
+
debug-disconnect,debug
|
|
222
|
+
debug-line-by-line,debug
|
|
223
|
+
debug-pause,debug
|
|
224
|
+
debug-rerun,debug
|
|
225
|
+
debug-restart,debug
|
|
226
|
+
debug-restart-frame,debug
|
|
227
|
+
debug-reverse-continue,debug
|
|
228
|
+
debug-stackframe,debug
|
|
229
|
+
debug-stackframe-active,debug
|
|
230
|
+
debug-start,debug
|
|
231
|
+
debug-step-back,debug
|
|
232
|
+
debug-step-into,debug
|
|
233
|
+
debug-step-out,debug
|
|
234
|
+
debug-step-over,debug
|
|
235
|
+
debug-stop,debug
|
|
236
|
+
diff-multiple,git
|
|
237
|
+
diff-single,git
|
|
238
|
+
discard,action
|
|
239
|
+
download,action
|
|
240
|
+
edit-code,development
|
|
241
|
+
edit-session,action
|
|
242
|
+
edit-sparkle,ai
|
|
243
|
+
editor-layout,layout
|
|
244
|
+
empty-window,window
|
|
245
|
+
eraser,action
|
|
246
|
+
error-small,status
|
|
247
|
+
exclude,action
|
|
248
|
+
expand-all,action
|
|
249
|
+
export,action
|
|
250
|
+
extensions-large,application
|
|
251
|
+
feedback,communication
|
|
252
|
+
file-binary,file
|
|
253
|
+
file-media,file
|
|
254
|
+
file-pdf,file
|
|
255
|
+
file-submodule,git
|
|
256
|
+
file-symlink-directory,file
|
|
257
|
+
file-symlink-file,file
|
|
258
|
+
file-text,file
|
|
259
|
+
file-zip,file
|
|
260
|
+
filter-filled,action
|
|
261
|
+
flag,status
|
|
262
|
+
flame,status
|
|
263
|
+
fold,action
|
|
264
|
+
fold-down,action
|
|
265
|
+
fold-up,action
|
|
266
|
+
folder-active,file
|
|
267
|
+
folder-library,file
|
|
268
|
+
forward,navigation
|
|
269
|
+
game,general
|
|
270
|
+
gift,general
|
|
271
|
+
gist,git
|
|
272
|
+
gist-fork,git
|
|
273
|
+
gist-private,git
|
|
274
|
+
gist-secret,git
|
|
275
|
+
git-branch-changes,git
|
|
276
|
+
git-branch-conflicts,git
|
|
277
|
+
git-branch-staged-changes,git
|
|
278
|
+
git-compare,git
|
|
279
|
+
git-pull-request-closed,git
|
|
280
|
+
git-pull-request-create,git
|
|
281
|
+
git-pull-request-done,git
|
|
282
|
+
git-pull-request-draft,git
|
|
283
|
+
git-pull-request-go-to-changes,git
|
|
284
|
+
git-pull-request-new-changes,git
|
|
285
|
+
git-stash,git
|
|
286
|
+
git-stash-apply,git
|
|
287
|
+
git-stash-pop,git
|
|
288
|
+
github-action,git
|
|
289
|
+
github-alt,brand
|
|
290
|
+
github-inverted,brand
|
|
291
|
+
github-project,git
|
|
292
|
+
go-to-editing-session,action
|
|
293
|
+
go-to-search,search
|
|
294
|
+
grabber,action
|
|
295
|
+
graph-left,visualization
|
|
296
|
+
graph-line,visualization
|
|
297
|
+
graph-scatter,visualization
|
|
298
|
+
gripper,action
|
|
299
|
+
group-by-ref-type,action
|
|
300
|
+
heart-filled,general
|
|
301
|
+
history,general
|
|
302
|
+
horizontal-rule,text
|
|
303
|
+
hubot,ai
|
|
304
|
+
inbox,communication
|
|
305
|
+
indent,text
|
|
306
|
+
index-zero,symbol
|
|
307
|
+
insert,action
|
|
308
|
+
inspect,debug
|
|
309
|
+
issue-draft,git
|
|
310
|
+
issue-reopened,git
|
|
311
|
+
italic,text
|
|
312
|
+
jersey,general
|
|
313
|
+
kebab-vertical,navigation
|
|
314
|
+
keyboard-tab,text
|
|
315
|
+
keyboard-tab-above,text
|
|
316
|
+
keyboard-tab-below,text
|
|
317
|
+
layers,layout
|
|
318
|
+
layers-active,layout
|
|
319
|
+
layers-dot,layout
|
|
320
|
+
layout,layout
|
|
321
|
+
layout-activitybar-left,layout
|
|
322
|
+
layout-activitybar-right,layout
|
|
323
|
+
layout-centered,layout
|
|
324
|
+
layout-menubar,layout
|
|
325
|
+
layout-panel,layout
|
|
326
|
+
layout-panel-center,layout
|
|
327
|
+
layout-panel-dock,layout
|
|
328
|
+
layout-panel-justify,layout
|
|
329
|
+
layout-panel-left,layout
|
|
330
|
+
layout-panel-off,layout
|
|
331
|
+
layout-panel-right,layout
|
|
332
|
+
layout-sidebar-left,layout
|
|
333
|
+
layout-sidebar-left-dock,layout
|
|
334
|
+
layout-sidebar-left-off,layout
|
|
335
|
+
layout-sidebar-right,layout
|
|
336
|
+
layout-sidebar-right-dock,layout
|
|
337
|
+
layout-sidebar-right-off,layout
|
|
338
|
+
layout-statusbar,layout
|
|
339
|
+
lightbulb-autofix,action
|
|
340
|
+
lightbulb-empty,general
|
|
341
|
+
lightbulb-sparkle,ai
|
|
342
|
+
list-filter,action
|
|
343
|
+
list-flat,content
|
|
344
|
+
list-selection,content
|
|
345
|
+
list-tree,content
|
|
346
|
+
live-share,communication
|
|
347
|
+
lock-small,security
|
|
348
|
+
log-in,user
|
|
349
|
+
log-out,user
|
|
350
|
+
logo-github,brand
|
|
351
|
+
magnet,tool
|
|
352
|
+
mail-read,communication
|
|
353
|
+
mail-reply,communication
|
|
354
|
+
map,general
|
|
355
|
+
map-filled,general
|
|
356
|
+
map-vertical,general
|
|
357
|
+
map-vertical-filled,general
|
|
358
|
+
mcp,development
|
|
359
|
+
megaphone,communication
|
|
360
|
+
mention,communication
|
|
361
|
+
merge-into,git
|
|
362
|
+
mic-filled,device
|
|
363
|
+
milestone,general
|
|
364
|
+
mortar-board,general
|
|
365
|
+
multiple-windows,window
|
|
366
|
+
music,general
|
|
367
|
+
mute,device
|
|
368
|
+
new-collection,general
|
|
369
|
+
newline,text
|
|
370
|
+
no-newline,text
|
|
371
|
+
notebook-template,file
|
|
372
|
+
octoface,brand
|
|
373
|
+
open-in-product,action
|
|
374
|
+
open-preview,action
|
|
375
|
+
paintcan,tool
|
|
376
|
+
pass-filled,status
|
|
377
|
+
percentage,symbol
|
|
378
|
+
person-add,user
|
|
379
|
+
piano,general
|
|
380
|
+
pie-chart,visualization
|
|
381
|
+
pinned,action
|
|
382
|
+
pinned-dirty,action
|
|
383
|
+
play-circle,action
|
|
384
|
+
preserve-case,search
|
|
385
|
+
primitive-square,shape
|
|
386
|
+
pulse,status
|
|
387
|
+
python,brand
|
|
388
|
+
quote,text
|
|
389
|
+
quotes,text
|
|
390
|
+
radio-tower,communication
|
|
391
|
+
reactions,communication
|
|
392
|
+
record-keys,action
|
|
393
|
+
record-small,action
|
|
394
|
+
references,development
|
|
395
|
+
remote-explorer,connection
|
|
396
|
+
remove-small,action
|
|
397
|
+
rename,action
|
|
398
|
+
replace-all,action
|
|
399
|
+
repo-clone,git
|
|
400
|
+
repo-fetch,git
|
|
401
|
+
repo-force-push,git
|
|
402
|
+
repo-pinned,git
|
|
403
|
+
repo-pull,git
|
|
404
|
+
repo-push,git
|
|
405
|
+
repo-selected,git
|
|
406
|
+
repo-sync,git
|
|
407
|
+
request-changes,git
|
|
408
|
+
robot,ai
|
|
409
|
+
root-folder,file
|
|
410
|
+
root-folder-opened,file
|
|
411
|
+
rss,communication
|
|
412
|
+
ruby,brand
|
|
413
|
+
run-above,action
|
|
414
|
+
run-all,action
|
|
415
|
+
run-all-coverage,debug
|
|
416
|
+
run-below,action
|
|
417
|
+
run-coverage,debug
|
|
418
|
+
run-errors,debug
|
|
419
|
+
run-with-deps,action
|
|
420
|
+
save-as,action
|
|
421
|
+
screen-full,window
|
|
422
|
+
screen-normal,window
|
|
423
|
+
search-fuzzy,search
|
|
424
|
+
search-large,search
|
|
425
|
+
search-sparkle,ai
|
|
426
|
+
search-stop,search
|
|
427
|
+
send,communication
|
|
428
|
+
send-to-remote-agent,connection
|
|
429
|
+
server-environment,general
|
|
430
|
+
server-process,general
|
|
431
|
+
session-in-progress,status
|
|
432
|
+
share,action
|
|
433
|
+
skip,action
|
|
434
|
+
smiley,general
|
|
435
|
+
snake,general
|
|
436
|
+
sort-precedence,action
|
|
437
|
+
sparkle-filled,ai
|
|
438
|
+
squirrel,general
|
|
439
|
+
star-full,general
|
|
440
|
+
star-half,general
|
|
441
|
+
stop-circle,action
|
|
442
|
+
strikethrough,text
|
|
443
|
+
surround-with,development
|
|
444
|
+
symbol-boolean,symbol
|
|
445
|
+
symbol-color,symbol
|
|
446
|
+
symbol-constant,symbol
|
|
447
|
+
symbol-enum,symbol
|
|
448
|
+
symbol-enum-member,symbol
|
|
449
|
+
symbol-field,symbol
|
|
450
|
+
symbol-file,symbol
|
|
451
|
+
symbol-interface,symbol
|
|
452
|
+
symbol-key,symbol
|
|
453
|
+
symbol-keyword,symbol
|
|
454
|
+
symbol-method-arrow,symbol
|
|
455
|
+
symbol-misc,symbol
|
|
456
|
+
symbol-module,symbol
|
|
457
|
+
symbol-numeric,symbol
|
|
458
|
+
symbol-operator,symbol
|
|
459
|
+
symbol-parameter,symbol
|
|
460
|
+
symbol-property,symbol
|
|
461
|
+
symbol-reference,symbol
|
|
462
|
+
symbol-ruler,symbol
|
|
463
|
+
symbol-snippet,symbol
|
|
464
|
+
symbol-string,symbol
|
|
465
|
+
symbol-structure,symbol
|
|
466
|
+
sync-ignored,action
|
|
467
|
+
table,content
|
|
468
|
+
target,general
|
|
469
|
+
tasklist,content
|
|
470
|
+
telescope,search
|
|
471
|
+
terminal-bash,application
|
|
472
|
+
terminal-cmd,application
|
|
473
|
+
terminal-debian,application
|
|
474
|
+
terminal-git-bash,application
|
|
475
|
+
terminal-linux,application
|
|
476
|
+
terminal-powershell,application
|
|
477
|
+
terminal-tmux,application
|
|
478
|
+
terminal-ubuntu,application
|
|
479
|
+
thinking,ai
|
|
480
|
+
three-bars,navigation
|
|
481
|
+
thumbsdown,general
|
|
482
|
+
thumbsdown-filled,general
|
|
483
|
+
thumbsup,general
|
|
484
|
+
thumbsup-filled,general
|
|
485
|
+
tools,tool
|
|
486
|
+
triangle-down,shape
|
|
487
|
+
triangle-left,shape
|
|
488
|
+
triangle-right,shape
|
|
489
|
+
triangle-up,shape
|
|
490
|
+
twitter,brand
|
|
491
|
+
type-hierarchy,development
|
|
492
|
+
type-hierarchy-sub,development
|
|
493
|
+
type-hierarchy-super,development
|
|
494
|
+
unarchive,file
|
|
495
|
+
unfold,action
|
|
496
|
+
ungroup-by-ref-type,action
|
|
497
|
+
unmute,device
|
|
498
|
+
unverified,status
|
|
499
|
+
variable,symbol
|
|
500
|
+
variable-group,symbol
|
|
501
|
+
verified-filled,status
|
|
502
|
+
versions,git
|
|
503
|
+
vm,device
|
|
504
|
+
vm-active,device
|
|
505
|
+
vm-connect,device
|
|
506
|
+
vm-outline,device
|
|
507
|
+
vm-running,device
|
|
508
|
+
vm-small,device
|
|
509
|
+
vr,device
|
|
510
|
+
wand,tool
|
|
511
|
+
whitespace,text
|
|
512
|
+
whole-word,search
|
|
513
|
+
window-active,window
|
|
514
|
+
word-wrap,text
|
|
515
|
+
workspace-unknown,status
|
|
516
|
+
workspace-untrusted,status
|
|
517
|
+
zap,general
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"method": "LoadTable",
|
|
4
|
+
"params":
|
|
5
|
+
{
|
|
6
|
+
"relativePath": "_DataFilePath_",
|
|
7
|
+
"rootPath": "_RootPath_"
|
|
8
|
+
},
|
|
9
|
+
"variable": "iconCategoriesInputTable"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"method": "ForEachRow",
|
|
13
|
+
"transforms": [
|
|
14
|
+
{
|
|
15
|
+
"method": "Copy",
|
|
16
|
+
"params":
|
|
17
|
+
{
|
|
18
|
+
"from": "_LibraryKey_"
|
|
19
|
+
},
|
|
20
|
+
"variable": "_IconData_LibraryKey_"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"method": "Copy",
|
|
24
|
+
"params":
|
|
25
|
+
{
|
|
26
|
+
"from": "_IconTypeKey_"
|
|
27
|
+
},
|
|
28
|
+
"variable": "_IconData_TypeKey_"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"method": "GetColumnValue",
|
|
32
|
+
"params":
|
|
33
|
+
{
|
|
34
|
+
"columnName": "iconColumnIconKeyValueName",
|
|
35
|
+
"iterator": "iconCategoriesTableIterator"
|
|
36
|
+
},
|
|
37
|
+
"variable": "iconKeyValue"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"method": "GetHashKey",
|
|
41
|
+
"notes": "The icon Key is derived from the shortend icon file name.",
|
|
42
|
+
"params":
|
|
43
|
+
{
|
|
44
|
+
"from": "iconKeyValue"
|
|
45
|
+
},
|
|
46
|
+
"variable": "_IconData_Key_"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"method": "UpdateVariablesTable",
|
|
50
|
+
"params":
|
|
51
|
+
{
|
|
52
|
+
"variables": "_IconDataVariables_"
|
|
53
|
+
},
|
|
54
|
+
"variable": "_IconData_"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"method": "Clear",
|
|
58
|
+
"variable": "iconArtifacts"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"method": "GetColumnValue",
|
|
62
|
+
"params":
|
|
63
|
+
{
|
|
64
|
+
"columnName": "iconColumnCategoriesName",
|
|
65
|
+
"iterator": "iconCategoriesTableIterator"
|
|
66
|
+
},
|
|
67
|
+
"variable": "iconCategories"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"method": "AddToVariableBag",
|
|
71
|
+
"params":
|
|
72
|
+
{
|
|
73
|
+
"value": "iconCategories"
|
|
74
|
+
},
|
|
75
|
+
"variable": "iconArtifacts"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"method": "AddNameValuePairsToAssociationTable",
|
|
79
|
+
"params":
|
|
80
|
+
{
|
|
81
|
+
"key": "_IconData_Key_",
|
|
82
|
+
"keyColumn": "_IconArtifactData_IconKey_",
|
|
83
|
+
"namesColumn": "_IconArtifactData_Name_",
|
|
84
|
+
"values": "iconArtifacts",
|
|
85
|
+
"valuesColumn": "_IconArtifactData_Value_"
|
|
86
|
+
},
|
|
87
|
+
"variable": "_IconArtifactData_"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"variable": "iconCategoriesTableIterator"
|
|
91
|
+
}
|
|
92
|
+
]
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "iconCategoriesInputTable",
|
|
4
|
+
"tableSpecifier":
|
|
5
|
+
{
|
|
6
|
+
"dataColumnIndex": 0,
|
|
7
|
+
"dataRowIndex": 1,
|
|
8
|
+
"headerRowIndex": 0
|
|
9
|
+
},
|
|
10
|
+
"type": "Table",
|
|
11
|
+
"valueType": "None"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "iconColumnIconKeyValueName",
|
|
15
|
+
"referenceOnly": true,
|
|
16
|
+
"type": "Value",
|
|
17
|
+
"value": "IconKeyValue",
|
|
18
|
+
"valueType": "Text"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "iconColumnCategoriesName",
|
|
22
|
+
"referenceOnly": true,
|
|
23
|
+
"type": "Value",
|
|
24
|
+
"value": "Categories",
|
|
25
|
+
"valueType": "Text"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"TargetName": "iconCategoriesInputTable",
|
|
29
|
+
"name": "iconCategoriesTableIterator",
|
|
30
|
+
"type": "TableIterator"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "iconKeyValue",
|
|
34
|
+
"type": "Value",
|
|
35
|
+
"valueType": "Text"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "iconCategories",
|
|
39
|
+
"type": "Value",
|
|
40
|
+
"valueType": "Text"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "iconArtifacts",
|
|
44
|
+
"type": "VariableBag",
|
|
45
|
+
"valueType": "None",
|
|
46
|
+
"values": []
|
|
47
|
+
}
|
|
48
|
+
]
|