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

7 lines
121 B
JSON
Raw Normal View History

{
"editor.formatOnSave": true,
"dotnet.defaultSolution": "src/StevesBot.sln",
"cSpell.words": [
"Steves"
],
}