tag parsing error #10188
Unanswered
jalanh11640
asked this question in
Q&A
tag parsing error
#10188
Replies: 2 comments 12 replies
-
@jalanh11640 You can set the It sounds like you might be hitting a tag parser error that is causing symbols to not be available. Are you able to provide any sample repro code? |
Beta Was this translation helpful? Give feedback.
9 replies
-
Thank you for taking the time to look into this. When my work schedule allows, I'm going to uninstall/clean EVERYTHING (Mac and remote) and see if that helps with anything. At this point, vscode is mostly useable. Thanks again |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Whenever I search for workplace symbols (cmd-t on my mac) I get 'No matching workspace symbols'. Some google searching suggested resetting my intellisense database. When I do that, I see the following in my C/C++ Log (loggingLevel set to 'Debug')
Parsing remaining files...
tag parsing file:
tag parsing error (this can be ignored unless symbols can't be found):
<Repeated for 118 more files>
Parsing: 119 files(s) processed
Done parsing remaining files.
Further googling seemed to indicate I should see more detailed information about what went wrong. Here's the info about the versions I'm using
Vscode: 1.72.2 (Mac app)
Remote-Ssh: 0.92.0
c/c++ extension 1.13.4 (installed on a remote Red Hat linux box) same result with pre-release version
How can I figure out what the problem/issue is?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions