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

Commit 7cda389

Browse files
authored
Also show feedback in basic-code-intel mode (#72)
1 parent 1e825d4 commit 7cda389

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/lang-go.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,14 @@ export function activate(ctx: sourcegraph.ExtensionContext = DUMMY_CTX): void {
745745

746746
await activateUsingWebSockets(ctx)
747747
} else {
748+
ctx.subscriptions.add(
749+
registerFeedbackButton({
750+
languageID: 'go',
751+
sourcegraph,
752+
isPrecise: false,
753+
})
754+
)
755+
748756
activateBasicCodeIntel({
749757
sourcegraph,
750758
languageID: 'go',

0 commit comments

Comments
 (0)