From 2f2f760af5faeb680c34dc57b560ab05d97043c8 Mon Sep 17 00:00:00 2001 From: a5chin Date: Thu, 11 Apr 2024 14:43:25 +0000 Subject: [PATCH] fix: when pre-commit install --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 958db46..4211ab8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -46,5 +46,6 @@ } } }, + "postStartCommand": "pre-commit install", "remoteUser": "vscode" }