Comments API Sample (#160)

* Comment API Sample
This commit is contained in:
Peng Lyu
2019-03-29 19:31:06 +01:00
committed by GitHub
parent 19ff2a1ade
commit 2b169fc0ad
12 changed files with 2470 additions and 0 deletions

View File

@ -176,6 +176,13 @@ const lspSamples = [
'TextDocumentContentProvider'
],
contributions: ["menus"]
},
{
description: 'Commenting API Sample',
path: 'comment-sample',
guide: null,
apis: [],
contributions: []
}
]