Refactor Visual Studio Code configuration: update .gitignore, add settings, tasks, and example JSON files

This commit is contained in:
2026-03-03 22:04:07 +01:00
parent c0020b5e9d
commit 311004790d
5 changed files with 46 additions and 20 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"dotnet.defaultSolution": "FsMcp.slnx"
}