-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
[vscode] workspace registerFileSystemProvider options can explain why FS is readonly with 1.86 #13353
Comments
On looking to that issue, I stumbled upon #8167. I do agree with the issue of relative / absolute uri transformation which is done even for a folder using another file system provider. Workspace file in VS Code keeps the URI as it is, where we can only have uris with the 'file:/' scheme in ours. |
@rschnekenbu You don't need to implement this feature from scratch, see #13403. It should lay most of the groundwork for the this issue. |
Indeed, I was implementing similar parts. I rebased my work on your changes. |
Also implements VS Code api for readOnly messages on FileSystemProvider fixes eclipse-theia#13353 contributed on behalf of STMicroelectronics Signed-off-by: Remi Schnekenburger <[email protected]>
Also implements VS Code api for readOnly messages on FileSystemProvider fixes eclipse-theia#13353 contributed on behalf of STMicroelectronics Signed-off-by: Remi Schnekenburger <[email protected]>
Also implements VS Code api for readOnly messages on FileSystemProvider fixes eclipse-theia#13353 contributed on behalf of STMicroelectronics Signed-off-by: Remi Schnekenburger <[email protected]>
Also implements VS Code api for readOnly messages on FileSystemProvider fixes eclipse-theia#13353 contributed on behalf of STMicroelectronics Signed-off-by: Remi Schnekenburger <[email protected]>
With vscode 1.86, workspace.registerFileSystemProvider() readonly option can now be a markdown string to explain why the file system is readonly.
see https://github.com/microsoft/vscode/blob/e5447598324c57ac814c150148e7e4c830e0f9ee/src/vscode-dts/vscode.d.ts#L13663
The text was updated successfully, but these errors were encountered: