[ADD]Devcontainer template

This commit is contained in:
priyanshu-serpentcs
2025-11-10 15:10:10 +05:30
commit dd196e1bb4
7 changed files with 475 additions and 0 deletions

3
development/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"python.defaultInterpreterPath": "${workspaceFolder}/frappe-bench/env/bin/python"
}