Issue Type: Bug
I am trying to use VS code on my windows machine for c++ development (with WSL).
Following the steps outlined in - https://code.visualstudio.com/docs/cpp/config-wsl
While trying to create the configuration json, using Ctrl+Shift+P, "Edit Configurations":
I don't see "Edit Configurations"
Do see "Edit Configurations (JSON)" though which I believe should work similarly, but getting this error "command 'C_Cpp.ConfigurationEditJSON' not found".
Extension version: 0.23.0
VS Code version: Code 1.33.1 (51b0b28134d51361cf996d2f0a1c698247aeabd8, 2019-04-11T08:27:14.102Z)
OS version: Windows_NT x64 10.0.17134
System Info
|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (8 x 1992)|
|GPU Status|2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: enabled
surface_synchronization: enabled_on
video_decode: enabled
webgl: enabled
webgl2: enabled|
|Memory (System)|7.89GB (2.49GB free)|
|Process Argv|.|
|Screen Reader|no|
|VM|0%|
Hello, i have the same problem, did you figure it out?
The same happens with the UI configuration command.
You should have a .cpp file first.
Thank you for reporting this issue. We are investigating the root cause.
A similar error message is also shown for all other extension commands!
I'm running the same VS Code and extension versions as OP.
Yes, they are all affected. You can work around this issue by creating and opening a C/C++ file in your new folder before running the command.
Should be fixed with 0.23.1.
I have this problem on visual studio can anyone help me?
"{
"resource": "/c:/Users/T440s/Desktop/C/test1.c",
"owner": "_generated_diagnostic_collection_name_#2",
"severity": 8,
"message": "#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (C:\Users\T440s\Desktop\C\test1.c).",
"startLineNumber": 1,
"startColumn": 1,
"endLineNumber": 1,
"endColumn": 18
}"
@Abdoulaye20 I don't understand what your problem is. Can you give more info, preferably in a new issue?
Most helpful comment
Yes, they are all affected. You can work around this issue by creating and opening a C/C++ file in your new folder before running the command.