Skip to content

Commit

Permalink
tweak jsdoc, #48034
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jul 10, 2019
1 parent 85f59e3 commit 03e1318
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/vs/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5759,7 +5759,7 @@ declare module 'vscode' {
* with files from the local disk as well as files from remote places, like the
* remote extension host or ftp-servers.
*
* An instance of this interface is provided by [`workspace.fs`](#workspace.fs).
* *Note* that an instance of this interface is avaiable as [`workspace.fs`](#workspace.fs).
*/
export interface FileSystem {

Expand Down Expand Up @@ -5820,8 +5820,7 @@ declare module 'vscode' {
rename(source: Uri, target: Uri, options?: { overwrite?: boolean }): Thenable<void>;

/**
* Copy files or folders. Implementing this function is optional but it will speedup
* the copy operation.
* Copy files or folders.
*
* @param source The existing file.
* @param destination The destination location.
Expand Down

0 comments on commit 03e1318

Please sign in to comment.