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 8e7e5de commit 0cc098aCopy full SHA for 0cc098a
.vscode/settings.json
@@ -1,18 +1,21 @@
1
-{
2
- "cSpell.words": [
3
- "Adaptec",
4
- "apcupsd",
5
- "ipvlan",
6
- "macvlan",
7
- "macvtap",
8
- "nchan",
9
- "Realtek",
10
- "Tailnet",
11
- "Tailscale",
12
- "Unraid",
13
- "Userspace"
14
- ],
15
- "cSpell.customDictionaries": {
16
-
17
- }
+{
+ "cSpell.words": [
+ "Adaptec",
+ "apcupsd",
+ "ipvlan",
+ "macvlan",
+ "macvtap",
+ "nchan",
+ "Realtek",
+ "Tailnet",
+ "Tailscale",
+ "Unraid",
+ "Userspace"
+ ],
+ "cSpell.customDictionaries": {
+
+ },
18
+ "files.associations": {
19
+ "*.mdx": "markdown"
20
+ }
21
}
0 commit comments