Skip to content

Commit

Permalink
enable branch protection in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Dec 21, 2023
1 parent 33b3bd0 commit a4953e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
".tox": true,
"**/dist": true,
"**/__pycache__": true
}
},
"git.branchProtection": ["main"]
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
Expand Down
3 changes: 2 additions & 1 deletion marbles.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"**/dist": true,
"**/__pycache__": true
},
"esbonio.sphinx.confDir": ""
"esbonio.sphinx.confDir": "",
"git.branchProtection": ["main"]
},
"extensions": {
"recommendations": [
Expand Down

0 comments on commit a4953e5

Please sign in to comment.