Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
terminal
FileLinkProvider
Class FileLinkProvider
Hierarchy
FileLinkProvider
FileDiffPreLinkProvider
FileDiffPostLinkProvider
Implements
TerminalLinkProvider
Index
Constructors
constructor
Properties
file
Service
opener
Service
Methods
create
Reg
Exp
extract
Path
extract
Position
get
Cwd
is
Valid
File
open
provide
Links
toURI
Constructors
constructor
new
File
Link
Provider
(
)
:
FileLinkProvider
Returns
FileLinkProvider
Properties
Protected
file
Service
file
Service
:
FileService
Protected
Readonly
opener
Service
opener
Service
:
OpenerService
Methods
Protected
create
Reg
Exp
create
Reg
Exp
(
)
:
Promise
<
RegExp
>
Returns
Promise
<
RegExp
>
Protected
extract
Path
extract
Path
(
link
:
string
)
:
Promise
<
undefined
|
string
>
Parameters
link:
string
Returns
Promise
<
undefined
|
string
>
Protected
extract
Position
extract
Position
(
link
:
string
)
:
Promise
<
Position
>
Parameters
link:
string
Returns
Promise
<
Position
>
Protected
get
Cwd
get
Cwd
(
terminal
:
TerminalWidget
)
:
Promise
<
URI
>
Parameters
terminal:
TerminalWidget
Returns
Promise
<
URI
>
Protected
is
Valid
File
is
Valid
File
(
match
:
string
, terminal
:
TerminalWidget
)
:
Promise
<
boolean
>
Parameters
match:
string
terminal:
TerminalWidget
Returns
Promise
<
boolean
>
open
open
(
match
:
string
, terminal
:
TerminalWidget
)
:
Promise
<
void
>
Parameters
match:
string
terminal:
TerminalWidget
Returns
Promise
<
void
>
provide
Links
provide
Links
(
line
:
string
, terminal
:
TerminalWidget
)
:
Promise
<
TerminalLink
[]
>
Parameters
line:
string
terminal:
TerminalWidget
Returns
Promise
<
TerminalLink
[]
>
Protected
toURI
toURI
(
match
:
string
, cwd
:
URI
)
:
Promise
<
undefined
|
URI
>
Parameters
match:
string
cwd:
URI
Returns
Promise
<
undefined
|
URI
>
Modules
bulk-
edit
callhierarchy
console
core
debug
editor
editor-
preview
electron
external-
terminal
file-
search
filesystem
getting-
started
git
keymaps
markers
memory-
inspector
messages
metrics
mini-
browser
monaco
navigator
outline-
view
output
plugin
plugin-
dev
plugin-
ext
plugin-
ext-
vscode
plugin-
metrics
preferences
preview
process
property-
view
scm
scm-
extra
search-
in-
workspace
secondary-
window
task
terminal
IBase
Terminal
Server
Terminal
Commands
Terminal
Keybinding
Contexts
Terminal
Menus
timeline
toolbar
typehierarchy
userstorage
variable-
resolver
vsx-
registry
workspace
File
Link
Provider
constructor
file
Service
opener
Service
create
Reg
Exp
extract
Path
extract
Position
get
Cwd
is
Valid
File
open
provide
Links
toURI