going-rogue/going_rogue.code-workspace

15 lines
184 B
Text
Raw Permalink Normal View History

2022-04-26 19:50:40 -07:00
{
"folders": [
{
"path": "."
}
],
2023-02-08 08:35:06 -08:00
"settings": {
"editor.formatOnSave": true,
"python.analysis.typeCheckingMode": "basic",
"files.exclude": {
".venv/": true
}
2023-02-08 08:35:06 -08:00
}
}