VS Code: enable pytest integration

This commit is contained in:
Isaiah Odhner 2023-09-07 18:53:36 -04:00
parent 11939b6603
commit 7ecbe35024

View File

@ -16,6 +16,8 @@
"files.associations": {
"*.css": "Textual CSS"
},
// pytest
"python.testing.pytestEnabled": true,
// Prevent accidental editing of generated files and installed packages.
// (You can always use File: Set Active Editor Writeable in Session if you need to.)
"files.readonlyInclude": {