From e1909986c34074d9732c10e040f2b5903943f14c Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:55:36 -0700 Subject: [PATCH] Update LINEMAGE_VSCODE_GUIDE.md --- LINEMAGE_VSCODE_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LINEMAGE_VSCODE_GUIDE.md b/LINEMAGE_VSCODE_GUIDE.md index 1e5f54f3..93e003e4 100644 --- a/LINEMAGE_VSCODE_GUIDE.md +++ b/LINEMAGE_VSCODE_GUIDE.md @@ -18,7 +18,7 @@ LineMage put together this list of links to learn about VSCode. We hope it's hel ## VSCode's Extension API -VS Code exposes an API for building extensions. Knowing about the API is really important now because LineMage is mostly an extension right now, but it won't be as relevant when we touch the sourcecode more. +VSCode exposes an API for building extensions. Knowing about the API is really important now because LineMage is mostly an extension right now, but it won't be as relevant when we touch the sourcecode more. - [Files you need in an extension](https://code.visualstudio.com/api/get-started/extension-anatomy).