131 lines
2.1 KiB
JSON
131 lines
2.1 KiB
JSON
{
|
|
"files.exclude": {
|
|
"**/__pycache__": true
|
|
},
|
|
"autopep8.args": [
|
|
"--max-line-length",
|
|
"120",
|
|
"--experimental"
|
|
],
|
|
"editor.rulers": [
|
|
120
|
|
],
|
|
"cSpell.words": [
|
|
"aconvert",
|
|
"ahas",
|
|
"ahash",
|
|
"aiocron",
|
|
"anyio",
|
|
"arrowless",
|
|
"attl",
|
|
"autonumber",
|
|
"brotlicffi",
|
|
"consoletitle",
|
|
"cookiesfrombrowser",
|
|
"copyts",
|
|
"creationflags",
|
|
"cronsim",
|
|
"dailymotion",
|
|
"datas",
|
|
"dateparser",
|
|
"daterange",
|
|
"defusedxml",
|
|
"dotenv",
|
|
"edgechromium",
|
|
"engineio",
|
|
"euuo",
|
|
"faststart",
|
|
"finaldir",
|
|
"flac",
|
|
"forcejson",
|
|
"forceprint",
|
|
"fribidi",
|
|
"getpid",
|
|
"gibibytes",
|
|
"gpac",
|
|
"hiddenimports",
|
|
"hookspath",
|
|
"httpx",
|
|
"kibibytes",
|
|
"levelno",
|
|
"libcurl",
|
|
"libjavascriptcoregtk",
|
|
"libwebkit",
|
|
"libx",
|
|
"matchtitle",
|
|
"matroska",
|
|
"mbed",
|
|
"mccabe",
|
|
"mebibytes",
|
|
"MEIPASS",
|
|
"Microformat",
|
|
"microformats",
|
|
"mkvtoolsnix",
|
|
"movflags",
|
|
"mpegts",
|
|
"msvideo",
|
|
"mult",
|
|
"multidict",
|
|
"muxdelay",
|
|
"nodesc",
|
|
"noprogress",
|
|
"onefile",
|
|
"pathex",
|
|
"platformdirs",
|
|
"plexmatch",
|
|
"postprocessor",
|
|
"preferredcodec",
|
|
"preferredquality",
|
|
"printtraffic",
|
|
"pycryptodome",
|
|
"pyinstaller",
|
|
"pypi",
|
|
"pyside",
|
|
"pywebview",
|
|
"qstr",
|
|
"qtpy",
|
|
"quicktime",
|
|
"rejecttitle",
|
|
"remux",
|
|
"rtime",
|
|
"SIGUSR",
|
|
"smhd",
|
|
"socketio",
|
|
"sstr",
|
|
"tebibytes",
|
|
"tiktok",
|
|
"timespec",
|
|
"tmpfilename",
|
|
"ungroup",
|
|
"unnegated",
|
|
"Unraid",
|
|
"upgrader",
|
|
"urandom",
|
|
"urlsafe",
|
|
"usegmt",
|
|
"ustr",
|
|
"vcodec",
|
|
"vconvert",
|
|
"writedescription",
|
|
"xerror",
|
|
"youtu"
|
|
],
|
|
"css.styleSheets": [
|
|
"ui/assets/css/*.css"
|
|
],
|
|
"spellright.language": [
|
|
"en"
|
|
],
|
|
"spellright.documentTypes": [
|
|
"latex"
|
|
],
|
|
"search.exclude": {
|
|
"ui/.nuxt": true,
|
|
"ui/.output": true,
|
|
"ui/dist": true,
|
|
"ui/exported": true,
|
|
"ui/node_modules": true,
|
|
"ui/.out": true,
|
|
"**/.venv": true,
|
|
}
|
|
}
|