From fdf8d26d4a9d51201a7cda230360fc3d2f8212c7 Mon Sep 17 00:00:00 2001 From: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Date: Sat, 9 Mar 2024 18:56:11 -0800 Subject: [PATCH] Warns in VScode about commits to master (#81908) ## About The Pull Request If you're jim the new dev and you're using vscode to make commits to master, let's add a "what's this" message for you before you do so accidentially. ## Why It's Good For The Game Should hopefully save some heartache for people who do not yet know how branches work --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 35e9fafdb33..d7c1bfc1d1e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,6 +13,7 @@ }, "files.eol": "\n", "files.insertFinalNewline": true, + "git.branchProtection": ["master"], "gitlens.advanced.blame.customArguments": ["-w"], "tgstationTestExplorer.project.resultsType": "json", "[javascript]": {