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
am trying to set "show_panel_on_build": true as a default
and "show_panel_on_build": false only for JS, but it seems that this setting is global and it cant have different settings ,so could the current behavior be altered in anyway ?
The text was updated successfully, but these errors were encountered:
The build_env setting however is later read from the view.
I suggest to instead load show_panel_on_build setting from the view settings with self.window.active_view().settings() to make the above scenario possible.
@ctf0: FWIW, you can patch exec.py manually on your machine.
am trying to set
"show_panel_on_build": true
as a defaultand
"show_panel_on_build": false
only for JS, but it seems that this setting is global and it cant have different settings ,so could the current behavior be altered in anyway ?The text was updated successfully, but these errors were encountered: