diff --git a/.vscode/settings.json b/.vscode/settings.json index 8bafd70..a725acf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,5 +15,6 @@ "i18n-ally.sourceLanguage": "en", "i18n-ally.displayLanguage": "zh-CN", "i18n-ally.enabledFrameworks": ["vue", "react"], - "god.tsconfig": "./tsconfig.json" + "god.tsconfig": "./tsconfig.json", + "testing.automaticallyOpenPeekView": "never" }