fernandoescolar / vscode-solution-explorer

This is a Visual Studio Code extension that provides a (.sln) Visual Studio Solution explorer panel..
MIT License
348 stars 73 forks source link

Add support for user secrets #301

Open gabriel-na opened 3 months ago

gabriel-na commented 3 months ago

Is your feature request related to a problem? Please describe. User secrets is a command present in the CLI that facilitates the management of sensitive data since it is stored outside the solution folder and is not sent to the repository

Describe the solution you'd like When right-clicking on a project, show the option "Manage user secrets"

Describe alternatives you've considered Using the "dotnet user-secrets" command or another VS Code extension

Additional context user secrets are stored in the path "%APPDATA%\Microsoft\UserSecrets\<user_secrets_id>\secrets.json" where the "user_secrets_id" is generated for each project where user secrets are used