sourcegraph / sourcegraph-go

Provides code intelligence for Go
6 stars 5 forks source link

Activation refactor #117

Open efritz opened 4 years ago

efritz commented 4 years ago

This PR cleans up the init code after https://github.com/sourcegraph/sourcegraph-basic-code-intel/pull/198.

This removes all LSIF and search-based logic and instead delegates to the activateCodeIntel function, passing it only the language-server specific logic.

This PR will be followed by a major cleanup.