diff --git a/src/razor/src/extension.ts b/src/razor/src/extension.ts index 5346f4cc03..da58ec7c0d 100644 --- a/src/razor/src/extension.ts +++ b/src/razor/src/extension.ts @@ -53,6 +53,7 @@ import { RazorFormatNewFileHandler } from './formatNewFile/razorFormatNewFileHan import { InlayHintHandler } from './inlayHint/inlayHintHandler'; import { InlayHintResolveHandler } from './inlayHint/inlayHintResolveHandler'; import { getComponentPaths } from '../../lsptoolshost/builtInComponents'; +import { BlazorDebugConfigurationProvider } from './blazorDebug/blazorDebugConfigurationProvider'; // We specifically need to take a reference to a particular instance of the vscode namespace, // otherwise providers attempt to operate on the null extension.