Need to run onboarding everytime with Docker and VS Code Extension
Posted: Fri Jun 05, 2020 9:51 am
I have set up a docker container with all the tools for VSCode and ESP-IDF. When I launch the container and attach VSCode I need to run the onboarding every time otherwise the build fails and complains about no having the correct python packages. I am saving my settings to settings.json and this stays in my project folder that is mounted in the container from my host machine.
It's as if the extension wont look at my settings.json file till onboarding has been run. After onboarding has been run there is no changes to my settings.json file and i can build my project.
Is this expected behavior? Or am I missing something that needs to be set?
EDIT: I should add that when running onboarding I dont actually download anything, I simply locate specify my python location, ESP-IDF and the tools.
It's as if the extension wont look at my settings.json file till onboarding has been run. After onboarding has been run there is no changes to my settings.json file and i can build my project.
Is this expected behavior? Or am I missing something that needs to be set?
EDIT: I should add that when running onboarding I dont actually download anything, I simply locate specify my python location, ESP-IDF and the tools.