web assembly color support in dashboard - #135
Conversation
- added language color for webAssembly in the admin dashboard - bumped the extension version - updated the version of turbo
📝 WalkthroughWalkthroughThis PR applies three independent updates across the repository: a version bump for the VS Code extension to 0.0.66, a turbo build tool dependency upgrade to ^2.9.14, and a language color configuration change replacing webassembly with wat syntax mapping. ChangesVersion and Configuration Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/ui/src/colors.json`:
- Line 701: The "wat" entry was added but we must preserve the old "webassembly"
slug; update the color map so that "webassembly" and "wat" both map to the same
object (i.e., add a "webassembly": { "name": "WebAssembly", "color": "`#6250e7`" }
entry) or implement alias handling in the color lookup to treat "webassembly" as
an alias of "wat" (adjust the lookup code that resolves slugs to check aliases
or fallback to "wat" when "webassembly" is received).
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 9f5fd5d6-c81c-4b94-9456-8e5a52fa503f
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (3)
apps/vscode-extension/package.jsonpackage.jsonpackages/ui/src/colors.json
Commits
feat: web assembly
Summary by CodeRabbit
Chores
Style