We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efb2de commit 02002afCopy full SHA for 02002af
runtimes/server-interface/workspace.ts
@@ -4,6 +4,7 @@ import { TextDocument, WorkspaceFolder } from '../protocol'
4
interface Dirent {
5
isFile(): boolean
6
isDirectory(): boolean
7
+ isSymbolicLink(): boolean
8
name: string
9
parentPath: string
10
}
0 commit comments