Skip to content

Commit

Permalink
add comment about symbolic links, #47475
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Apr 30, 2018
1 parent 4a77765 commit 467a559
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/vs/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4819,7 +4819,9 @@ declare module 'vscode' {
}

/**
* Enumeration of file types.
* Enumeration of file types. The types `File` and `Directory` can also be
* a symbolic links, in that use `FileType.File | FileType.SymbolicLink` and
* `FileType.Directory | FileType.SymbolicLink`.
*/
export enum FileType {
/**
Expand Down

0 comments on commit 467a559

Please sign in to comment.