You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/emmylua_code_analysis/resources/schema.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,7 @@
151
151
"ignoreGlobs": [],
152
152
"library": [],
153
153
"moduleMap": [],
154
+
"packageDirs": [],
154
155
"preloadFileSize": 0,
155
156
"reindexDuration": 5000,
156
157
"workspaceRoots": []
@@ -1100,6 +1101,14 @@
1100
1101
"$ref": "#/$defs/EmmyrcWorkspaceModuleMap"
1101
1102
}
1102
1103
},
1104
+
"packageDirs": {
1105
+
"description": "Package directories. Treat the parent directory as a `library`, but only add files from the specified directory.\neg: `/usr/local/share/lua/5.1/module`",
0 commit comments