Criticality
Low
What happened?
odev setup
[?] Where do you want to store repositories? /Users/jlom/odoo/dev
Context
- My current working directory is /Users/jlom/odoo/dev
- I have the Odoo repo for the Owl tutorial in /Users/jlom/odoo/dev/tutorials
Steps to reproduce the issue
odev create --worktree 18.0 18.0-owl
odev ls
odev code 18.0-owl
[i] Created VSCode config for project 'dev/tutorials' editor_vscode.py:79
• Workspace: /Users/jlom/odoo/dev/dev/tutorials/.vscode/18.0-owl.code-workspace
• Debugging: /Users/jlom/odoo/dev/dev/tutorials/.vscode/launch.json
• Tasks: /Users/jlom/odoo/dev/dev/tutorials/.vscode/tasks.json
[i] Opening project 'dev/tutorials' in VSCode editor.py:82
[!] Local repository /Users/jlom/odoo/dev/dev/tutorials does not exist, opening the editor may fail
As shown above, even though I have my repo inside my path for repos in the odev setup, another dev dir is created inside the existing dev dir.
Relevant log output
What is expected?
[i] Created VSCode config for project 'dev/tutorials' editor_vscode.py:79
• Workspace: /Users/jlom/odoo/dev/tutorials/.vscode/18.0-owl.code-workspace
• Debugging: /Users/jlom/odoo/dev/tutorials/.vscode/launch.json
• Tasks: /Users/jlom/odoo/dev/tutorials/.vscode/tasks.json
[i] Opening project 'tutorials' in VSCode editor.py:82
Possible implementation
No response
Additional information
No response
Criticality
Low
What happened?
odev setup
[?] Where do you want to store repositories? /Users/jlom/odoo/dev
Context
Steps to reproduce the issue
odev create --worktree 18.0 18.0-owlodev lsodev code 18.0-owl[i] Created VSCode config for project 'dev/tutorials' editor_vscode.py:79 • Workspace: /Users/jlom/odoo/dev/dev/tutorials/.vscode/18.0-owl.code-workspace • Debugging: /Users/jlom/odoo/dev/dev/tutorials/.vscode/launch.json • Tasks: /Users/jlom/odoo/dev/dev/tutorials/.vscode/tasks.json [i] Opening project 'dev/tutorials' in VSCode editor.py:82 [!] Local repository /Users/jlom/odoo/dev/dev/tutorials does not exist, opening the editor may failAs shown above, even though I have my repo inside my path for repos in the odev setup, another
devdir is created inside the existingdevdir.Relevant log output
What is expected?
[i] Created VSCode config for project 'dev/tutorials' editor_vscode.py:79 • Workspace: /Users/jlom/odoo/dev/tutorials/.vscode/18.0-owl.code-workspace • Debugging: /Users/jlom/odoo/dev/tutorials/.vscode/launch.json • Tasks: /Users/jlom/odoo/dev/tutorials/.vscode/tasks.json [i] Opening project 'tutorials' in VSCode editor.py:82Possible implementation
No response
Additional information
No response