@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Function createFakeSecrets

    • Creates a fake secrets capability.

      Mirrors the real contract: onDidChange fires with the key on both store and delete.

      Returns FakeSecrets

      const secrets = createFakeSecrets();
      await secrets.store('apiKey', 'sk-test');