I found few issues when I use VSCode connect to it and try to coding.
- Current working directory, it will show the current directory is :
/app, which is in the docker. not current real one.
The /app directory is read-only. Let me ask the user where they want to create the project directory.
- It will show some messages like:
The memory directory doesn't exist. Let me try to write to the memory file directly - the system said the directory already exists. Let me check if there's another path.
Actually, the error says ENOTSUP: operation not supported on socket - this means the /home/claude path doesn't exist or isn't accessible. Let me just skip the memory write and inform the user.
I found few issues when I use VSCode connect to it and try to coding.
/app, which is in the docker. not current real one.