소스 검색

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
+}