From f578037baf4a9c7072992921c945f2feff24c3cf Mon Sep 17 00:00:00 2001 From: Remi Schnekenburger Date: Thu, 30 Mar 2023 09:20:26 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5ef47ca0..69b79ea43 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-VS Code Extension Samples +VS Code Extension Sample

This repository contains sample code illustrating the VS Code extension API. Each sample is a self-contained extension that explains one topic in [VS Code API](https://code.visualstudio.com/api/references/vscode-api) or VS Code's [Contribution Points](https://code.visualstudio.com/api/references/contribution-points). You can read, play with or adapt from these samples to create your own extensions.