-
Notifications
You must be signed in to change notification settings - Fork 424
fix: passthrough icon and color for extension terminal #4515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Walkthrough本次变更主要扩展了终端创建逻辑,在扩展终端创建方法中增加了可选的 Changes
Sequence Diagram(s)sequenceDiagram
participant Extension as 扩展
participant ExtHostTerminal as ExtHostTerminal
participant Terminal as Terminal
participant Proxy as 代理
Extension->>ExtHostTerminal: 调用 createExtensionTerminal(options)
ExtHostTerminal->>Terminal: createExtensionTerminal(id, iconPath, color)
Terminal->>Proxy: $createTerminal({id, iconPath, color, isTransient: true})
Proxy-->>Terminal: 返回终端实例
Terminal-->>ExtHostTerminal: 返回
ExtHostTerminal-->>Extension: 返回
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
yarn install v1.22.22 Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (8)
🔇 Additional comments (2)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4515 +/- ##
==========================================
- Coverage 53.14% 53.13% -0.01%
==========================================
Files 1665 1665
Lines 102681 102681
Branches 22229 22229
==========================================
- Hits 54567 54564 -3
- Misses 40025 40027 +2
- Partials 8089 8090 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Types
Background or solution
fix: passthrough icon and color for extension terminal

Changelog
fix: passthrough icon and color for extension terminal
Summary by CodeRabbit