Page 1 of 1

VSCode, Linux, Create new project, can't get write permissions

Posted: Sun Sep 29, 2024 10:29 am
by kammutierspule
I'm using (latest everything) VSCode, IDF extention, on Linux(Mint),
I create a project using the wizard, it creates a container, I open the workspace in container: I can't have write access to the files.

Code: Select all

$ ll
total 20
drwxrwxr-x 4 ubuntu ubuntu 4096 Sep 29 10:06 ./
drwxr-xr-x 1 root   root   4096 Sep 29 10:20 ../
drwxrwxr-x 2 ubuntu ubuntu 4096 Sep 28 20:36 .devcontainer/
-rw-r--r-- 1 ubuntu ubuntu  245 Sep 29 10:06 CMakeLists.txt
drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 29 10:06 main/

Code: Select all

$ whoami
esp

Re: VSCode, Linux, Create new project, can't get write permissions

Posted: Mon Sep 30, 2024 6:03 am
by tobiashagge
Try the workaround that seems work for me [here][https://github.com/espressif/vscode-esp ... ssues/1320].