microsoft / vscode-cmake-tools

CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.43k stars 429 forks source link

CMake Tools cause probleme #3831

Open nattyrootman opened 2 weeks ago

nattyrootman commented 2 weeks ago

Type: Bug

extension host terminated unexpectedly 3 times within the last 5 minutes.

Extension version: 1.18.42 VS Code version: Code 1.90.1 (611f9bfce64f25108829dd295f54a6894e87339d, 2024-06-11T21:01:24.262Z) OS version: Windows_NT x64 10.0.19045 Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i3-4030U CPU @ 1.90GHz (4 x 1896)| |GPU Status|2d_canvas: enabled
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
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|3.94GB (1.06GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
Yingzi1234 commented 1 week ago

@nattyrootman Thank you for your github issue! To solve your problem can you try to follow the steps below?

  1. Update your CMake tools version or re-install it
  2. Update your operating system and ensure that both the operating system and VS Code itself are up to date
  3. Disable other extensions: Sometimes other running extensions may conflict with the current extension and cause unexpected termination. Try disabling other extensions and re-enabling them one by one to see if there is any improvement

Could you provide us with extended logs if none of the above actions fix it? Open the extended Output or Log panel in VS Code to see if there are any termination-related error or warning messages. These messages can often provide key clues to help determine the problem

Please feel free if you have any questions!