Gavin Elie

Results 3 comments of Gavin Elie

I have the exact sane problem on Manjaro (archlinux based), the same versions of vscode and SQLite!!

Hi @dertuxmalwieder I just added picocss in my base.html ``` {% load static %} Neapolitan {% block content %} {% endblock %} ``` To override the neapolitan templates, just create...

I had that same problem and then uninstalled the `vscode-django` extension. I installed this extension instead [Django Support](https://marketplace.visualstudio.com/items?itemName=almahdi.code-django). Now the syntax highlighting, linkedEditing, snippet completion etc just works. No need...