From 771b9216386eae996c9a018e591f15ced6edbb2c Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Tue, 13 Jun 2023 07:40:53 +0300 Subject: [PATCH] Add stettings.json --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d2449bd --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "dotnet.defaultSolution": "MyDarling.sln" +} \ No newline at end of file