'visual studio code C/Cpp: Edit configurations does not open c_cpp_properties.json
I am trying to use visual studio code 1.18.1 with the plugin C/C++. My system is XUBUNTU 16.04 32 bits
The command C/Cpp: Edit configurations does not open or create the file c_cpp_properties.json
Nothing happens
Any suggestion?
Solution 1:[1]
As per the documentation you need to generate the c_cpp_properties.json file with the steps indicated in the below url.
https://code.visualstudio.com/docs/languages/cpp#_intellisense
As indicated in the step-3,
click Update "browse.path" setting
should generate the file for you.
For your info, I dont have this problem and I use Ubuntu 14.01 with the visual studio code version 1.19.0.
Cheers
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | prabhakar |
