DisreputableCode

Results 2 comments of DisreputableCode

Add django-html and jinja-html to emmet.includeLanguages in your vscode settings.json file: ```json "emmet.includeLanguages": { "vue-html": "html", "vue": "html", "javascript": "javascriptreact", "django-html": "html", "jinja-html": "html" }, ```

One workaround is to unlink python from homebrew, install proxmark3, then relink python; `brew unlink python && brew install proxmark3 && brew link python`