Fix vscode.

This commit is contained in:
Tom Rothamel
2022-07-18 02:07:40 -04:00
parent 84945d78ae
commit ebf3773e98
+24 -3
View File
@@ -13,10 +13,31 @@
"**/renpy/web/**" : true,
},
"files.exclude": {
"0old" : true,
"**-dists": true,
"**/*.pyc": true,
"**/*.pyo": true,
"renpy/**/*.pyi": true,
"**/*.rpmc": true,
"**/*.rpyc": true,
"**/*.rpa": true,
"**/*.rpymc": true,
"**/cache/": true
"**/__pycache__": true,
"**/screenshot-*": true,
"7z.sfx": true,
"atom": true,
"cubism": true,
"dl": true,
"doc": true,
"doc-web": true,
"jedit": true,
"lib*": true,
"live2d": true,
"rapt*": true,
"renios*": true,
"renpy*.app": true,
"renpy*.exe": true,
"tmp": true,
"web": true,
},
"python.languageServer": "Pylance",