aws / amazon-freertos

DEPRECATED - See README.md
https://aws.amazon.com/freertos/
MIT License
2.54k stars 1.1k forks source link

[BUG] c_cpp_properties.json misconfigured for VS Code includes in ESP32 AWS Demos #3488

Closed NicoPowers closed 2 years ago

NicoPowers commented 2 years ago

Describe the bug The VSCode configuration files for the aws_demo for the ESP32 is misconfigured.

System information

The includes do not exist in the repo: image

Only these folders exists 2 directories back: image

And there is no lib folder 3 directories back: image

I believe whoever was last doing development on this code accidentally pushed their .vscode configuration, but for some reason the code they were including was not pushed up (like the common/includes that are supposed to exists 2 directories back).

ravibhagavandas commented 2 years ago

Hello This workspace seems to have been pushed to repo before the folder structure was reorganized as part of this commit . That vscode workspace is no longer maintained and I would recommend to instead create a workspace of your own. For latest information about getting started on ESP32 projects you can refer the documentation here: https://docs.aws.amazon.com/freertos/latest/userguide/getting_started_espressif.html

aggarg commented 2 years ago

This PR deletes these vscode files, which as mentioned by @ravibhagavandas, are no longer maintained - https://github.com/aws/amazon-freertos/pull/3500