-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
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
Exception UI link detection fails for paths with brackets #28508
Comments
@michelkaporin I have a fix in the works, but it only accounts for rooted paths. Can you provide some samples of callstacks in node, I can make sure the regex work with those. |
Typical node callstack looks like that on Windows:
Accounting for rooted paths is also good. Is it part of your c# regex PR? Or you plan to address it next? |
For C# we only account for rooted paths. Looks like from your example, node can have unrooted paths. I suppose the file path can be with and without parenthesis?
my current PR does not account for unrooted paths in node. |
@michelkaporin seems like node has lot of cases, i've backed out my change for the node's regex. We would just like to get the C# file path parser in this time. |
@rajkumar42 lets keep the discussion in your PR, rather than this issue. You can solve this issue for c# extension, not necessary to address node also. |
Closing as dup of #34026 |
For example
c:\Program Files (x86)\Microsoft VS Code Insiders\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:30196
detects as link only the last part:
Insiders\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:30196
.The text was updated successfully, but these errors were encountered: