提交 9d2bc792 编写于 作者: J Johannes Rieken

no more FileOptions, #48668

上级 aab6f59a
......@@ -4948,32 +4948,6 @@ declare module 'vscode' {
*/
uri: Uri;
}
/**
* Commonly used options when reading, writing, or stat'ing files or folders.
*/
export interface FileOptions {
/**
* Create a file when it doesn't exists
*/
create?: boolean;
/**
* In combination with [`create`](FileOptions.create) but
* the operation should fail when a file already exists.
*/
exclusive?: boolean;
/**
* Open a file for reading.
*/
read?: boolean;
/**
* Open a file for writing.
*/
write?: boolean;
}
/**
* The filesystem provider defines what the editor needs to read, write, discover,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册