-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
header files are flickers on VSCode window #9850
Comments
@zafersn Could you try uninstalling the C++ extension pack and the C++ extension, but only retain the C++ themes and see if it still flickers? Does this only happen with certain theme colors or only for the dark themes? |
This is a duplicate of #9689 -- we're not sure exactly how to repro it yet, but it seems like removing the duplicate files.associations should fix it. Maybe another setting is required to be set. |
Also, I'm seeing "Connection to server got closed. Server will not be restarted" (i.e. cpptools process crash) but that could be completely unrelated...let us know if you have any more info on that repro. |
Hi @michelleangela in some cases I need to use c++ extension and pack. So I believe it is not the solution. but anyway, I disabled those extensions and tested. yes, it worked for me and I didn't see any flickers. But the thing is I have come across an issue like that only in this piece of code, not in any other files. I was wondering why?. And also, I came across a few times there were no flickers on that header file when I was switching between pages, although all c++ extensions were enabled |
@zafersn
|
This issue has been closed because it needs more information and has not had recent activity. |
The fix is available with 1.14.0 (pre-release): https://github.com/microsoft/vscode-cpptools/releases/tag/v1.14.0 |
Environment
Version: 1.71.0 (user setup)
Commit: 784b0177c56c607789f9638da7b6bf3230d47a8c
Date: 2022-09-01T07:36:10.600Z
Electron: 19.0.12
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Windows_NT x64 10.0.22000
Sandboxed: No
here is my issue: when I open the header file. the header file is flicker.
Bug Summary and Steps to Reproduce
Bug Summary:
The header file is flicker. please have a look at gif files I shared with you
Steps to reproduce:
Expected behavior
No response
Code sample and Logs
Screenshots
Additional context
No response
The text was updated successfully, but these errors were encountered: