From 98cead22bd7ceb5059312f3d736b6edf68b479b1 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Mon, 27 Jun 2022 17:06:50 -0700 Subject: [PATCH] Restore link --- .scripts/samples.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/samples.js b/.scripts/samples.js index e586b082..1c19b9bb 100644 --- a/.scripts/samples.js +++ b/.scripts/samples.js @@ -4,7 +4,7 @@ * @typedef {Object} Sample * @property {string} description - A readable name for the sample * @property {string} path - Path to the sample's root - * @property {string | null} guide - Link to the guide on + * @property {string | null} guide - Link to the guide on https://code.visualstudio.com * @property {string[]} apis - Listing of VS Code API that is being illustrated. For example, "TextDocumentContentProvider" * @property {string[]} contributions - Listing of Contribution Points that are being used. For example, * @property {boolean} [excludeFromReadme] - Don't generate a readme entry for this extension