gilroyhacks.com/.vscode/settings.json

8 lines
189 B
JSON
Raw Normal View History

2022-08-17 14:35:32 -07:00
{
2023-01-26 00:57:35 -08:00
"liveServer.settings.port": 5500,
"python.testing.pytestArgs": [
"js"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
2022-08-13 00:53:29 -07:00
}