From ec693fee88bbe0fb04f53773cd6c100c4097f448 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sun, 15 Feb 2026 01:31:47 -0700 Subject: [PATCH] Change this --- .vscode/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2f14cd5..45bf4fe 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -66,5 +66,6 @@ "explorer.fileNesting.patterns": { "*.sln": "*.csproj" }, - "dotnet.defaultSolution": "BerryDash-Src.sln" -} \ No newline at end of file + "dotnet.defaultSolution": "source.slnx", + "formatOnSave": true +}