lakshmikanth ayyadevara

Results 18 comments of lakshmikanth ayyadevara

`Black` is a PEP 8 compliant opinionated formatter with format whereas `pylint` is a code linter - pylint just informs where the errors might occur, import optimization, suggest code style...

``` "breakpoints": [ { "language": "html" }, { "language": "jinja" }, { "language": "python" } ], ``` from `https://github.dev/Microsoft/vscode-python` so python debugger is only valid for `html`, `jinga`, `python` so...

`Quick Fix`: go to `C:\Users\{user}\.vscode\extensions\ms-python.python-2022.8.0` edit `package.json` by adding `django-html` and `django-txt` to `breakpoints`

``` "breakpoints": [ { "language": "html" }, { "language": "jinja" }, { "language": "python" }, { "language": "django-html" }, { "language": "django-txt" } ], ```

issue is resolved in https://github.com/microsoft/vscode-python/pull/19288 as they added breakpoint support for `django-html` and `django-txt` files

Please try to run the Django sample app inside vscode and set a breakpoint to any .djt file

[vscode-python](https://marketplace.visualstudio.com/items/ms-python.python/changelog) check the new `vscode-python` extension they have added this feature to their current release please check this out and close the issue if you are satisfied

let wait for https://github.com/batisteo (creator of this extension) to update this pull request, I think your fork will solve this issue

While executing a browser action inside `Edge Devtools:Browser` is not showing that loading placeholder(image as show above) on that the top

![edje-issue](https://user-images.githubusercontent.com/52835045/172995682-3cfd8cac-aa70-4058-8b1b-b250cca43fbb.png)