Open JaLnYn opened 2 months ago
Extensions run inside of the Wasm sandbox and can currently only perform arbitrary file I/O within the extension working directory.
Extensions run inside of the Wasm sandbox and can currently only perform arbitrary file I/O within the extension working directory.
Is there documentation you can point to about how to perform io operations within the working directory?
There is no way to search the file directories either.
Check for existing issues
Describe the bug / provide steps to reproduce it
I am attempting to write an extension that allows users to find and select python environments with a simple command. However, while the code logic works outside of zed extensions, I am getting os error 44 inside running inside the extension.
Code to reproduce is here https://github.com/JaLnYn/zed_pyenvselect Steps:
Actual output:
Error reading directory ([worktree directory]): No such file or directory (os error 44) ======