Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a1cbaf

Browse files
Set prettier as workspace default formatter (anuraghazra#2854)
* Set prettier as workspace default formatter* fix: fix conflicts---------Co-authored-by: rickstaa <rick.staa@outlook.com>
1 parentd727d17 commit9a1cbaf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎.vscode/extensions.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"recommendations": [
3-
"yzhang.markdown-all-in-one"
3+
"yzhang.markdown-all-in-one",
4+
"esbenp.prettier-vscode"
45
]
56
}

‎.vscode/settings.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"markdown.extension.toc.levels":"1..3",
3-
"editor.formatOnSave":true
3+
"editor.formatOnSave":true,
4+
"editor.defaultFormatter":"esbenp.prettier-vscode",
45
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp