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
Build with argument select, e.g. "command": "build", "args": {"select": true} fails to build while using this package. Below is a sample python file output.
/usr/local/opt/python/bin/python2.7: can't find '__main__' module in ''
[Finished in 0.3s with exit code 1]
Possible cause might be $file gives NULL value, as the current active window is "Build output" instead of build intended file.
Build with argument
select
, e.g."command": "build", "args": {"select": true}
fails to build while using this package. Below is a samplepython
file output.Possible cause might be
$file
givesNULL
value, as the current active window is "Build output" instead of build intended file.Current workaround is adding this in user keymap
though unfortunately doesn't close the default output.
The text was updated successfully, but these errors were encountered: