diff --git a/web5-rs.code-workspace b/web5-rs.code-workspace deleted file mode 100644 index 89d89bee..00000000 --- a/web5-rs.code-workspace +++ /dev/null @@ -1,54 +0,0 @@ -{ - "folders": [ - { - "name": "root", - "path": "." - }, - { - "path": "binded" - }, - { - "path": "bindings" - }, - { - "path": "examples" - }, - { - "path": "crates/credentials" - }, - { - "path": "crates/crypto" - }, - { - "path": "crates/dids" - }, - { - "path": "crates/jwk" - }, - { - "path": "crates/jws" - }, - { - "path": "crates/jwt" - }, - { - "path": "crates/keys" - } - ], - "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