gilroyhacks.com/.vscode/settings.json
2023-01-26 00:57:35 -08:00

8 lines
189 B
JSON

{
"liveServer.settings.port": 5500,
"python.testing.pytestArgs": [
"js"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}