From 38b9c76431be96ba27df1679e35eb43e936dc763 Mon Sep 17 00:00:00 2001
From: Nok <nok.lam.chan@quantumblack.com>
Date: Fri, 10 May 2024 11:12:47 +0000
Subject: [PATCH] chore: add Kedro VS Code extension into implementations.md

---
 Implementations.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Implementations.md b/Implementations.md
index bdb0386d..1facdc04 100644
--- a/Implementations.md
+++ b/Implementations.md
@@ -18,6 +18,7 @@
 | _VSCode `black` extension_   | [Microsoft](https://github.com/microsoft) | [vscode-black-formatter](https://github.com/microsoft/vscode-black-formatter) | VSCode extension for Python's [black](https://github.com/psf/black) |
 | _VSCode `isort` extension_   | [Microsoft](https://github.com/microsoft) | [vscode-isort](https://github.com/microsoft/vscode-isort) | VSCode extension for Python's [isort](https://pycqa.github.io/isort) |
 | _VSCode `flake8` extension_   | [Microsoft](https://github.com/microsoft) | [vscode-flake8](https://github.com/microsoft/vscode-flake8) | VSCode extension for Python's [flake8](https://github.com/PyCQA/flake8) |
+| _VSCode `Kedro` extension_   | [Kedro](https://github.com/kedro-org/kedro) | [vscode-kedro](https://github.com/kedro-org/vscode-kedro) | Kedro Langauge Server and schema validation extension |
 | _VSCode `mypy` extension_   | [Microsoft](https://github.com/microsoft) | [vscode-mypy](https://github.com/microsoft/vscode-mypy) | VSCode extension for Python's [mypy](https://github.com/python/mypy) |
 | _VSCode `pylint` extension_   | [Microsoft](https://github.com/microsoft) | [vscode-pylint](https://github.com/microsoft/vscode-pylint) | VSCode extension for Python's [pylint](https://github.com/PyCQA/pylint) |
 | _VSCode `ufmt` extension_   | [Omnilib](https://github.com/omnilib) | [vscode-ufmt](https://github.com/omnilib/vscode-ufmt) | VSCode extension for Python's [ufmt](https://ufmt.omnilib.dev/en/stable/) |