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
Variable ${workspaceFolder:me} can not be resolved. No such folfer 'me'
I tried changing the paths to match the right path in my docker and local and still having problems.
For example
im using
{
"localRoot": "${workspaceFolder:doodba.project}/odoo/custom/src/me/module_customization",
"remoteRoot": "/opt/odoo/custom/src/me/module_customization"
}
checked the path in the container and in local and both match, but get "/home/samsagaz/Documents/Programming/project/odoo/custom/src/me/module_customization"] (please revise your path mappings)"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
im trying to use the vscode debugger but cant insert breakpoints because getting some error when run the debugger.
i tried everything and is impossible to use the VSCODE debugger with doodba project.
in the workspace i use
when run the debugger i the the error:
Variable ${workspaceFolder:me} can not be resolved. No such folfer 'me'
I tried changing the paths to match the right path in my docker and local and still having problems.
For example
im using
{
"localRoot": "${workspaceFolder:doodba.project}/odoo/custom/src/me/module_customization",
"remoteRoot": "/opt/odoo/custom/src/me/module_customization"
}
checked the path in the container and in local and both match, but get "/home/samsagaz/Documents/Programming/project/odoo/custom/src/me/module_customization"] (please revise your path mappings)"
Someone have the same problem?
Beta Was this translation helpful? Give feedback.
All reactions