demiurgeQuantified / UmbrellaAddon

Lua language server addon for Umbrella
0 stars 1 forks source link

Some unavailable OS functions are autosuggested #1

Open demiurgeQuantified opened 6 months ago

demiurgeQuantified commented 6 months ago

The OS library contains functions that aren't actually available in PZ. The solution to this would probably be to disable the OS library entirely and include a definitions file that only includes stubs for the functions available in PZ. For now the OS library is left enabled to prevent false negatives as some of it is available.

demiurgeQuantified commented 1 month ago

only os.time os.difftime and os.date are available