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
This commit is contained in:
LemonInTheDark
2024-03-09 19:56:11 -07:00
committed by GitHub
parent b775fd4c61
commit fdf8d26d4a
+1
View File
@@ -13,6 +13,7 @@
},
"files.eol": "\n",
"files.insertFinalNewline": true,
"git.branchProtection": ["master"],
"gitlens.advanced.blame.customArguments": ["-w"],
"tgstationTestExplorer.project.resultsType": "json",
"[javascript]": {