From daeea5dfd873ad8d5c6b72b05e90fdd6eafe7772 Mon Sep 17 00:00:00 2001 From: kovacspe Date: Fri, 8 Dec 2023 21:08:00 +0100 Subject: [PATCH] =?UTF-8?q?Pridan=C3=BD=20branchProtection=20pre=20VScode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 15f340f1..f3543356 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,6 +5,7 @@ }, "editor.defaultFormatter": "ms-python.autopep8", "editor.formatOnSave": true, - } + }, + "git.branchProtection": ["master"] }