diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-13 07:40:53 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-13 07:40:53 +0300 |
commit | 771b9216386eae996c9a018e591f15ced6edbb2c (patch) | |
tree | fe8814d98e2d4d395f13b6fd3323e75acd9c7947 /.vscode/settings.json | |
parent | 6ac6cf007e60a4f5c9a30ff3c839a3f509606f66 (diff) |
Add stettings.json
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
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 |