Files
VNGame/.vscode/settings.json
T

10 lines
346 B
JSON
Raw Normal View History

2026-06-09 11:08:04 +02:00
{
"files.exclude": {
"**/*.rpyc": true,
"**/*.rpa": true,
"**/*.rpymc": true,
"**/cache/": true
},
2026-06-10 11:12:58 +02:00
"renpyWarp.sdkPath": "/Users/dynamitos/Library/Application Support/Code/User/globalStorage/paisleysoftworks.renpywarp/file-downloader-downloads/8.5.3",
2026-06-09 11:08:04 +02:00
"renpyWarp.renpyExtensionsEnabled": "Enabled"
}