Skip to content

Commit

Permalink
fix: add schema.polling* to ISettings interface. (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
etylermoss authored Sep 15, 2020
1 parent ea94160 commit b7e6d4d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ export interface ISettings {
'editor.fontSize': number
'editor.fontFamily': string
'request.credentials': string
'schema.polling.enable': boolean
'schema.polling.endpointFilter': string
'schema.polling.interval': number
}

export interface EditorColours {
Expand Down

0 comments on commit b7e6d4d

Please sign in to comment.