Replies: 2 comments 11 replies
-
If you use any paths that start with /I or /D you may be hitting an issue related to #7701 . |
Beta Was this translation helpful? Give feedback.
4 replies
-
Yes, that is correct. No logs appear but the cpu utlization continues to be high. I checked this directory: mmhub and it has 155605 lines of code almost entirely consisting of C macros for register definitions. Is that the problem? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using vscode on ubuntu 18.04. Following are the details:
Version: 1.57.1
Commit: 507ce72a4466fbb27b715c3722558bb15afa9f48
Date: 2021-06-17T13:26:56.255Z
Electron: 12.0.7
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Linux x64 5.4.0-77-generic
I have a workspace which contains linux kernel source and when I open this workspace, I see cpptools process taking almost 100% cpu all the time. The intellisense version is v1.5.0-insiders3.
Has anyone faced a similar issue?
I dont think its related to workspace as I see same issue with another workspace too. Also IIRC vscode 1.54 did not have this issue.
Thanks,
Mayuresh.
Beta Was this translation helpful? Give feedback.
All reactions