From c254273de77676f46e6be5cb658e0be72ab5c322 Mon Sep 17 00:00:00 2001 From: Kendall Weihe Date: Wed, 5 Jun 2024 08:19:52 -0400 Subject: [PATCH] Remove VS Code workspace #135 --- web5-rs.code-workspace | 54 ------------------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 web5-rs.code-workspace 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