Options
All
  • Public
  • Public/Protected
  • All
Menu

Static methods for identifying a plugin as the target of the VSCode deployment system. In practice, this means that it will be resolved and deployed by the Open-VSX system.

Index

Variables

VSCODE_PREFIX: "vscode:extension/" = 'vscode:extension/'

Functions

  • toId(uri: URI): string | undefined
  • toUri(name: string, namespace: string): URI
  • toUri(id: string): URI
  • toVsxExtensionUriString(id: string): string