Files
VNGame/.vscode/settings.json
T

10 lines
248 B
JSON
Raw Normal View History

2026-06-09 11:08:04 +02:00
{
"files.exclude": {
"**/*.rpyc": true,
"**/*.rpa": true,
"**/*.rpymc": true,
"**/cache/": true
},
"renpyWarp.sdkPath": "/Applications/renpy-8.5.2-sdk",
"renpyWarp.renpyExtensionsEnabled": "Enabled"
}