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",