Skip to content

Commit

Permalink
[MIRROR] Warns in VScode about commits to master (#2346)
Browse files Browse the repository at this point in the history
* 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

* Warns in VScode about commits to master

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: LemonInTheDark <[email protected]>
  • Loading branch information
3 people authored Mar 10, 2024
1 parent 40d3dcb commit 1e7fbdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"files.eol": "\n",
"files.insertFinalNewline": true,
"git.branchProtection": ["master"],
"gitlens.advanced.blame.customArguments": ["-w"],
"tgstationTestExplorer.project.resultsType": "json",
"[javascript]": {
Expand Down

0 comments on commit 1e7fbdb

Please sign in to comment.