开始开发大厅烹饪功能
This commit is contained in:
		
							
								
								
									
										93
									
								
								.emmyrc.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										93
									
								
								.emmyrc.json
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,93 @@ | ||||
| { | ||||
|   "completion": { | ||||
|     "enable": true, | ||||
|     "autoRequire": true, | ||||
|     "autoRequireFunction": "require", | ||||
|     "autoRequireNamingConvention": "keep", | ||||
|     "autoRequireSeparator": ".", | ||||
|     "callSnippet": false, | ||||
|     "postfix": "@", | ||||
|     "baseFunctionIncludesName": true | ||||
|   }, | ||||
|   "diagnostics": { | ||||
|     "disable": [ | ||||
|       "unnecessary-if" | ||||
|     ], | ||||
|     "enable": true, | ||||
|     "globals": [], | ||||
|     "globalsRegex": [], | ||||
|     "severity": {}, | ||||
|     "enables": [], | ||||
|     "diagnosticInterval": 500 | ||||
|   }, | ||||
|   "signature": { | ||||
|     "detailSignatureHelper": true | ||||
|   }, | ||||
|   "hint": { | ||||
|     "enable": true, | ||||
|     "paramHint": true, | ||||
|     "indexHint": true, | ||||
|     "localHint": true, | ||||
|     "overrideHint": true, | ||||
|     "metaCallHint": true | ||||
|   }, | ||||
|   "runtime": { | ||||
|     "version": "LuaLatest", | ||||
|     "requireLikeFunction": [], | ||||
|     "frameworkVersions": [], | ||||
|     "extensions": [], | ||||
|     "requirePattern": [], | ||||
|     "classDefaultCall": { | ||||
|       "functionName": "", | ||||
|       "forceNonColon": false, | ||||
|       "forceReturnSelf": false | ||||
|     } | ||||
|   }, | ||||
|   "workspace": { | ||||
|     "ignoreDir": [], | ||||
|     "ignoreGlobs": [], | ||||
|     "library": [], | ||||
|     "workspaceRoots": [], | ||||
|     "preloadFileSize": 0, | ||||
|     "encoding": "utf-8", | ||||
|     "moduleMap": [], | ||||
|     "reindexDuration": 5000, | ||||
|     "enableReindex": false | ||||
|   }, | ||||
|   "resource": { | ||||
|     "paths": [] | ||||
|   }, | ||||
|   "codeLens": { | ||||
|     "enable": true | ||||
|   }, | ||||
|   "strict": { | ||||
|     "requirePath": false, | ||||
|     "typeCall": false, | ||||
|     "arrayIndex": true, | ||||
|     "metaOverrideFileDefine": true, | ||||
|     "docBaseConstMatchBaseType": true | ||||
|   }, | ||||
|   "semanticTokens": { | ||||
|     "enable": true | ||||
|   }, | ||||
|   "references": { | ||||
|     "enable": true, | ||||
|     "fuzzySearch": true, | ||||
|     "shortStringSearch": false | ||||
|   }, | ||||
|   "hover": { | ||||
|     "enable": true | ||||
|   }, | ||||
|   "documentColor": { | ||||
|     "enable": true | ||||
|   }, | ||||
|   "codeAction": { | ||||
|     "insertSpace": false | ||||
|   }, | ||||
|   "inlineValues": { | ||||
|     "enable": true | ||||
|   }, | ||||
|   "doc": { | ||||
|     "privateName": [] | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user