vscode-todo-highlight
vscode-todo-highlight copied to clipboard
Should the special characters in the URL be decoded into a URL encoding format when List highlighted annotations?
List highlighted annotations, will get the file address after character encoding, but it cannot be jumped.
For example: file:///Users/xxx/src/app/%28page%29/%28auth%29/components/user-auth-form.tsx#189
Hope to get: file:///Users/xxx/src/app/(page)/(auth)/components/user-auth-form.tsx#189
This is a problem, right?