diff --git a/tbdex-rs.code-workspace b/tbdex-rs.code-workspace new file mode 100644 index 00000000..c64e13bd --- /dev/null +++ b/tbdex-rs.code-workspace @@ -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, + } + } +} \ No newline at end of file