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

11 lines
192 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-24 10:53:55 -05:00
"DOCKERHUB",
2025-05-21 14:33:03 -05:00
"Reconnectable",
"Steves",
"stevesbot",
2025-05-21 14:33:03 -05:00
"Szalay"
],
}