فهرست منبع

quickSuggestions

andy 1 سال پیش
والد
کامیت
45d9ebf826
1فایلهای تغییر یافته به همراه13 افزوده شده و 0 حذف شده
  1. 13 0
      .vscode/settings.json

+ 13 - 0
.vscode/settings.json

@@ -0,0 +1,13 @@
+{
+  "editor.quickSuggestions": {
+    "strings": true
+  },
+  "[html]": {
+    "editor.autoClosingQuotes": "never"
+  },
+  "unocss.remToPxPreview": true,
+  "unocss.selectionStyle": true,
+  "unocss.remToPxRatio": 37.5,
+  "unocss.autocomplete.matchType": "prefix",
+  "unocss.colorPreview": true
+}