We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9f58f commit 639179aCopy full SHA for 639179a
.vscode/settings.json
@@ -31,6 +31,7 @@
31
}
32
],
33
"files.exclude": {
34
+ "**/.zed": true,
35
"*.bundled_*.mjs": true
36
},
37
"mdx.server.enable": true,
.zed/settings.json
@@ -30,6 +30,18 @@
30
"mdx"
]
+ "file_scan_exclusions": [
+ "**/.git",
+ "**/.svn",
+ "**/.hg",
+ "**/.jj",
38
+ "**/CVS",
39
+ "**/.DS_Store",
40
+ "**/Thumbs.db",
41
+ "**/.classpath",
42
+ "**/.settings",
43
+ "**/.vscode"
44
+ ],
45
"languages": {
46
"Markdown": {
47
"format_on_save": "on",
0 commit comments