-
Notifications
You must be signed in to change notification settings - Fork 34
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
C++ helper "Create Implementaion" cause CPU 100% #76
Comments
cpu.mp4It can be reproduced by "Copy Implementaion" also. |
I also find this problem. the following code for example:
when the ~USocket() implementation is written in header file,the "create implementation" for other funtions will cause 100% CPU, and the implementation of other funtions will not be created in cpp file , but when i create ~USocket() implementation in cpp file, the "create implementation" works well. no no no, i finnaly the key point is the following code in ~UScoket() when i delete this line, even if ~USocket() implement in header file, it also works well. and U_LOG is the macro: |
Same issue here, i think this trouble can happened when clan-format formatting code when save |
Type: Bug
Extension version: 0.3.4
VS Code version: Code 1.91.1 (f1e16e1e6214d7c44d078b1f0607b2388f29d729, 2024-07-09T22:07:46.768Z)
OS version: Darwin arm64 23.5.0
Modes:
Connection to 'ssh-remote+ubuntu' could not be established
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
Connection to 'ssh-remote+ubuntu' could not be established
A/B Experiments
The text was updated successfully, but these errors were encountered: