Tweak type
parent
2509d09857
commit
875cb6f324
|
@ -32,7 +32,7 @@ export type EditorState = {
|
|||
readDirectory: (
|
||||
document: TextDocument,
|
||||
directory: string
|
||||
) => Promise<Array<[name: string, type: { isDirectory: boolean }]>>
|
||||
) => Promise<Array<[string, { isDirectory: boolean }]>>
|
||||
}
|
||||
|
||||
type DiagnosticSeveritySetting = 'ignore' | 'warning' | 'error'
|
||||
|
|
Loading…
Reference in New Issue