Files
Yuri-VN/game/.vscode/settings.json

9 lines
233 B
JSON

{
"files.exclude": {
"**/*.rpyc": true,
"**/*.rpa": true,
"**/*.rpymc": true,
"**/cache/": true
},
"renpyWarp.sdkPath": "c:\\Users\\cambo\\Code\\themakeATAintoaVNproject\\renpy-8.5.2-sdk"
}