Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

command: "command" = 'command'
data: "data" = 'data'
file: "file" = 'file'
http: "http" = 'http'
https: "https" = 'https'
inMemory: "inmemory" = 'inmemory'

A schema that is used for models that exist in memory only and that have no correspondence on a server or such.

internal: "private" = 'private'

A schema that is used for internal private files

mailto: "mailto" = 'mailto'
untitled: "untitled" = 'untitled'
userData: "vscode-userdata" = 'vscode-userdata'
vscode: "vscode" = 'vscode'

A schema that is used for setting files

vscodeCustomEditor: "vscode-custom-editor" = 'vscode-custom-editor'
vscodeRemote: "vscode-remote" = 'vscode-remote'
vscodeRemoteResource: "vscode-remote-resource" = 'vscode-remote-resource'
vscodeSettings: "vscode-settings" = 'vscode-settings'
walkThrough: "walkThrough" = 'walkThrough'

A walk-through document.

walkThroughSnippet: "walkThroughSnippet" = 'walkThroughSnippet'

An embedded code snippet.

webviewPanel: "webview-panel" = 'webview-panel'