Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>User Secrets ManagementNew to Visual Studio Code? Get it now.
User Secrets Management

User Secrets Management

Gianni Bonicolini

|
320 installs
| (0) | Free
An extension that replicates the User Secrets management present on Visual Studio
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

User Secrets Management

View and manages user secretes for .NET Core/.NET5+ projects just like in Visual Studio.

Features

Right click on your .csproj, .fsproj or .vbproj file and select Manage User Secrets.

It will open or create the secret.json file and update your project file if necessary.

example

Requirements

This extension has the following dependencies:

  • uuid: to generate a new GUID.

Future improvement

In the future, this extension will directly use the dotnet user-secrets init command to generate the new GUID and update the project file. For now, it's not possible to wait until the end of a terminal run using Terminal.API on vscode (see the issue on vscode's repository)

Release Notes

1.0.0

Initial release


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