Skip to content

feat: support browser extension host#54

Merged
9romise merged 3 commits intomainfrom
browser
Mar 1, 2026
Merged

feat: support browser extension host#54
9romise merged 3 commits intomainfrom
browser

Conversation

@9romise
Copy link
Member

@9romise 9romise commented Mar 1, 2026

Add browser environment support for the extension, enabling it to run in vscode.dev, Codespaces, and Remote scenarios.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 1, 2026

Warning

Rate limit exceeded

@9romise has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 26 minutes and 38 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between c10b63a and fe96667.

📒 Files selected for processing (2)
  • eslint.config.js
  • eslint.config.ts
📝 Walkthrough

Walkthrough

This pull request configures the project for browser and VS Code workspace extension environments. The ESLint configuration is extended with a new block that enforces a no-restricted-imports rule, preventing Node.js built-in modules in browser-targeted files. Concurrently, the package.json manifest is updated with a browser field pointing to the distribution build entry point and an extensionKind field designating workspace as the target extension context.

🚥 Pre-merge checks | ✅ 1
✅ Passed checks (1 passed)
Check name Status Explanation
Description check ✅ Passed The pull request description directly relates to the changeset, describing the addition of browser environment support through ESLint and package.json configuration changes.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch browser

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1


ℹ️ Review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d880133 and c10b63a.

📒 Files selected for processing (2)
  • eslint.config.ts
  • package.json

@9romise 9romise merged commit 4e4427f into main Mar 1, 2026
8 checks passed
@9romise 9romise deleted the browser branch March 1, 2026 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant