diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-13 16:21:02 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-13 16:21:02 +0300 |
commit | c29849b19d444956f002a65377610f639c0873e1 (patch) | |
tree | b64f2df3496706d865b739947a30f53fac9a8810 /.vscode | |
parent | fd63d004f5f1d74e01f60bfec4fc80fbd6b14e74 (diff) |
Update solution
Diffstat (limited to '.vscode')
-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..b281cad --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "dotnet.defaultSolution": "ExcelAddIn.sln" +}
\ No newline at end of file |