From 865cb88bdd3c4585cce8cbb62e56f763beaa70d5 Mon Sep 17 00:00:00 2001 From: Aditya Hase Date: Tue, 25 Sep 2018 18:51:17 +0530 Subject: [PATCH] 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. --- __init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 __init__.py diff --git a/__init__.py b/__init__.py deleted file mode 100644 index e69de29bb2..0000000000