2022-03-16 12:29:35 +08:00
|
|
|
|
{
|
2025-01-13 11:56:55 +08:00
|
|
|
|
"editor.codeLens": false,
|
2022-08-17 10:16:44 +08:00
|
|
|
|
"sync.autoDownload": false,
|
|
|
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
|
|
|
"files.exclude": {
|
|
|
|
|
".vscode/": true,
|
|
|
|
|
"**/*.d.ts": true,
|
|
|
|
|
"**/*.fbx": true,
|
|
|
|
|
"**/*.FBX": true,
|
2025-01-13 11:56:55 +08:00
|
|
|
|
"**/*.fire": true,
|
2022-08-17 10:16:44 +08:00
|
|
|
|
"**/*.meta": true,
|
|
|
|
|
"build/": true,
|
2025-01-13 11:56:55 +08:00
|
|
|
|
"extensions/": true,
|
2022-08-17 10:16:44 +08:00
|
|
|
|
"library/": true,
|
|
|
|
|
"local/": true,
|
|
|
|
|
"node_modules": true,
|
2025-01-13 11:56:55 +08:00
|
|
|
|
"packages/": true,
|
|
|
|
|
"preview-templates/": true,
|
2022-08-17 10:16:44 +08:00
|
|
|
|
"temp/": true
|
|
|
|
|
},
|
|
|
|
|
"search.exclude": {
|
|
|
|
|
".vscode/": true,
|
|
|
|
|
"**/*.anim": true,
|
|
|
|
|
"**/*.d.ts": true,
|
|
|
|
|
"**/*.fire": true,
|
|
|
|
|
"**/*.prefab": true,
|
2025-01-13 11:56:55 +08:00
|
|
|
|
"build-templates/": true,
|
2022-08-17 10:16:44 +08:00
|
|
|
|
"build/": true,
|
2025-01-13 11:56:55 +08:00
|
|
|
|
"extensions/": true,
|
2022-08-17 10:16:44 +08:00
|
|
|
|
"library/": true,
|
|
|
|
|
"temp/": true
|
|
|
|
|
},
|
|
|
|
|
"workbench.startupEditor": "welcomePage",
|
|
|
|
|
"php.validate.executablePath": "C:/nginx/php/php.exe",
|
|
|
|
|
"explorer.confirmDelete": false,
|
|
|
|
|
"debug.javascript.suggestPrettyPrinting": false,
|
|
|
|
|
// Controls how the editor should render the current line highlight.
|
|
|
|
|
// - none
|
|
|
|
|
// - gutter
|
|
|
|
|
// - line
|
|
|
|
|
// - all: Highlights both the gutter and the current line.
|
|
|
|
|
"editor.renderLineHighlight": "line",
|
|
|
|
|
// Controls if the editor should render the current line highlight only when the editor is focused.
|
|
|
|
|
"editor.renderLineHighlightOnlyWhenFocus": false,
|
|
|
|
|
// Overrides colors from the currently selected color theme.
|
|
|
|
|
"workbench.colorCustomizations": {
|
|
|
|
|
"editor.lineHighlightBackground": "#49b2b93d",
|
|
|
|
|
// "editor.lineHighlightBorder": "red" // "#ffffff30"
|
|
|
|
|
},
|
|
|
|
|
"editor.formatOnSave": true,
|
2025-01-13 11:56:55 +08:00
|
|
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
2022-08-17 10:16:44 +08:00
|
|
|
|
"security.workspace.trust.enabled": false,
|
|
|
|
|
"editor.detectIndentation": false,
|
|
|
|
|
"editor.tabSize": 4,
|
|
|
|
|
"editor.insertSpaces": false,
|
|
|
|
|
"editor.codeActionsOnSave": {
|
2025-01-13 11:56:55 +08:00
|
|
|
|
"source.fixAll.eslint": "explicit",
|
|
|
|
|
"source.organizeImports": "explicit"
|
2022-08-17 10:16:44 +08:00
|
|
|
|
},
|
|
|
|
|
"typescript.referencesCodeLens.enabled": true,
|
|
|
|
|
"typescript.referencesCodeLens.showOnAllFunctions": true,
|
|
|
|
|
"[typescript]": {
|
|
|
|
|
"files.trimFinalNewlines": true,
|
|
|
|
|
"files.trimTrailingWhitespace": true,
|
2025-01-13 11:56:55 +08:00
|
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features",
|
2022-08-17 10:16:44 +08:00
|
|
|
|
},
|
|
|
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
|
|
|
"settingsSync.ignoredSettings": [
|
|
|
|
|
"git.enabled"
|
|
|
|
|
],
|
|
|
|
|
"debug.allowBreakpointsEverywhere": true,
|
|
|
|
|
"github.copilot.enable": {
|
|
|
|
|
"*": true,
|
|
|
|
|
"yaml": false,
|
|
|
|
|
"plaintext": true,
|
|
|
|
|
"markdown": false
|
|
|
|
|
},
|
|
|
|
|
"sync.gist": "f795d3dac8387cf20529286054b6eb95",
|
|
|
|
|
"editor.inlineSuggest.enabled": true,
|
|
|
|
|
"workbench.editor.enablePreview": false,
|
|
|
|
|
"phpfmt.php_bin": "C:\\nginx\\php\\php.exe",
|
|
|
|
|
"eslint.probe": [
|
|
|
|
|
"javascriptreact",
|
|
|
|
|
"typescript",
|
|
|
|
|
"typescriptreact",
|
|
|
|
|
"html",
|
|
|
|
|
"vue",
|
|
|
|
|
"markdown"
|
2025-01-13 11:56:55 +08:00
|
|
|
|
],
|
|
|
|
|
"[html]": {
|
|
|
|
|
"editor.defaultFormatter": "vscode.html-language-features"
|
|
|
|
|
},
|
|
|
|
|
"files.associations": {
|
|
|
|
|
"*.manifest": "json",
|
|
|
|
|
"*.prefab": "json"
|
|
|
|
|
},
|
|
|
|
|
"todo-tree.tree.buttons.groupBySubTag": true,
|
|
|
|
|
"todo-tree.tree.buttons.scanMode": true,
|
|
|
|
|
"editor.unicodeHighlight.invisibleCharacters": false,
|
|
|
|
|
"editor.unicodeHighlight.allowedCharacters": {
|
|
|
|
|
" ": true,
|
|
|
|
|
",": true
|
|
|
|
|
},
|
|
|
|
|
"google-translate.firstLanguage": "en",
|
|
|
|
|
"[json]": {
|
|
|
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
|
|
|
},
|
|
|
|
|
"svg.preview.mode": "svg",
|
|
|
|
|
"git.autofetch": true,
|
|
|
|
|
"aws.suppressPrompts": {
|
|
|
|
|
"codeWhispererNewWelcomeMessage": true
|
|
|
|
|
},
|
|
|
|
|
"[javascript]": {
|
|
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
|
|
|
},
|
|
|
|
|
"search.useIgnoreFiles": false,
|
|
|
|
|
"editor.unicodeHighlight.ambiguousCharacters": false,
|
|
|
|
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
|
|
|
|
"javascript.updateImportsOnFileMove.enabled": "always",
|
|
|
|
|
"workbench.layoutControl.enabled": false,
|
|
|
|
|
"[typescriptreact]": {
|
|
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
|
|
|
},
|
|
|
|
|
"git.openRepositoryInParentFolders": "always",
|
|
|
|
|
"update.mode": "manual",
|
|
|
|
|
"window.title": "${dirty}${activeEditorShort}${separator}${profileName}${separator}${folderPath}",
|
|
|
|
|
"window.commandCenter": false,
|
|
|
|
|
"editor.stickyScroll.enabled": false,
|
|
|
|
|
"editor.minimap.showSlider": "always",
|
|
|
|
|
"cSpell.userWords": [
|
|
|
|
|
"Addcard",
|
|
|
|
|
"addtohomescreen",
|
|
|
|
|
"advancetask",
|
|
|
|
|
"afterheight",
|
|
|
|
|
"amazonwebservices",
|
|
|
|
|
"androidbtn",
|
|
|
|
|
"androidtext",
|
|
|
|
|
"antd",
|
|
|
|
|
"anydesk",
|
|
|
|
|
"appdata",
|
|
|
|
|
"appleid",
|
|
|
|
|
"appspot",
|
|
|
|
|
"arpa",
|
|
|
|
|
"arror",
|
|
|
|
|
"asar",
|
|
|
|
|
"assetdb",
|
|
|
|
|
"automations",
|
|
|
|
|
"Banstring",
|
|
|
|
|
"bantime",
|
|
|
|
|
"batpath",
|
|
|
|
|
"battlecombination",
|
|
|
|
|
"Befor",
|
|
|
|
|
"beforeheight",
|
|
|
|
|
"beforeinstallprompt",
|
|
|
|
|
"Bigwin",
|
|
|
|
|
"blockinfo",
|
|
|
|
|
"Btns",
|
|
|
|
|
"buildaddversion",
|
|
|
|
|
"buildb",
|
|
|
|
|
"buildcocos",
|
|
|
|
|
"buildcocosb",
|
|
|
|
|
"builddev",
|
|
|
|
|
"buildexe",
|
|
|
|
|
"buildqa",
|
|
|
|
|
"buildtest",
|
|
|
|
|
"buildts",
|
|
|
|
|
"Bussiness",
|
|
|
|
|
"Bvalue",
|
|
|
|
|
"cafile",
|
|
|
|
|
"callapi",
|
|
|
|
|
"cardcount",
|
|
|
|
|
"Cascader",
|
|
|
|
|
"Catan",
|
|
|
|
|
"catantech",
|
|
|
|
|
"cccclass",
|
|
|
|
|
"ccclass",
|
|
|
|
|
"ccenum",
|
|
|
|
|
"CCENV",
|
|
|
|
|
"CCLOG",
|
|
|
|
|
"ceintl",
|
|
|
|
|
"chgroup",
|
|
|
|
|
"cocoscontainer",
|
|
|
|
|
"cocoson",
|
|
|
|
|
"componentsearch",
|
|
|
|
|
"componets",
|
|
|
|
|
"consoledebug",
|
|
|
|
|
"copyfiles",
|
|
|
|
|
"Cortrol",
|
|
|
|
|
"coverflow",
|
|
|
|
|
"Creater",
|
|
|
|
|
"Cvalue",
|
|
|
|
|
"Datas",
|
|
|
|
|
"dbaeumer",
|
|
|
|
|
"ddns",
|
|
|
|
|
"Deeplink",
|
|
|
|
|
"delcache",
|
|
|
|
|
"Delygo",
|
|
|
|
|
"diffcount",
|
|
|
|
|
"disconnet",
|
|
|
|
|
"Disp",
|
|
|
|
|
"Dispatchs",
|
|
|
|
|
"dlygo",
|
|
|
|
|
"dockable",
|
|
|
|
|
"Dont",
|
|
|
|
|
"downloadurl",
|
|
|
|
|
"dsznajder",
|
|
|
|
|
"dylygo",
|
|
|
|
|
"eazax",
|
|
|
|
|
"Editbox",
|
|
|
|
|
"endregion",
|
|
|
|
|
"Faver",
|
|
|
|
|
"fgspin",
|
|
|
|
|
"firebaseapp",
|
|
|
|
|
"Fitty",
|
|
|
|
|
"Flickity",
|
|
|
|
|
"fnname",
|
|
|
|
|
"fontawesome",
|
|
|
|
|
"Formkey",
|
|
|
|
|
"formname",
|
|
|
|
|
"formread",
|
|
|
|
|
"formtable",
|
|
|
|
|
"formulahendry",
|
|
|
|
|
"fortawesome",
|
|
|
|
|
"Friendlist",
|
|
|
|
|
"FSHADER",
|
|
|
|
|
"Fsiz",
|
|
|
|
|
"Fspath",
|
|
|
|
|
"fullscreen",
|
|
|
|
|
"gamecredit",
|
|
|
|
|
"gamegift",
|
|
|
|
|
"gameiframeoptm",
|
|
|
|
|
"gamein",
|
|
|
|
|
"gamenewui",
|
|
|
|
|
"gamesetting",
|
|
|
|
|
"gamesettings",
|
|
|
|
|
"gameurl",
|
|
|
|
|
"getformread",
|
|
|
|
|
"getinstance",
|
|
|
|
|
"getliff",
|
|
|
|
|
"getprivate",
|
|
|
|
|
"gifsicle",
|
|
|
|
|
"giga",
|
|
|
|
|
"Gitea",
|
|
|
|
|
"gruntfuggly",
|
|
|
|
|
"gsap",
|
|
|
|
|
"gstatic",
|
|
|
|
|
"gtag",
|
|
|
|
|
"guesswhoiam",
|
|
|
|
|
"guesswhoiams",
|
|
|
|
|
"gulpfile",
|
|
|
|
|
"hdlum",
|
|
|
|
|
"historicalfigure",
|
|
|
|
|
"hitron",
|
|
|
|
|
"htmlmin",
|
|
|
|
|
"htmlreplace",
|
|
|
|
|
"HUDV",
|
|
|
|
|
"iceworks",
|
|
|
|
|
"iframe",
|
|
|
|
|
"iframes",
|
|
|
|
|
"Immer",
|
|
|
|
|
"importmap",
|
|
|
|
|
"indexs",
|
|
|
|
|
"ingame",
|
|
|
|
|
"interactable",
|
|
|
|
|
"iscocos",
|
|
|
|
|
"isfriend",
|
|
|
|
|
"islocalhost",
|
|
|
|
|
"isnofps",
|
|
|
|
|
"Istest",
|
|
|
|
|
"Jian",
|
|
|
|
|
"jianmiau",
|
|
|
|
|
"jmengine",
|
|
|
|
|
"jpegtran",
|
|
|
|
|
"jridgewell",
|
|
|
|
|
"jsonmin",
|
|
|
|
|
"jsons",
|
|
|
|
|
"landingpage",
|
|
|
|
|
"Lanuage",
|
|
|
|
|
"LASTFRAME",
|
|
|
|
|
"Liff",
|
|
|
|
|
"liffid",
|
|
|
|
|
"linebot",
|
|
|
|
|
"linebotts",
|
|
|
|
|
"lineopen",
|
|
|
|
|
"lineurl",
|
|
|
|
|
"linewebhook",
|
|
|
|
|
"loadother",
|
|
|
|
|
"localtime",
|
|
|
|
|
"lppoint",
|
|
|
|
|
"LPUI",
|
|
|
|
|
"lybobet",
|
|
|
|
|
"MAINCONTROL",
|
|
|
|
|
"Mamager",
|
|
|
|
|
"Matm",
|
|
|
|
|
"Metas",
|
|
|
|
|
"Miau",
|
|
|
|
|
"middlewares",
|
|
|
|
|
"Milli",
|
|
|
|
|
"miragejs",
|
|
|
|
|
"modestbranding",
|
|
|
|
|
"Monkeytower",
|
|
|
|
|
"mycard",
|
|
|
|
|
"mycount",
|
|
|
|
|
"mythologyfigure",
|
|
|
|
|
"myvip",
|
|
|
|
|
"needcard",
|
|
|
|
|
"newclass",
|
|
|
|
|
"newcount",
|
|
|
|
|
"nodered",
|
|
|
|
|
"nosleep",
|
|
|
|
|
"Notic",
|
|
|
|
|
"notosanstc",
|
|
|
|
|
"npmpush",
|
|
|
|
|
"numstr",
|
|
|
|
|
"offcanvas",
|
|
|
|
|
"Officail",
|
|
|
|
|
"oldcount",
|
|
|
|
|
"oldjp",
|
|
|
|
|
"onclickoutside",
|
|
|
|
|
"Onorientation",
|
|
|
|
|
"opengame",
|
|
|
|
|
"OPENPAGE",
|
|
|
|
|
"opentype",
|
|
|
|
|
"optipng",
|
|
|
|
|
"otherchat",
|
|
|
|
|
"Pannel",
|
|
|
|
|
"pathes",
|
|
|
|
|
"PAYTABL",
|
|
|
|
|
"Paytable",
|
|
|
|
|
"pcwux",
|
|
|
|
|
"pkgd",
|
|
|
|
|
"pkief",
|
|
|
|
|
"playerinfo",
|
|
|
|
|
"playgame",
|
|
|
|
|
"playnow",
|
|
|
|
|
"playshow",
|
|
|
|
|
"pngtype",
|
|
|
|
|
"popperjs",
|
|
|
|
|
"popuplinesharebigwin",
|
|
|
|
|
"Precrod",
|
|
|
|
|
"prikey",
|
|
|
|
|
"privkey",
|
|
|
|
|
"proto",
|
|
|
|
|
"PSPS",
|
|
|
|
|
"PWFG",
|
|
|
|
|
"qrcode",
|
|
|
|
|
"qtcca",
|
|
|
|
|
"querys",
|
|
|
|
|
"rdplays",
|
|
|
|
|
"reactssr",
|
|
|
|
|
"Rebuy",
|
|
|
|
|
"Redbean",
|
|
|
|
|
"reflash",
|
|
|
|
|
"regs",
|
|
|
|
|
"relateurl",
|
|
|
|
|
"Sbmodule",
|
|
|
|
|
"Scrollview",
|
|
|
|
|
"sdserver",
|
|
|
|
|
"senderid",
|
|
|
|
|
"sendername",
|
|
|
|
|
"servercount",
|
|
|
|
|
"SERVERHOST",
|
|
|
|
|
"servertype",
|
|
|
|
|
"shareid",
|
|
|
|
|
"showdata",
|
|
|
|
|
"showinfo",
|
|
|
|
|
"showlanguage",
|
|
|
|
|
"showtype",
|
|
|
|
|
"sider",
|
|
|
|
|
"signin",
|
|
|
|
|
"slotid",
|
|
|
|
|
"Slotset",
|
|
|
|
|
"smartbanner",
|
|
|
|
|
"SOUGOU",
|
|
|
|
|
"sourcesearch",
|
|
|
|
|
"startb",
|
|
|
|
|
"startqa",
|
|
|
|
|
"starttest",
|
|
|
|
|
"storke",
|
|
|
|
|
"strary",
|
|
|
|
|
"strs",
|
|
|
|
|
"Subgame",
|
|
|
|
|
"Succ",
|
|
|
|
|
"swiper",
|
|
|
|
|
"swjs",
|
|
|
|
|
"swreg",
|
|
|
|
|
"systemjs",
|
|
|
|
|
"targetavatar",
|
|
|
|
|
"targetid",
|
|
|
|
|
"targetname",
|
|
|
|
|
"targetvip",
|
|
|
|
|
"testssr",
|
|
|
|
|
"testws",
|
|
|
|
|
"Tiktok",
|
|
|
|
|
"timenum",
|
|
|
|
|
"Topup",
|
|
|
|
|
"truetype",
|
|
|
|
|
"tsrpc",
|
|
|
|
|
"Ttest",
|
|
|
|
|
"tweenjs",
|
|
|
|
|
"uiparam",
|
|
|
|
|
"unlisten",
|
|
|
|
|
"URLPATH",
|
|
|
|
|
"urlscheme",
|
|
|
|
|
"userbind",
|
|
|
|
|
"useref",
|
|
|
|
|
"userid",
|
|
|
|
|
"userstate",
|
|
|
|
|
"utlis",
|
|
|
|
|
"uuidv",
|
|
|
|
|
"vconsole",
|
|
|
|
|
"Verts",
|
|
|
|
|
"vicking",
|
|
|
|
|
"VIPBG",
|
|
|
|
|
"VIPUI",
|
|
|
|
|
"VITE",
|
|
|
|
|
"VSHADER",
|
|
|
|
|
"vuex",
|
|
|
|
|
"wayou",
|
|
|
|
|
"wdyr",
|
|
|
|
|
"webglcontextlost",
|
|
|
|
|
"webglcontextrestored",
|
|
|
|
|
"webp",
|
|
|
|
|
"webpush",
|
|
|
|
|
"welldone",
|
|
|
|
|
"windowopen",
|
|
|
|
|
"winprod",
|
|
|
|
|
"XCOPY",
|
|
|
|
|
"xmark",
|
|
|
|
|
"xmlhttprequest",
|
|
|
|
|
"yellowrain",
|
|
|
|
|
"yoyo",
|
|
|
|
|
"Zorder"
|
|
|
|
|
],
|
2022-03-16 12:29:35 +08:00
|
|
|
|
}
|