File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -650,6 +650,17 @@ There is a full [devcontainer.json reference](https://containers.dev/implementor
650650* Contribute to [ our documentation] ( https://github.com/microsoft/vscode-docs ) or [ VS Code itself] ( https://github.com/microsoft/vscode ) .
651651* See our [ CONTRIBUTING] ( https://aka.ms/vscode-remote/contributing ) guide for details.
652652
653+ ## Troubleshooting
654+
655+ ### Unable to write file (NoPermissions (FileSystemError))
656+
657+ You might encounter this issue when you run dev containers in the following configuration:
658+
659+ * Docker Desktop running with Windows Subsystem for Linux (WSL) backend
660+ * [ Enhanced Container Isolation] ( https://docs.docker.com/security/for-admins/hardened-desktop/enhanced-container-isolation/ ) (ECI) enabled
661+
662+ Check [ issue #8278 ] ( https://github.com/microsoft/vscode-docs/issues/8278 ) for a potential workaround.
663+
653664## Next steps
654665
655666* [ Attach to a Running Container] ( /docs/devcontainers/attach-container.md ) - Attach to an already running Docker container.
You can’t perform that action at this time.
0 commit comments