Richard

Results 4 comments of Richard

This issue cost me for an hour! Thank you!!! I feel better now!

Here is my solution: first, install HookyQR Beautify extension, and make the following configurations to your VSCode user settings: ``` "files.associations": { "**/templates/*.html": "django-html", "**/templates/*": "django-txt", "**/requirements{/**,*}.{txt,in}": "pip-requirements" }, ```...

@ZurMaD Thank you, very helpful settings!

I've already forgotten this thread and the settings I made in last Dec. Today, when I setup a new Macbook Pro,I meet the same issue again. I search on the...