We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there, I just installed the plugin and use it on VSCode remotely connected to my WSL.
So my codebase is inside odoo-dev-env in WSL and VS Code is installed on Windows, this is a standard setup nowadays.
odoo-dev-env
Here are the logs :
09:07:04.794 Automatic Git refresh disabled 09:07:04.796 Periodic refresh disabled 09:07:04.844 Searching /home/mat/documents/odoo-dev-env... 09:07:04.844 Writing pattern file:/home/mat/.vscode-server/data/User/workspaceStorage/17d9148e293f829c01494a73df71ac26/Gruntfuggly.todo-tree/1n5x8khsd7.txt 09:07:04.845 Pattern:(//|#|<!--|;|/\*|^|^[ \t]*(-|\d+.))\s*(\[x\]|\[ \]|XXX|TODO|HACK|FIXME|BUG) 09:07:04.845 Command: /home/mat/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/node_modules/@vscode/ripgrep/bin/rg --no-messages --vimgrep -H --column --line-number --color never --max-columns=1000 --no-config -f "/home/mat/.vscode-server/data/User/workspaceStorage/17d9148e293f829c01494a73df71ac26/Gruntfuggly.todo-tree/1n5x8khsd7.txt" -g "!**/node_modules/*/**" "/home/mat/documents/odoo-dev-env" 09:07:05.187 Found 0 items 09:07:05.187 Applying globs to 0 items... 09:07:05.188 Remaining items: 0
I don't understand what's wrong, I do have loads of TODO in my workspace, which I don't understand.
TODO
Thanks in advance and have a great day !
The text was updated successfully, but these errors were encountered:
Similar issues here. On my side sometimes it displays correctly, sometimes empty and sometime partial results appear
Sorry, something went wrong.
I can see TODOS from current file but not from across the workspace indeed.
No branches or pull requests
Hey there, I just installed the plugin and use it on VSCode remotely connected to my WSL.
So my codebase is inside
odoo-dev-env
in WSL and VS Code is installed on Windows, this is a standard setup nowadays.Here are the logs :
I don't understand what's wrong, I do have loads of
TODO
in my workspace, which I don't understand.Thanks in advance and have a great day !
The text was updated successfully, but these errors were encountered: