We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd14ca commit d8285a5Copy full SHA for d8285a5
.vscode/extensions.json
@@ -0,0 +1,6 @@
1
+{
2
+ "recommendations": [
3
+ "unifiedjs.vscode-mdx",
4
+ "yzhang.markdown-all-in-one"
5
+ ]
6
+}
.vscode/settings.json
@@ -0,0 +1,20 @@
+ "files.associations": {
+ "*.mdx": "mdx"
+ },
+ "[mdx]": {
+ "editor.defaultFormatter": "unifiedjs.vscode-mdx",
7
+ "editor.formatOnSave": false,
8
+ "editor.wordWrap": "on",
9
+ "editor.quickSuggestions": {
10
+ "comments": "on",
11
+ "strings": "on",
12
+ "other": "on"
13
+ }
14
15
+ "[markdown]": {
16
+ "editor.defaultFormatter": "yzhang.markdown-all-in-one",
17
+ "editor.wordWrap": "on"
18
19
20
+
0 commit comments