Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-ide
WorkspaceFunctionScope
Class WorkspaceFunctionScope
Index
Constructors
constructor
Properties
GITIGNORE_
FILE_
NAME
file
Service
gitignore
Matcher
gitignore
Watcher
Initialized
preferences
workspace
Service
Methods
ensure
Within
Workspace
get
Workspace
Root
initialize
Gitignore
Watcher
is
Git
Ignored
is
User
Excluded
resolve
Relative
Path
should
Exclude
Constructors
constructor
new
Workspace
Function
Scope
(
)
:
WorkspaceFunctionScope
Returns
WorkspaceFunctionScope
Properties
Protected
Readonly
GITIGNORE_
FILE_
NAME
GITIGNORE_
FILE_
NAME
:
".gitignore"
= '.gitignore'
Protected
Readonly
file
Service
file
Service
:
FileService
Private
gitignore
Matcher
gitignore
Matcher
:
undefined
|
Ignore
Private
gitignore
Watcher
Initialized
gitignore
Watcher
Initialized
:
boolean
= false
Protected
Readonly
preferences
preferences
:
PreferenceService
Protected
Readonly
workspace
Service
workspace
Service
:
WorkspaceService
Methods
ensure
Within
Workspace
ensure
Within
Workspace
(
targetUri
,
workspaceRootUri
)
:
void
Parameters
targetUri
:
URI
workspaceRootUri
:
URI
Returns
void
get
Workspace
Root
get
Workspace
Root
(
)
:
Promise
<
URI
>
Returns
Promise
<
URI
>
Private
initialize
Gitignore
Watcher
initialize
Gitignore
Watcher
(
workspaceRoot
)
:
Promise
<
void
>
Parameters
workspaceRoot
:
URI
Returns
Promise
<
void
>
Protected
is
Git
Ignored
is
Git
Ignored
(
stat
,
workspaceRoot
)
:
Promise
<
boolean
>
Parameters
stat
:
FileStat
workspaceRoot
:
URI
Returns
Promise
<
boolean
>
Protected
is
User
Excluded
is
User
Excluded
(
fileName
,
userExcludePatterns
)
:
boolean
Parameters
fileName
:
string
userExcludePatterns
:
string
[]
Returns
boolean
resolve
Relative
Path
resolve
Relative
Path
(
relativePath
)
:
Promise
<
URI
>
Parameters
relativePath
:
string
Returns
Promise
<
URI
>
should
Exclude
should
Exclude
(
stat
)
:
Promise
<
boolean
>
Parameters
stat
:
FileStat
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
GITIGNORE_
FILE_
NAME
file
Service
gitignore
Matcher
gitignore
Watcher
Initialized
preferences
workspace
Service
ensure
Within
Workspace
get
Workspace
Root
initialize
Gitignore
Watcher
is
Git
Ignored
is
User
Excluded
resolve
Relative
Path
should
Exclude
Theia TypeDoc
Loading...