Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>oneDev BrowserNew to Visual Studio Code? Get it now.
oneDev Browser

oneDev Browser

binghan.lin

|
242 installs
| (0) | Free
Browse issues, PRs, and builds on oneDev repositories
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

oneDev Browser

Version License

A Visual Studio Code extension to browse pull requests, issues, and builds from your oneDev instance, with a modern React + Tailwind UI.

Notice: This extension is a personal side project and is not an official plugin from oneDev or its maintainers.


Features

  • AI Chat Participant: Interact with OneDev via @onedev in GitHub Copilot Chat.
    • AI Code Review: Generate reviews for Pull Requests using your preferred model.
    • Clickable Diffs: Open file diffs directly from the AI's review comments.

Getting Started

Installation

  1. Search for oneDev Browser in the VS Code Extensions Marketplace and install it.
  2. Reload VS Code if prompted.

Configuration

Before using the extension, go to VS Code Settings (Ctrl+, or Cmd+, on macOS), search for Onedev-browser, and set the following options:

  • oneDev URL: The base URL of your oneDev instance (e.g., https://your-onedev-instance.com).
  • Email: Your oneDev account email address.
  • API Token: Your personal API token for authentication.
  • Project Path: The path to your project within oneDev (e.g., projects/your-project).

Usage

  1. Tree Views: Use the oneDev Browser sidebar to browse Pull Requests, Issues, and Builds.
  2. Webview: Open the command palette and run Open oneDev Webview to see a rich dashboard.
  3. AI Chat: Open Copilot Chat and type @onedev to start interacting.
    • @onedev /review [#123](https://github.com/BingHanLin/vscode-oneDev-browser/issues/123): Request an AI code review for PR #123.

AI Code Review Setup

  1. Select Model: Run OneDev: Select Code Review Model to choose which AI model to use (e.g., GPT-4). You can set this globally or per workspace.
  2. Custom Prompt: Configure onedev-browser.codeReviewPrompt in settings to customize the instructions given to the AI (e.g., "Focus on security vulnerabilities").

Development

The extension backend is in src/, and the React webview UI is in web/.

License

This project is licensed under the MIT License. See LICENSE.md for details.


References

  • oneDev Official Site
  • VS Code Extension + React + Tailwind Guide
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft