CodinGame / monaco-vscode-api

VSCode public API plugged on the monaco editor
MIT License
208 stars 29 forks source link

feat: add secret storage service #382

Closed CompuIves closed 2 months ago

CompuIves commented 3 months ago

This adds the ISecretStorage service override. In the browser this is just plain storage in memory. This service is needed by some extensions (like the Thunder Client) extension.

An implementation can actually be passed when initializing VSCode, if that's not available it will default to storing the secrets in-memory.

CompuIves commented 3 months ago

Applied the feedback!

github-actions[bot] commented 2 months ago

:tada: This PR is included in version 4.2.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: