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
Different projects use different build tools, and it may be useful to override setting per-project. Looking at a different project's source, this is probably as simple as calling view.window().project_data().get('SublimeANSI'), with appropriate None checks.
The text was updated successfully, but these errors were encountered:
Different projects use different build tools, and it may be useful to override setting per-project. Looking at a different project's source, this is probably as simple as calling
view.window().project_data().get('SublimeANSI')
, with appropriateNone
checks.The text was updated successfully, but these errors were encountered: