Files
steves-bot/.vscode/settings.json
T

9 lines
158 B
JSON
Raw Normal View History

{
"editor.formatOnSave": true,
2025-05-21 14:33:03 -05:00
"dotnet.defaultSolution": "./src/StevesBot.sln",
"cSpell.words": [
2025-05-21 14:33:03 -05:00
"Reconnectable",
"Steves",
"Szalay"
],
}