Skip to content
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

Error: Failed to parse ".vscode\c_cpp_properties.json #4060

Closed
sye989 opened this issue Aug 10, 2019 · 4 comments
Closed

Error: Failed to parse ".vscode\c_cpp_properties.json #4060

sye989 opened this issue Aug 10, 2019 · 4 comments
Labels
bug duplicate fixed Check the Milestone for the release in which the fix is or will be available.

Comments

@sye989
Copy link

sye989 commented Aug 10, 2019

Failed to parse ".vscode\c_cpp_properties.json": ENOENT: no such file or directory, open '.vscode\c_cpp_properties.json'
code in vs code:
#include <stdio.h>

int main()
{
printf("Hi, my name is ny");
return 0;
}

@WardenGnaw WardenGnaw changed the title debugger issue Error: Failed to parse ".vscode\c_cpp_properties.json Aug 12, 2019
@sean-mcmanus sean-mcmanus added bug duplicate fixed Check the Milestone for the release in which the fix is or will be available. labels Aug 12, 2019
@sean-mcmanus
Copy link
Collaborator

sean-mcmanus commented Aug 12, 2019

It should be fixed with the latest Insiders (0.25.0-insiders, https://github.com/microsoft/vscode-cpptools/releases/tag/0.25.0-insiders ). See #3888 .

@shameerariff
Copy link

Hi Sean-mcmanus,
Te issue still persists. I have the visual code version 1.48 with C/C++ (ms-vscode.cpptools) version 0.30.0 insiders2. I do got the same error as follows
Failed to parse "/.vscode/c_cpp_properties.json": ENOENT: no such file or directory, open '/.vscode/c_cpp_properties.json'
The working environment was Ubuntu 20.04 LTS.

@Colengms
Copy link
Collaborator

Hi @shameerariff . We are not currently tracking any known issues that result in this error, so there would seem to be something specified about your environment or scenario. Could you open a new issue with repro details?

@shameerariff
Copy link

Hi @Colengms ,
I have created a new issue, The URL

@github-actions github-actions bot locked and limited conversation to collaborators Oct 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug duplicate fixed Check the Milestone for the release in which the fix is or will be available.
Projects
None yet
Development

No branches or pull requests

4 participants