This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Description
@amittleider commented on Fri Jun 07 2019
Environment data
- VS Code version: 1.35.0
- Extension version (available under the Extensions sidebar): 2019.5.18875
- OS and version: Ubuntu 18.04
- Python version (& distribution if applicable, e.g. Anaconda): 3.6.7 64 bit
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): venv
- Language Server (more info #3977): Jed/Language Server
Expected behaviour
When I go to a definition of render_template I get jumped to the definition of render_template
Actual behaviour
Error message No definition found for render_template.
Steps to reproduce:
- Use flask repo
- Go to
blog.py
- Line 25, go to definition of
render_template