Unknown (FileSystemError): Error: EROFS: read-only file system #401
-
|
Hello, I try to create a Vscode extension but I have some difficulty to make test for some function of vscode. My code look like this : The It give me this error : Does someone have a idea ? Repo of my code : |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Run |
Beta Was this translation helpful? Give feedback.
-
I meet the same problem, excuse me , how to slove this problem? or change disk ???
|
Beta Was this translation helpful? Give feedback.

Run
mountto check, maybe the filesystem on the host really is readonly. You can useos.tmpdir()to get a path to a writable folder. Or in the extension,ExtensionContext.logUri.