MCPcopy
hub / github.com/microsoft/vscode-js-debug / IExtensionContribution

Interface IExtensionContribution

src/ioc-extras.ts:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 * Type that can be registered in the VS Code extension host
132 */
133export interface IExtensionContribution {
134 register(context: vscode.ExtensionContext): void;
135}
136
137export const IExtensionContribution = Symbol('IExtensionContribution');
138

Callers 3

activateFunction · 0.65
index.jsFile · 0.65
withAbsRoot.jsFile · 0.65

Implementers 15

DisableSourceMapUIsrc/ui/disableSourceMapUI.ts
JsDebugPortAttributesProvidersrc/ui/portAttributesProvider.ts
ExcludedCallersUIsrc/ui/excludedCallersUI.ts
PrettyPrintUIsrc/ui/prettyPrint.ts
CascadeTerminationTrackersrc/ui/cascadeTerminateTracker.ts
SourceSteppingUIsrc/ui/sourceSteppingUI.ts
StartDebugingAndStopOnEntrysrc/ui/startDebuggingAndStopOnEntry.ts
DebugLinkUisrc/ui/debugLinkUI.ts
DiagnosticsUIsrc/ui/diagnosticsUI.ts
LongPredictionUIsrc/ui/longPredictionUI.ts
EdgeDevToolOpenersrc/ui/edgeDevToolOpener.ts
LaunchJsonCompletionssrc/ui/launchJsonCompletions.ts

Calls

no outgoing calls

Tested by

no test coverage detected