Giter VIP home page Giter VIP logo

Comments (1)

robinmoisson avatar robinmoisson commented on May 18, 2024

Thanks for reporting. This makes sense - the password template is a template file and the templating style isn't standard, it's just replacing {special_key} with some specific text. This means the password_template.html file isn't meant to be valid html (before replacement) and contains invalid javascript, so when VS code or any IDE tries to "fix it" it risks messing things up.

The official recommendation is to not run automatic code formatting on the password template (or to fix it manually afterwards each time).

That being said, I made a patch that makes the templating engine a little more flexible - in your example the breaking change was just VS code adding spaces between brackets { special_key }. With this patch your example file now works, but please consider it unofficial behavior.


If there are standard ways of telling auto formatters to ignore a chunk of code I could be open to adding those around the relevant parts, but I guess there will be different for different tools (prettier, vs code, webstorm...) so I don't know if that would really work. Let me know if you have suggestions there.

from staticrypt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.