@sourcegraph/extension-api-types

Types for working with the Sourcegraph extension API. Extensions should use the 'sourcegraph' package, not this package. This package is only for client applications that embed Sourcegraph extensions and need to communicate with them.

Usage no npm install needed!

<script type="module">
  import sourcegraphExtensionApiTypes from 'https://cdn.skypack.dev/@sourcegraph/extension-api-types';
</script>

README

Sourcegraph extension API types for client applications

Extensions should use the sourcegraph package, not this package. This package is only for client applications that embed Sourcegraph extensions and need to communicate with them.

See Sourcegraph extensions documentation for more information.