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
Using type definition files I'm using this LSP to create autocomplete and typechecking for a game's scripting engine. They use loadstring() with setfenv(). Within a custom environment you can define your own globals, this is mostly fine because I can overwrite and add globals, but I can't remove them. Is there any way to remove them? If not, can I fork this extension to get my desired behavior?:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Using type definition files I'm using this LSP to create autocomplete and typechecking for a game's scripting engine. They use
loadstring()
withsetfenv()
. Within a custom environment you can define your own globals, this is mostly fine because I can overwrite and add globals, but I can't remove them. Is there any way to remove them? If not, can I fork this extension to get my desired behavior?:Beta Was this translation helpful? Give feedback.
All reactions