From 8e0f66a3b37e71c1be3770c91cef3d67717062cb Mon Sep 17 00:00:00 2001 From: Allen Date: Sun, 5 May 2024 18:31:15 +0800 Subject: [PATCH] chore: change settings.json --- .vscode/settings.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 05401bd..3150d88 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -38,12 +38,5 @@ "jsonc", "yaml", "toml" - ], - - "pair-diff.patterns": [ - { - "source": "./fixtures/output/**/*.*", - "target": "./fixtures/input/" - } ] }