From 5fb60d0de53f40f1d519a23f8c071954dd599d8f Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期一, 26 六月 2023 17:13:01 +0800
Subject: [PATCH] 提高代码覆盖率
---
.vscode/settings.json | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 76decfb..ca137b3 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -3,5 +3,6 @@
"**/node_modules": true,
"**/bower_components": true,
"**/.sfdx": true
- }
+ },
+ "editor.suggest.snippetsPreventQuickSuggestions": false
}
--
Gitblit v1.9.1