Skip to content

Commit

Permalink
Restore WASM debug hook (dotnet#7843)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzngard committed Dec 4, 2024
1 parent ea6b502 commit f3c1f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/razor/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f3c1f8d

Please sign in to comment.