File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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 '}' ,
You can’t perform that action at this time.
0 commit comments