From d4aea251963832fcaebfa369f0157358c1b5f543 Mon Sep 17 00:00:00 2001 From: Peng Lyu Date: Fri, 29 Mar 2019 11:29:31 -0700 Subject: [PATCH] Update spaces and scripts --- .scripts/samples.js | 9 ++++++++- comment-sample/.vscode/launch.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.scripts/samples.js b/.scripts/samples.js index 8b0f5359..2d38dd6e 100644 --- a/.scripts/samples.js +++ b/.scripts/samples.js @@ -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 = { diff --git a/comment-sample/.vscode/launch.json b/comment-sample/.vscode/launch.json index a8090de8..f027d529 100644 --- a/comment-sample/.vscode/launch.json +++ b/comment-sample/.vscode/launch.json @@ -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",