Skip to content

Commit

Permalink
Add multi-root VSCode workspace (#3866)
Browse files Browse the repository at this point in the history
  • Loading branch information
piazzatron committed Sep 14, 2022
1 parent 93098e4 commit bf379dc
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions audius.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"folders": [
{
"path": "discovery-provider"
},
{
"path": "creator-node"
},
{
"path": "identity-service"
},
{
"path": "libs"
},
{
"path": "solana-programs"
},
{
"path": "service-commands"
},
{
"path": "eth-contracts"
},
{
"path": "contracts"
},
{
"path": "mad-dog"
},
]
}

0 comments on commit bf379dc

Please sign in to comment.