Update spaces and scripts

This commit is contained in:
Peng Lyu
2019-03-29 11:29:31 -07:00
parent decdc8df35
commit d4aea25196
2 changed files with 9 additions and 2 deletions

View File

@ -163,7 +163,14 @@ const lspSamples = [
'https://github.com/Microsoft/vscode/wiki/Extension-Authoring:-Adopting-Multi-Root-Workspace-APIs#language-client--language-server',
apis: [],
contributions: []
}
},
{
description: 'Commenting API Sample',
path: 'comment-sample',
guide: null,
apis: [],
contributions: []
},
]
module.exports = {

View File

@ -3,7 +3,7 @@
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
"version": "0.2.0",
"configurations": [
{
"name": "Extension",