diff options
Diffstat (limited to 'script/global.d.lua')
-rw-r--r-- | script/global.d.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/script/global.d.lua b/script/global.d.lua index f84ff0e4..aedcc38c 100644 --- a/script/global.d.lua +++ b/script/global.d.lua @@ -77,3 +77,6 @@ jit = false -- connect to client by socket ---@type integer SOCKET = 0 + +-- Allowing the use of the root directory or home directory as the workspace +FORCE_ACCEPT_WORKSPACE = false |