From de46a0e0c0f232c7b992b265dbb64a3c758c11b4 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 26 Dec 2024 08:01:18 -0800 Subject: [PATCH] Update development.md --- docs/development.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/development.md b/docs/development.md index 2c687e836..b49a42a2f 100644 --- a/docs/development.md +++ b/docs/development.md @@ -451,11 +451,11 @@ def myparser_consumer_declaration(sender, **kwargs): methods responsible for guessing the extension do not always return the same value. -## Using Visual Studio Code devcontainers +## Using Visual Studio Code devcontainer Another easy way to get started with development is to use Visual Studio -Code with devcontainers. This approach will create a preconfigured development -environment with all the tools you need. +Code devcontainers. This approach will create a preconfigured development +environment with all of the required tools and dependencies. [Learn more about devcontainers](https://code.visualstudio.com/docs/devcontainers/containers). To get started: