Skip to content

Commit 72f0b94

Browse files
committed
fix: delete changes to settings.json file
1 parent a70d1d7 commit 72f0b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"editor.defaultFormatter": "esbenp.prettier-vscode",
55
"typescript.tsdk": "node_modules/typescript/lib",
66
"cSpell.enableFiletypes": ["mdx"],
7-
"files.associations": { "__redirects": "plaintext", "_headers": "plaintext", "*.mdx": "markdown" },
7+
"files.associations": { "__redirects": "plaintext", "_headers": "plaintext"},
88
}

0 commit comments

Comments
 (0)