Skip to content

Commit

Permalink
chore: 🔧 add VSCode workspace with CC scopes and Python settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan6erbond committed May 14, 2023
1 parent 032aadd commit 841c7a5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions share-me.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"folders": [
{
"path": "."
},
{
"path": "search"
},
{
"path": "server"
},
{
"path": "tagger"
}
],
"settings": {
"python.formatting.provider": "black",
"conventionalCommits.scopes": ["tagger", "server", "frontend"]
}
}

0 comments on commit 841c7a5

Please sign in to comment.