Variables
Const command
command: "command" = 'command'
Const data
data: "data" = 'data'
Const file
file: "file" = 'file'
Const http
http: "http" = 'http'
Const https
https: "https" = 'https'
Const inMemory
inMemory: "inmemory" = 'inmemory'
Const internal
internal: "private" = 'private'
Const mailto
mailto: "mailto" = 'mailto'
Const untitled
untitled: "untitled" = 'untitled'
Const userData
userData: "vscode-userdata" = 'vscode-userdata'
Const vscode
vscode: "vscode" = 'vscode'
Const vscodeCustomEditor
vscodeCustomEditor: "vscode-custom-editor" = 'vscode-custom-editor'
Const vscodeRemote
vscodeRemote: "vscode-remote" = 'vscode-remote'
Const vscodeRemoteResource
vscodeRemoteResource: "vscode-remote-resource" = 'vscode-remote-resource'
Const vscodeSettings
vscodeSettings: "vscode-settings" = 'vscode-settings'
Const walkThrough
walkThrough: "walkThrough" = 'walkThrough'
Const walkThroughSnippet
walkThroughSnippet: "walkThroughSnippet" = 'walkThroughSnippet'
Const webviewPanel
webviewPanel: "webview-panel" = 'webview-panel'
A schema that is used for models that exist in memory only and that have no correspondence on a server or such.