View and manages user secretes for .NET Core/.NET5+ projects just like in Visual Studio.
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.
This extension has the following dependencies:
uuid
: to generate a new GUID.
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)
Initial release