Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit 2dcea4f

Browse files
committed
Add comment
1 parent b8d4cab commit 2dcea4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lang-go.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,7 @@ const goFiles = [{ pattern: '*.go' }]
802802
export function activate(ctx: sourcegraph.ExtensionContext = DUMMY_CTX): void {
803803
async function afterActivate(): Promise<void> {
804804
const lsif = initLSIF()
805+
// When access token creation fails, this becomes a noop
805806
const lsp = await initLSP(ctx).catch<MaybeProviders>(() => noopMaybeProviders)
806807
const basicCodeIntel = initBasicCodeIntel()
807808

0 commit comments

Comments
 (0)