Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Add VS Code workspace (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe authored Apr 29, 2024
1 parent 2486870 commit 0db27e4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions tbdex-rs.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"folders": [
{
"name": "root",
"path": "."
},
{
"path": "crates/protocol"
}
],
"settings": {
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"examples/**/_ftl": true,
"**/node_modules": true,
"**/go.work": true,
"**/go.work.sum": true,
".hermit": true,
"**/*.zip": true,
}
}
}

0 comments on commit 0db27e4

Please sign in to comment.