Balazs Erdos
Results
32
issues of
Balazs Erdos
### Issue In the following code snippet: ```python from jinja2 import Environment, FileSystemLoader env = Environment(loader=FileSystemLoader('../templates')) template = env.get_template('index.jinja') # Render the template with the content output = template.render(content=content, foo=234)...
The jinja-lsp starts up and looks good at first, but like others have mentioned, it doesn’t seem to provide the expected functionalities. I’m testing it using the example folder in...