Skip to content

Commit 4dbf472

Browse files
committed
fix: default formatter to this extension
Signed-off-by: Gordon Smith <[email protected]>
1 parent 70bf84a commit 4dbf472

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,11 @@
333333
],
334334
"priority": "default"
335335
}
336-
]
336+
],
337+
"configurationDefaults": {
338+
"[wit]": {
339+
"editor.defaultFormatter": "bytecodealliance.wit-idl"
340+
}
341+
}
337342
}
338343
}

0 commit comments

Comments
 (0)