Search found 1 match

by edwin.sun
Thu Jun 20, 2024 8:11 pm
Forum: ESP-IDF
Topic: Set Workspace folder
Replies: 1
Views: 708

Re: Set Workspace folder

As mentioned in the error:
Workspace folder in devcontainer.json must be an absolute path

You need to fill in this field
"workspaceFolder": "${localWorkspaceFolder}"

specifically: "${localWorkspaceFolder}" with the path to the workspace.