From 96a83667db8394ce31e6bc58b6ed58de23156976 Mon Sep 17 00:00:00 2001 From: tpsaint Date: Wed, 4 Mar 2026 08:22:11 -0800 Subject: [PATCH 1/4] Create .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..18cd76c6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.snapshots From 9596b727b591a95ad80f5f1a9d92f51598c40126 Mon Sep 17 00:00:00 2001 From: tpsaint Date: Thu, 5 Mar 2026 02:34:34 -0800 Subject: [PATCH 2/4] Create settings.json --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1 @@ +{} \ No newline at end of file From 35c336eb2cb0454297d8c9c58352f8085affd33f Mon Sep 17 00:00:00 2001 From: tpsaint Date: Thu, 25 Jun 2026 09:08:45 -0700 Subject: [PATCH 3/4] Update settings.json --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9e26dfee..b242572e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1 +1,5 @@ -{} \ No newline at end of file +{ + "githubPullRequests.ignoredPullRequestBranches": [ + "main" + ] +} \ No newline at end of file From c322f29e14ae62986cbe46686947c29bb707eda5 Mon Sep 17 00:00:00 2001 From: tpsaint Date: Thu, 25 Jun 2026 10:18:15 -0700 Subject: [PATCH 4/4] Update settings.json to include additional extension configurations --- .vscode/settings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b242572e..ca245fc9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,10 @@ { "githubPullRequests.ignoredPullRequestBranches": [ "main" - ] + ], + "extensions.autoRestart": true, + "extensions.closeExtensionDetailsOnViewChange": true, + "extensions.experimental.deferredStartupFinishedActivation": true, + "extensions.ignoreRecommendations": false, + "extensions.allowOpenInModalEditor": true } \ No newline at end of file