Al Mahdi

Results 18 comments of Al Mahdi

Hope its ok now. @jefftriplett @wsvincent

yea, nor CSS and JS auto-completion works.

those settings only enable emmet tab autocompletion. But you don't get embedded `css` and `js` autocompletion and intellisense. The problem is the `django-html` language. VScode can't provide autocompletion and intellisense...

Nice job. I think there should be custom scrollbars in some other places too. The default scrollbar doesn't go well with the UI. Most of the modern browsers support custom...

yes, having issue with git.

Disabling the `serviceworker` solved the issue for me. ``` if ("serviceWorker" in navigator && navigator.userAgent !== "ReactSnap") { navigator.serviceWorker.register("/serviceworker.js") } ``` disable it by checking the ReactSnap `userAgent`

It is very good. Wouldn't it be better if it was the default behaviour? I think no body would want to install requirements globally And if you want force install...

I had to create an extension(https://marketplace.visualstudio.com/items?itemName=almahdi.code-django)