Files
phs_v1.0.1.0/.vscode/pyrightconfig.json
2024-09-27 19:16:49 +08:00

11 lines
121 B
JSON

{
"include": [
"**/hb/**",
"**/hb_internal/**"
],
"exclude": [
"**/__pycache__",
"prebuilts"
]
}