We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a3b78 commit 3a29ff8Copy full SHA for 3a29ff8
src/cli.ts
@@ -267,8 +267,8 @@ async function main(): Promise<void> {
267
[
268
"import * as sourcegraph from 'sourcegraph'",
269
'',
270
- 'export function activate(ctx: sourcegraph.ExtensionContext): void {',
271
- ' ctx.subscriptions.add(',
+ 'export function activate(context: sourcegraph.ExtensionContext): void {',
+ ' context.subscriptions.add(',
272
" sourcegraph.languages.registerHoverProvider(['*'], {",
273
' provideHover: () => ({',
274
' contents: {',
0 commit comments