We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Occasionally in CI or locally, we will see this error produced by code-server:
ERR /home/runner/.local/share/code-server/extensions [Error: ENOENT: no such file or directory, scandir '/home/runner/.local/share/code-server/extensions'] { errno: -2, code: 'ENOENT', syscall: 'scandir', path: '/home/runner/.local/share/code-server/extensions' }
@code-asher says we can create environmentService.globalStorageHome and could add the ext dir there to prevent this error. Similar to how GitPod does it: https://github.com/gitpod-io/vscode/blob/gp-code/src/vs/gitpod/node/server.ts#L330
environmentService.globalStorageHome
The text was updated successfully, but these errors were encountered:
Make sure directories exist
8188556
Fixes coder#3040.
d99267a
9ff29d1
code-asher
Successfully merging a pull request may close this issue.
Occasionally in CI or locally, we will see this error produced by code-server:
@code-asher says we can create
environmentService.globalStorageHome
and could add the ext dir there to prevent this error. Similar to how GitPod does it: https://github.com/gitpod-io/vscode/blob/gp-code/src/vs/gitpod/node/server.ts#L330The text was updated successfully, but these errors were encountered: