From b5958da5ad9ceae25bd84762ea7a26d747537bb5 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:17:46 +0000 Subject: [PATCH] :technologist: update devcontainer config --- .devcontainer/devcontainer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1a4b55b23..1da251b78 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -54,8 +54,6 @@ "extensions": [ "ms-python.python", "ms-python.vscode-pylance", - "ms-python.isort", - "ms-python.black-formatter", "charliermarsh.ruff", "EditorConfig.EditorConfig", "esbenp.prettier-vscode"