You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using fm code <sitename> -d to create the debugger config, instead of creating the configuration in frappe-bench dir, it is created in /workspace dir.
To Reproduce
Steps to reproduce the behavior:
Run command fm code <sitename> -d
config is created in /workspace/.vscode
Expected behavior
A clear and concise description of what you expected to happen.
System information (please complete the following information):
fm --version
lsb_release -a
docker version
docker-compose version or docker compose version
Attach log
Please attach logs from ~/frappe/logs/fm.log for faster resolution.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
This issue tracker is only for issues related to Frappe-Manager. Please use https://github.com/rtcamp/frappe-manager/discussions for support questions.
Describe the bug
fm code <sitename> -d
to create the debugger config, instead of creating the configuration infrappe-bench
dir, it is created in/workspace
dir.To Reproduce
Steps to reproduce the behavior:
fm code <sitename> -d
/workspace/.vscode
Expected behavior
A clear and concise description of what you expected to happen.
System information (please complete the following information):
fm --version
lsb_release -a
docker version
docker-compose version
ordocker compose version
Attach log
Please attach logs from
~/frappe/logs/fm.log
for faster resolution.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: