commit | 865cb88bdd3c4585cce8cbb62e56f763beaa70d5 | [log] [tgz] |
---|---|---|
author | Aditya Hase <aditya@adityahase.com> | Tue Sep 25 18:51:17 2018 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Sep 25 18:51:17 2018 +0530 |
tree | 767efa6efd03450164d84425518f8432a02fd8b6 | |
parent | a38b77cbfde29404e0562070eb87d04487c22712 [diff] |
fix(vscode-intellisense): Make VS Code Intellisense work with ERPNext (#15453) __init__.py in apps/erpnext directory confuses vs code. Causing all erpnext dotted paths to need an extra `erpnext.` for suggestion and completion to work properly. This commit fixes this issue.
diff --git a/__init__.py b/__init__.py deleted file mode 100644 index e69de29..0000000 --- a/__init__.py +++ /dev/null