From 5ed9ebb7dc4287bf384297abb3b78f5eda06fed9 Mon Sep 17 00:00:00 2001 From: Andrei Sebastian Date: Thu, 28 Nov 2024 22:24:15 +0200 Subject: [PATCH] Update vsc-extension-quickstart.md --- vsc-extension-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vsc-extension-quickstart.md b/vsc-extension-quickstart.md index f518bb8..261f1cb 100644 --- a/vsc-extension-quickstart.md +++ b/vsc-extension-quickstart.md @@ -2,7 +2,7 @@ ## What's in the folder -* This folder contains all of the files necessary for your extension. +* This folder contains all of the files necessary for your extension * `package.json` - this is the manifest file in which you declare your extension and command. * The sample plugin registers a command and defines its title and command name. With this information VS Code can show the command in the command palette. It doesn’t yet need to load the plugin. * `src/extension.ts` - this is the main file where you will provide the implementation of your command.