json prettier

This commit is contained in:
AF 2023-07-01 17:49:18 +00:00
parent 82141aa35e
commit a60e4f09e0
2 changed files with 5 additions and 13 deletions

View File

@ -1,6 +1,3 @@
{
"recommendations": [
"rust-lang.rust-analyzer",
"yzhang.markdown-all-in-one"
]
"recommendations": ["rust-lang.rust-analyzer", "yzhang.markdown-all-in-one", "esbenp.prettier-vscode"]
}

View File

@ -1,15 +1,10 @@
{
"rust-analyzer.showUnlinkedFileNotification": false,
"[rust]": {
"editor.rulers": [
100
]
"editor.rulers": [100]
},
"[markdown]": {
"editor.rulers": [
99,
100
]
"editor.rulers": [99, 100]
},
"python.analysis.typeCheckingMode": "basic"
}