Unable to Add Sourcegraph Search Results as Context for VSCode Cody

The new VSCode Cody allows adding Sourcegraph as Context for Cody.
Unable to Add Sourcegraph Search Results as Context for VSCode Cody
Thank you
Max

Hey Max, make sure to add this to the bottom of your settings.json

"openctx.providers": {
    "https://openctx.org/npm/@openctx/provider-sourcegraph-search": true,
  },

How to get to settings.json