Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Cloudsmith VSCodeNew to Visual Studio Code? Get it now.
Cloudsmith VSCode

Cloudsmith VSCode

Cloudsmith

|
7 installs
| (1) | Free
Access your artifacts from Cloudsmith instance.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
banner

Cloudsmith Visual Studio Code Extension

overview brand-card

Installation

To install the extension, open the Extensions view, search for cloudsmith to filter results and select the Cloudsmith extension authorised by Cloudsmith.

  • Entitlement tokens are not supported.

  • Personal API Keys provide support for accessing mulitple Cloudsmith Workspaces if access is granted. A Service Account Token will provide access to a specific Workspace only.

Alternatively, you can install it via the .vsix file located on the repo releases. ( We recommend installing via the Marketplace. )

From the Extensions view in VS Code:

  • Go to the Extensions view.
  • Select Views and More Actions...
  • Select Install from VSIX...

From the command line:

if you use VS Code

code --install-extension cloudsmith-x.x.x.vsix

if you use VS Code Insiders

code-insiders --install-extension cloudsmith-x-x-x.vsix

Connect

After installing, to connect to your Cloudsmith instance, you need to configure either your Personal API Key or a Service Account Token. Click on the key icon from the view menu and enter your credential into the input box. To connect press the connect or refresh icons.

configure

Settings

A range of settings are configurable for the extension. See Overview for usage of these.

  • Show Packages via individual Package or Package Group
  • Inspect Output - choose where you want to send inspect output
  • Maximum packages to show per repository. Max is limited to 30.
  • Use Legacy Web App - URLs to Cloudsmith packages will use the legacy Web App instead.
settings

Overview

Package Explorer

The Cloudsmith extension contributes a Cloudsmith view to VS Code. The Cloudsmith Explorer lets you examine packages stored within your Cloudsmith assets: workspaces, repositories, packages.

Show Packages or Package Groups

By default the extension returns individual packages. You can display them as package groups instead.

groupBySetting

Package Details

A selection of important fields are available directly under a package. This will vary depending on package vs package group. This is a subset of the full api response schema for packages and groups. You can inspect the package to obtain the full response.

You can right-click on each detail and copy the value to the clipboard.

Package
  • Status
  • Name
  • Slug
  • Slug Perm
  • Number of downloads
  • Version
  • Tags
  • Uploaded at date/time
Package Group
  • Count of packages in group
  • Size
  • Number of downloads
  • Last pushed date/time
packageDetails

Package Context Menus

The right-click menu provides access to the following commands varying depending on whether you have enabled the package groups setting.

contextMenu

Package Inspect

Selecting inspect will return the raw JSON data for the selected item. By default it will send the output to the Output window. You can configure for output to be sent to a new text document instead.

inspectPackage

Open Package in Cloudsmith

You can open the package directly in your Cloudsmith Web App.

openPackage

Limitations & known issues

  • The number of returned packages is restricted to max 30 per repository. This can be configured to between 1-30 in the settings. Packages are sorted by last pushed in descending order.
  • Authentication is currently restricted to API Key or Service Account Tokens.

Release Notes

1.0.0 - July 2025

  • Initial release of the Cloudsmith extension. The extension provides a package explorer view into your Cloudsmith instance.
  • Future releases will continue to build upon this with futher capabilities and features to closely match the Cloudsmith CLI.

License

Apache 2.0

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