mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Snippet sample
This commit is contained in:
@ -126,10 +126,17 @@ const lspSamples = [
|
||||
{
|
||||
description: 'Language Configuration Sample',
|
||||
path: 'language-configuration-sample',
|
||||
guide: 'https://vscode-ext-docs.azurewebsites.net/api/language-extensions/language-configuration-guide',
|
||||
guide: '/api/language-extensions/language-configuration-guide',
|
||||
apis: [],
|
||||
contributions: ['languages']
|
||||
},
|
||||
{
|
||||
description: 'Snippet Sample',
|
||||
path: 'snippet-sample',
|
||||
guide: '/api/language-extensions/snippet-guide',
|
||||
apis: [],
|
||||
contributions: ['snippets']
|
||||
},
|
||||
]
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user