From f0f25a6d927c6c7ac0b29ccb3a79fefdf56e8ced Mon Sep 17 00:00:00 2001 From: Arnav Sacheti <36746504+arnavsacheti@users.noreply.github.com> Date: Wed, 12 Nov 2025 07:20:11 +0000 Subject: [PATCH] update devcontainer extensions --- .devcontainer/devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ec3e3a9..c54e9d1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -26,7 +26,10 @@ "extensions": [ "ms-python.python", "ms-python.vscode-pylance", - "ms-vscode.cpptools" + "ms-vscode.cpptools", + "charliermarsh.ruff", + "astral-sh.ty", + "meta.pyrefly" ] } }