mirror of
https://github.com/zed-industries/zed.git
synced 2026-07-09 16:00:35 +00:00
Add new area labels to track mapping (#58083)
| Label | Description | |---|---| | `area:preview/csv` | Feedback for Zed's CSV support | | `area:fs` | Related to the fs crate. | | `area:scanning` | Worktree scanning related PRs. | | `area:editor/bookmarks` | Feedback for the editor bookmarks | | `area:ai/agent thread/skills` | Feedback for Zed's AI Skills feature | | `area:ai/terminal threads` | Feedback for Zed's Terminal Threads | | `area:crashes` | PR related to crashes crate. | | `area:scripts` | Changes in "script" directory | Release Notes: - N/A
This commit is contained in:
parent
c30d18b10d
commit
2ea99a81f1
1 changed files with 8 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
{
|
||||
"name": "Markdown Preview",
|
||||
"labels": ["area:preview/markdown", "area:preview/mermaid"]
|
||||
"labels": ["area:preview/markdown", "area:preview/mermaid", "area:preview/csv"]
|
||||
},
|
||||
{
|
||||
"name": "NixOS",
|
||||
|
|
@ -88,9 +88,11 @@
|
|||
"labels": [
|
||||
"area:command palette",
|
||||
"area:file finder",
|
||||
"area:fs",
|
||||
"area:navigation",
|
||||
"area:outline",
|
||||
"area:project panel",
|
||||
"area:scanning",
|
||||
"area:workspace"
|
||||
]
|
||||
},
|
||||
|
|
@ -100,6 +102,7 @@
|
|||
"area:code folding",
|
||||
"area:editor",
|
||||
"area:editor/brackets",
|
||||
"area:editor/bookmarks",
|
||||
"area:editor/linked edits",
|
||||
"area:multi-buffer",
|
||||
"area:multi-cursor",
|
||||
|
|
@ -135,6 +138,7 @@
|
|||
"area:ai",
|
||||
"area:ai/acp",
|
||||
"area:ai/agent thread",
|
||||
"area:ai/agent thread/skills",
|
||||
"area:ai/anthropic",
|
||||
"area:ai/assistant",
|
||||
"area:ai/bedrock",
|
||||
|
|
@ -154,6 +158,7 @@
|
|||
"area:ai/opencode",
|
||||
"area:ai/openrouter",
|
||||
"area:ai/qwen",
|
||||
"area:ai/terminal threads",
|
||||
"area:ai/text thread"
|
||||
]
|
||||
},
|
||||
|
|
@ -222,6 +227,7 @@
|
|||
"name": "Performance & Catch-all",
|
||||
"labels": [
|
||||
"area:cli",
|
||||
"area:crashes",
|
||||
"area:discoverability",
|
||||
"area:installer-updater",
|
||||
"area:internationalization",
|
||||
|
|
@ -236,6 +242,7 @@
|
|||
"area:performance",
|
||||
"area:performance/memory leak",
|
||||
"area:release notes",
|
||||
"area:scripts",
|
||||
"area:security & privacy",
|
||||
"area:security & privacy/workspace trust",
|
||||
"area:serialization",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue