Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>ArgoCDNew to Visual Studio Code? Get it now.
ArgoCD

ArgoCD

Preview

adityasinghal26

|
332 installs
| (0) | Free
A Visual Studio Code extension that connects to an ArgoCD instance and lists all applications.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ArgoCD Extension for Visual Studio Code

A Visual Studio Code extension that provides integration with ArgoCD, allowing you to manage and monitor your ArgoCD applications directly from your IDE.

Features

  • View all ArgoCD applications grouped by projects
  • Monitor application health and sync status
  • Sync applications with one click
  • Detailed application information view
  • Quick access to application resources and configurations
  • Manage multiple ArgoCD instances

Requirements

  • ArgoCD server URL
  • ArgoCD authentication token

Installation

  1. Install the extension from VS Code Marketplace
  2. Configure your ArgoCD instance connection settings

Configuration

Adding a New ArgoCD Instance

  1. Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  2. Type "ArgoCD: Add Instance"
  3. Enter the following details:
    • Instance Name (unique identifier)
    • Server URL (e.g., https://your-argocd-server)
    • Authentication Token

OR

  1. Click on + symbol next to Instances menu
  2. Enter the following details on prompt:
    • Instance Name (unique identifier)
    • Server URL (e.g., https://your-argocd-server)
    • Authentication Token

Removing an ArgoCD Instance

  1. Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  2. Type "ArgoCD: Remove Instance"
  3. Select the instance you want to remove from the dropdown
  4. Confirm removal when prompted

OR

  1. Click on trash icon next to your instance.
  2. Confirm removal when prompted

Manual Configuration

Alternatively, configure instances in VS Code settings:

{
     "argocd.instances": [
          {
                "name": "production",
                "serverUrl": "https://your-argocd-server",
                "authToken": "your-auth-token"
          }
     ]
}

Usage

  1. Open the ArgoCD panel in the VS Code sidebar
  2. Add/remove the various ArgoCD instances as per your requirements
  3. View your applications grouped by projects
  4. Right-click on applications for available actions:
    • Sync application
    • View detailed application information
    • Refresh status

Known Issues

  • Beta release with limited functionality
  • Please report any issues on GitHub

Release Notes

0.1.1

Added Multi-Instance Support:

  • Added support for managing multiple ArgoCD instances
  • Implemented instance switching from sidebar
  • Active instance highlighted in UI
  • Each instance maintains separate application state
  • Instance selection required before listing applications

0.1.0-beta

Initial beta release with basic functionality:

  • Application listing and grouping
  • Sync capabilities
  • Health monitoring
  • Detailed application view

Contributing

Contributions welcome at GitHub repository.

License

This extension is licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft