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
In order to enable Jinja template debugging in Flask apps, we need to confifure debugOptions in launch.json to contain the string Flask.
However if users wish to debug Jinja templates in Bottle, Pyramid or other web applications we'll need to add another setting, lets call it Jinja.
Suggestion is to change the name from Flask to Jinja (so users get familiar with this setting when using the default Flask debug configuration)
The text was updated successfully, but these errors were encountered:
In order to enable Jinja template debugging in Flask apps, we need to confifure
debugOptions
inlaunch.json
to contain the stringFlask
.However if users wish to debug Jinja templates in Bottle, Pyramid or other web applications we'll need to add another setting, lets call it
Jinja
.Suggestion is to change the name from
Flask
toJinja
(so users get familiar with this setting when using the defaultFlask
debug configuration)The text was updated successfully, but these errors were encountered: