Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PluginPackageDebuggersContribution

This interface describes a package.json debuggers contribution section object.

Hierarchy

Index

Properties

adapterExecutableCommand?: string
args?: string[]
configurationAttributes: {}

Type declaration

  • [request: string]: IJSONSchema
configurationSnippets: IJSONSchemaSnippet[]
enableBreakpointsFor?: { languageIds: string[] }

Type declaration

  • languageIds: string[]
label?: string
languages?: string[]
program?: string
runtime?: string
runtimeArgs?: string[]
type: string
variables?: ScopeMap