Skip to content

Unify VFS interfaces#967

Draft
rodinaarssen wants to merge 128 commits intomainfrom
unify-vfs-interfaces
Draft

Unify VFS interfaces#967
rodinaarssen wants to merge 128 commits intomainfrom
unify-vfs-interfaces

Conversation

@rodinaarssen
Copy link
Copy Markdown
Member

No description provided.

ctime: a.created,
mtime: a.lastModified,
size: a.size,
permissions: a.isWritable ? undefined : vscode.FilePermission.Readonly
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So permissions === undefined means writable?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only vscode.FilePermission that exists is Readonly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants