Skip to content

Commit 02002af

Browse files
Hweinstockjustinmk3
authored andcommitted
feat: expose predicate to check symbolic link
1 parent 8efb2de commit 02002af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtimes/server-interface/workspace.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { TextDocument, WorkspaceFolder } from '../protocol'
44
interface Dirent {
55
isFile(): boolean
66
isDirectory(): boolean
7+
isSymbolicLink(): boolean
78
name: string
89
parentPath: string
910
}

0 commit comments

Comments
 (0)