Skip to content

Commit 29da5c5

Browse files
committed
🔧 fix(vscode): add diagnostics global
1 parent ce023f1 commit 29da5c5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

‎.vscode/settings.json‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@
77
"Lua.workspace.library": [
88
"E:\\VSCode-Exts",
99
"C:\\Users\\mysbryce\\AppData\\Roaming\\Code\\User\\globalStorage\\overextended.cfxlua-vscode\\library"
10+
],
11+
"Lua.diagnostics.globals": [
12+
"MySQL",
13+
"GetPlayerTimeOnline",
14+
"SetEntityOrphanMode",
15+
"lib",
16+
"cache"
1017
]
1118
}

0 commit comments

Comments
 (0)