From 3f3086dae5dde61f37f0c8871249d1a914edea53 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 20 Sep 2022 12:20:23 +0530 Subject: [PATCH] chore(vscode): Ignore develop PRs --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 451f836e..70dc2f2f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,6 @@ "vitest.commandLine": "yarn test:unit", "vitest.enable": true, "testing.autoRun.mode": "rerun", - "svelte.enable-ts-plugin": true + "svelte.enable-ts-plugin": true, + "githubPullRequests.ignoredPullRequestBranches": ["develop"] }