Open
Description
activate
can surface APIs that can be called by other extension.
Reference: https://code.visualstudio.com/api/references/vscode-api#extensions
We can consider to export information such as
- Whether the extension is fully activated
- Path to the chosen go command (if our extension starts to help easy switching between multiple go versions @mcjcloud @ianthehat)
- Settings including env vars such as GOPATH, GOMOD, ...
- Access to the Go document symbol provider (Add lenses for ginkgo to run specific tests #228 @stamblerre )
(Feel free to add the wishlist :-))
For example, see the python extension's API.
https://github.com/microsoft/vscode-python/blob/6f770f198cde6df7661a63a7026c1e10e7ae42ba/src/client/api.ts
Metadata
Metadata
Assignees
Labels
No labels