From 22922bc645a6d54af4b0520cbdf83f58e6206060 Mon Sep 17 00:00:00 2001 From: Seif Sekalala Date: Tue, 25 Jun 2024 11:38:15 -0400 Subject: [PATCH] Syncing personal and GH repo; esp., pulling general updates from the main PHLASK GH (Seif Branch) repo-branch. --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 242d20c7..c7d77f3e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,6 @@ "editor.formatOnSave": true, "githubPullRequests.ignoredPullRequestBranches": [ "develop" - ] + ], + "DockerRun.DisableDockerrc": true }