Skip to content

Commit ed63326

Browse files
committed
fix: indentation of example
1 parent a30ea3a commit ed63326

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/cli.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,14 @@ async function main(): Promise<void> {
220220
"import * as sourcegraph from 'sourcegraph'",
221221
'',
222222
'export function activate(ctx: sourcegraph.ExtensionContext): void {',
223-
' ctx.subscriptions.add(',
224-
" sourcegraph.languages.registerHoverProvider(['*'], {",
225-
' provideHover: () => ({',
226-
' contents: {',
227-
` value: 'Hello world from ${name}! 🎉🎉🎉',`,
228-
' kind: sourcegraph.MarkupKind.Markdown',
229-
' }',
230-
' }),',
223+
' ctx.subscriptions.add(',
224+
" sourcegraph.languages.registerHoverProvider(['*'], {",
225+
' provideHover: () => ({',
226+
' contents: {',
227+
` value: 'Hello world from ${name}! 🎉🎉🎉',`,
228+
' kind: sourcegraph.MarkupKind.Markdown',
229+
' }',
230+
' }),',
231231
' })',
232232
' )',
233233
'}',

0 commit comments

Comments
 (0)