aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChristian Fehmer <[email protected]>2024-07-19 13:42:09 +0200
committerChristian Fehmer <[email protected]>2024-07-19 13:42:09 +0200
commit97695c052840afe2cc67b505b4d26fda98f1be09 (patch)
treee9584e6a9740cb7a443e17a1e994b0930afd79d1
parent8483d8cd0b5f2c138daaed253cf85ec4c81c7424 (diff)
downloadmonkeytype-97695c052840afe2cc67b505b4d26fda98f1be09.tar.gz
monkeytype-97695c052840afe2cc67b505b4d26fda98f1be09.zip
fix shared-types in workspace
-rw-r--r--monkeytype.code-workspace5
1 files changed, 3 insertions, 2 deletions
diff --git a/monkeytype.code-workspace b/monkeytype.code-workspace
index 4bd7c6ed9..6fa1bd6cd 100644
--- a/monkeytype.code-workspace
+++ b/monkeytype.code-workspace
@@ -10,7 +10,7 @@
},
{
"name": "shared-types",
- "path": "shared-types"
+ "path": "packages/shared-types"
},
{
"name": "root",
@@ -32,7 +32,8 @@
"**/build/**": true,
"**/dist/**": true,
"**/public/**": true,
- "**/coverage/**": true
+ "**/coverage/**": true,
+ "**/logs/**": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSaveMode": "file",