Browse Source

add even better toml

Evan Simkowitz 1 năm trước cách đây
mục cha
commit
4e584fb2c2
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .vscode/extensions.json

+ 2 - 1
.vscode/extensions.json

@@ -1,6 +1,7 @@
 {
     "recommendations": [
         "dioxuslabs.dioxus",
-        "rust-lang.rust-analyzer"
+        "rust-lang.rust-analyzer",
+        "tamasfe.even-better-toml"
     ]
 }