Open intecho opened 5 years ago
Perhaps we should rethink the deprecation...
@intecho in your use case you don't use the .peb
extension? why is that? I'd like to understand the reasons before reverting the deprecation.
yes, I use ".html" as Pebble template files extension name because the HTML file can open directly for view or debug, thanks.
Version
Context
It still needs to setExtension("html") for working when pebble template engine render the page template file with a "html" extension name, and the code editor show a deprecated warning for the setExtension() method.