Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OpenFileFilter

Files to open at startup.

Hierarchy

Index

Properties

Optional closeOthers

closeOthers: boolean

Close other opened files or not.

Optional exclude

exclude: string | string[]

Files to exclude.

Optional files

files: string | string[]

Files to include.

Optional if

if: string | string[]

One or more (JavaScript) conditions that check if that item is available or not.

Optional isFor

isFor: string | string[]

A list of one or more (host)names that item is (visible) for.

Optional useGitIgnoreStylePatterns

useGitIgnoreStylePatterns: boolean

Also check directory patterns, like in '.gitignore' files, in that filter or not.

Generated using TypeDoc