mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Add CodeLens to sample array
This commit is contained in:
@ -177,6 +177,13 @@ const samples = [
|
||||
guide: '/api/extension-guides/custom-data-extension',
|
||||
apis: [],
|
||||
contributions: []
|
||||
},
|
||||
{
|
||||
description: 'CodeLens Sample',
|
||||
path: 'codelens-sample',
|
||||
guide: null,
|
||||
apis: [`languages.registerCodeLensProvider`, `CodelensProvider`, `CodeLens`],
|
||||
contributions: []
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user