Browse Source

Added words to the workspace spelling dictionary.

Matthew Carr 3 năm trước cách đây
mục cha
commit
ad68a6b7d8
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      crates/node/.vscode/settings.json

+ 7 - 0
crates/node/.vscode/settings.json

@@ -0,0 +1,7 @@
+{
+    "cSpell.words": [
+        "blocktree",
+        "newtype",
+        "Xsalsa"
+    ]
+}