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
Basically just bans the use of spawn() inside of procs.
Could probably do it with regex but the langserver would be a much more reliable way of doing it.
I request that this wouldnt mess up things such as INVOKE_ASYNC, maybe we could have SHOULD_NOT_SPAWN and SHOULD_NOT_BRANCH to make it not ever branch off?
The text was updated successfully, but these errors were encountered:
Basically just bans the use of
spawn()
inside of procs.Could probably do it with regex but the langserver would be a much more reliable way of doing it.
I request that this wouldnt mess up things such as
INVOKE_ASYNC
, maybe we could haveSHOULD_NOT_SPAWN
andSHOULD_NOT_BRANCH
to make it not ever branch off?The text was updated successfully, but these errors were encountered: